- Sep 30, 2012
-
-
Nick Schermer authored
This behaviour created conflicts with the previous commit and IMHO there is no reason to allow drags with the 3rd mouse button, only create for menu popup and 1st button for dragging.
-
Nick Schermer authored
No need to delay this. It also resulted in no menu when gtk-menu-popup-delay = 0.
-
Nick Schermer authored
When compiler with low lever debugging, these warnings can result in an abort. Use g_printerr to avoid this, warnings are harmless anyway.
-
Nick Schermer authored
Quit when the org.xfce.Thunar is already acquired. This is saver then quiting the running instance and take over, because the daemon could own windows or work on a transfer. In case things hang, the user can always run thunar -q and afterwards thunar --daemon.
-
- Sep 29, 2012
-
-
Pjotr vertaalt authored
New status: 693 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
-
Nick Schermer authored
When using up/down in the shortcuts view, enter the directory but without loosing focus.
-
Nick Schermer authored
Couple of improvements: - Only sum the filesize of regular files. This way we don't show the size of directory and other files. Bug 8989. - If multiple files are selected, make a difference between folders and other items. This results in strings like "2 folders, 5 other items", "5 items", or "5 folders".
-
Asier Iturralde Sarasola authored
New status: 681 messages complete with 8 fuzzies and 4 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Asier Iturralde Sarasola authored
New status: 681 messages complete with 8 fuzzies and 4 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Asier Iturralde Sarasola authored
New status: 681 messages complete with 8 fuzzies and 4 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Asier Iturralde Sarasola authored
New status: 681 messages complete with 8 fuzzies and 4 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Asier Iturralde Sarasola authored
New status: 681 messages complete with 8 fuzzies and 4 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
Option to hide the menu bar. You can temporarily toggle the visibility with F10, which is also the key to focus the first item (unfortunatly gtk_menu_shell_select_first is broken).
-
Nick Schermer authored
Instead of copying templates, create new files and allow to feed a template file. It is then easy with g_output_stream_splice to feed the template data into the new file. This way the new file has the template data, but not any of the attributes (timestamps etc).
-
Nick Schermer authored
Nearly all gtk 2.24 distros have 2.32 or newer, so don't depend on 2.28 and use 2.30.
-
Cristian Marchi authored
New status: 691 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Sep 28, 2012
-
-
Nick Schermer authored
Bit of a rough check, but it should be save. Invalid or empy svg files are not detected as image/svg+xml. Another advantage is that not all files are loaded to check if it is an image, only files that look like images.
-
Nick Schermer authored
Remove the DBUS_STARTER_ADDRESS and DBUS_STARTER_BUS_TYPE environment variables when the dbus service is registered and started from the service file (by thunar-settings for exampple). Else these variables will also be in the child environ causing problems in some applications that are execute by thunar.
-
Nick Schermer authored
-
Nick Schermer authored
-
Nick Schermer authored
If you don't want Backspace event result in a back action, but in a parent-folder action. You can set Backspace as an accelerator for the open-parent action, without conflicts.
-
Nick Schermer authored
Set MiscFullPathInTitle=TRUE in the thunarrc to enable the option.
-
Nick Schermer authored
Some apps don't support for example an empty Path= so remove the key from the file if the value is nul.
-
Pjotr vertaalt authored
New status: 691 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Gheyret Kenji authored
New status: 689 messages complete with 1 fuzzy and 1 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Sep 27, 2012
-
-
Nick Schermer authored
This saves a lot of md5 hash creations, also make the code a bit more efficient. Drop thumbnail::* namespace collection, since we don't use that.
-
Nick Schermer authored
Better base name creation if the GFileInfo has no name.
-
Nick Schermer authored
-
-
-
Nick Schermer authored
Add case if the caller accepts uris. If normal utf-8 text is requested, return filenames, not uris.
-
Yarema aka Knedlyk authored
New status: 689 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Nick Schermer authored
Nautilus doesn't understand empty element at the end of the string. Tested with Nautilus 3.4.
-
Nick Schermer authored
-
László Horváth authored
New status: 674 messages complete with 10 fuzzies and 5 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
Pjotr vertaalt authored
New status: 689 messages complete with 0 fuzzies and 0 untranslated. Transmitted-via: Transifex (translations.xfce.org).
-
- Sep 26, 2012
-
-
Nick Schermer authored
We already require GVFS for a trash implementation, so why ot rely on the metadata storage too.
-
Nick Schermer authored
This makes launchding with startup notification work. Should fix focus issues.
-
Nick Schermer authored
Gtk takes care of this and it breaks "Show images in menus" in the appearance settings.
-