- Dec 04, 2010
-
-
Nick Schermer authored
-
Jannis Pohlmann authored
-
- Nov 28, 2010
-
-
Gabor Kelemen authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Nov 26, 2010
-
-
Paul Seyfert authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
Thunar crashed a number of times here when using the pathbar, looking for a file that was constantly rewritten. Valgrind reported a double free on file->display_name and invalid reads as a result of that.
-
- Nov 23, 2010
-
-
Robert Hartl authored
New status: 665 messages complete with 5 fuzzies and 8 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
tschertel authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Xu Meihong authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Evaggelos Balaskas authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Nov 22, 2010
-
-
Harald Servat authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Nov 21, 2010
-
-
Cristian Marchi authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
-
- Nov 20, 2010
-
-
Piarres Beobide authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Nov 19, 2010
-
-
Javier Sánchez Reinosa authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Javier Sánchez Reinosa authored
New status: 677 messages complete with 1 fuzzy and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Jannis Pohlmann authored
This reverts commit 68924ba2. The change introduced a crasher when too many files were deleted at once. Too many folder reloads are not good. Perhaps we need a removed_files closure in addition to the new_files closure.
-
Jannis Pohlmann authored
This reverts commit 043c6301. The change introduced a crasher when too many files were trashed at once. Too many folder reloads are not good. Perhaps we need removed_files closure in addition to the new_files closure.
-
Jannis Pohlmann authored
This will make trashing files feel much more responsive.
-
Jannis Pohlmann authored
This hopefully fixes the delay between deleting a file and the file disappearing in the view. The same fix will be applied to other file operations soon.
-
- Nov 17, 2010
-
-
Piarres Beobide authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
-
Nick Schermer authored
-
- Nov 15, 2010
-
-
Baurzhan Muftakhidinov authored
New status: 678 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Nov 14, 2010
-
-
Sergio Marques authored
New status: 679 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Jannis Pohlmann authored
As a consequence, we no longer need the fallback icon. It is thus removed from the repository.
-
Jannis Pohlmann authored
Hopefully this will fix it, but I'm not sure this was even a problem.
-
Mike Massonnet authored
Signed-off-by:
Jannis Pohlmann <jannis@xfce.org>
-
Jannis Pohlmann authored
-
- Nov 13, 2010
-
-
Per Kongstad authored
New status: 679 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
This involves a number of changes but it's an existing bug that was reported first in 2007. Paths starting with '.' or './' are now resolved based on the current working directory.
-
Jannis Pohlmann authored
-
Jannis Pohlmann authored
The open with button is now implemented as a subclass of GtkComboBox. The original patch for this was written by Nick. It had to be rewritten to apply against the new GIO codebase.
-
- Nov 11, 2010
-
-
Jannis Pohlmann authored
I think this can be implemented better, like asking the user if he wants to create that folder or like hiding user dirs in the go menu if they don't exist. But that's new features, I'm just fixing an error we don't need to show. Also fixed compiler warnings due to variable name shadowing.
-
- Nov 10, 2010
-
-
Yaron Shahrabani authored
New status: 673 messages complete with 0 fuzzies and 7 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Jannis Pohlmann authored
-
- Nov 09, 2010
-
-
Jannis Pohlmann authored
If the home and desktop folders are the same, then we want to show the home folder as "username" rather than as "Desktop" in the shortcuts pane. So we will no longer apply special label treatment to the desktop folder (I guess GIO would internally figure out the localized desktop display name based on xdg-user-dirs anyway...).
-
Jannis Pohlmann authored
I guess this is more like a mini-feature than a bug though.
-
Jannis Pohlmann authored
Make sure to always pass a fourth startup_id parameter to all D-Bus methods (add the parameter in the comments as well).
-