[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2011-04-15 Thread Philippe
I noticed that my files do not maintain the date of modification across my 
synced pc's. That is, imagine I work on file foo.dat at 14:30 and it is synced 
to u1.  I go home, start the notebook at 18:50 and u1 synces that file it will 
have a new modification time saying I last changed that file at 18:50 - 
although I actually changed that file at 14:30.
Does this relate to this bug? And is this behavior intended? Doing the same 
thing in dropbox does not alter the time of last modification.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/491777

Title:
  Ubuntuone-Nautilus should not update file modification time to refresh
  the emblems

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2010-05-18 Thread Roman Yepishev
** Changed in: ubuntuone-client
   Status: Fix Committed => Fix Released

** Changed in: ubuntuone-client (Ubuntu)
   Status: Fix Committed => Fix Released

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2010-03-19 Thread Roman Yepishev
** Changed in: ubuntuone-client (Ubuntu)
   Status: Triaged => Fix Committed

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2010-03-01 Thread Roman Yepishev
** Changed in: ubuntuone-client
   Status: Triaged => Fix Committed

** Changed in: ubuntuone-client (Ubuntu)
 Assignee: Rodney Dawes (dobey) => Roman Yepishev (rye)

** Changed in: ubuntuone-client
 Assignee: Rodney Dawes (dobey) => Roman Yepishev (rye)

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2010-01-12 Thread Guillermo Gonzalez
** Changed in: ubuntuone-client (Ubuntu)
   Importance: Undecided => Medium

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2009-12-17 Thread Roman Yepishev
** Branch unlinked: lp:~romdel/ubuntuone-client/fix-emblem-updating

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2009-12-17 Thread Roman Yepishev
** Branch linked: lp:~romdel/ubuntuone-client/stop-killing-thumbnails

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2009-12-14 Thread Roman Yepishev
** Branch linked: lp:~romdel/ubuntuone-client/fix-emblem-updating

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2009-12-04 Thread Roman Yepishev
#nautilus at irc.gnome.org:

alex: Alexander Larsson
rtg: me

 alex, it listens to DBus signals that say 'File is being uploaded', 'File 
is downloaded' and changes the emblems on the files that are mentioned in those 
signals
 even if those files are not currently shown by nautilus?
 alex, hm...
 rtg: The correct way to implement something like that is to request the 
NautilusFileInfo object for the uri that change, if it exists, and if so call a 
"refresh" operation on it
 rtg: such support doesn't exist, but i'd be happy getting patches to add 
it
 alex, so it is possible..
 alex, :'-(
 rtg: its possible, but requires patches
 alex, it stores the data in internal GHashTable and adds the emblems when 
update_file_info is called from Nautilus, so no, emblems are not added for 
everything and everywhere
* giusef has quit (Segmentation fault)
 does it add a ref to the file? or does it handle it going away?
 Anyway, if you do that then you have a ref to the NautilusFileInfo 
already
 then you can do this
 just call nautilus_file_info_invalidate_extension_info()
 on the object and you'll get update_file_info added again, just return 
the new fresh data there
 What we don't currently have is a way to get a reference to a 
NautilusFileInfo object for a particular uri/path
 alex, okay, so this will not affect, say, thumbnails, right?
 no, it will delete all extension info on the file and ask all registered 
info providers for fresh info
 rtg: However, you should make sure that you don't keep a ref on the 
NautilusFile, since that would cause a leak in nautilus
 alex, okay, I will add this to our ext bug report. Since we can keep a 
ref to the NautilusFileInfo as the hash table value for the URI, we might call 
the *invalidate_extension_info. Ok, thanks for your help!
 rtg: you should use a weak ref so you can remove the NautilusFileInfo 
from the hash when nautilus no longer monitors the file

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2009-12-03 Thread Joshua Hoover
** Changed in: ubuntuone-client (Ubuntu)
   Status: New => Triaged

** Tags added: desktop+

** Changed in: ubuntuone-client (Ubuntu)
   Importance: Undecided => Medium

** Changed in: ubuntuone-client (Ubuntu)
   Importance: Medium => Undecided

** Changed in: ubuntuone-client (Ubuntu)
 Assignee: (unassigned) => Rodney Dawes (dobey)

** Also affects: ubuntuone-client
   Importance: Undecided
   Status: New

** Changed in: ubuntuone-client
   Status: New => Triaged

** Changed in: ubuntuone-client
   Importance: Undecided => Medium

** Changed in: ubuntuone-client
 Assignee: (unassigned) => Rodney Dawes (dobey)

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2009-12-03 Thread Roman Yepishev
** Tags added: nautilus-emblems

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 491777] Re: Ubuntuone-Nautilus should not update file modification time to refresh the emblems

2009-12-03 Thread Roman Yepishev
The screencast displaying the problem is here:
http://www.youtube.com/watch?v=ydb6KvfCKbM

-- 
Ubuntuone-Nautilus should not update file modification time to refresh the 
emblems
https://bugs.launchpad.net/bugs/491777
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs