- Apr 17, 2015
-
-
Harald Judt authored
Remove thunar-marshal from .gitignore, this needs to be tracked.
-
Harald Judt authored
If a file is in the cache, schedule a reload of the file when idle. This way file information gets updated properly when necessary and without any crashes.
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
When a file has been moved, it will trigger a G_FILE_MONITOR_EVENT_MOVED in thunar-folder.c, with the target file saved in other_file. While we reload the folder, that only fetches the info for the target file from the file info cache, which still contains the information of the replaced file. So issue a reload of the target file to update the file information properly, and also a reload of the folder containing the target file if it is not the same as the folder of the source file.
-
Harald Judt authored
This reverts commit cc8d1331, which proved to cause crashes due to threading issues.
-
- Apr 16, 2015
-
-
Harald Judt authored
-
- Apr 13, 2015
-
-
Fredrik Nyqvist authored
735 translated messages, 3 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Harald Judt authored
738 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Harald Judt authored
Show the correct path in the location bar after the user has reloaded the folder manually from the menu or from the button in the location bar. This improves UI feedback and is also the standard behaviour in other applications.
-
- Apr 11, 2015
-
-
Harald Judt authored
https://developer.gnome.org/gtk3/stable/GtkUIManager.html#gtk-ui-manager-insert-action-group "Inserts an action group into the list of action groups associated with manager. Actions in earlier groups hide actions with the same name in later groups. If pos is larger than the number of action groups in manager, or negative, action_group will be inserted at the end of the internal list." Always keep the window actions (group "ThunarActions") at the top of the internal list of the GTK UI manager, so that they appear earlier. This way, the shortcuts will not be lost, and the custom actions for the context menu created by ThunarStandardView will work properly nonetheless. Also update the UI manager immediately after inserting the action group, otherwise GClosure warnings will spawn on stdout: "g_closure_add_invalidate_notifier: assertion 'closure->n_inotifiers < CLOSURE_MAX_N_INOTIFIERS' failed unable to remove uninstalled invalidation notifier"
-
Harald Judt authored
This is analogous to 02baccc0.
-
- Apr 09, 2015
-
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
-
Harald Judt authored
These functions are needed for keeping the history when a view changes, or when a new window or tab is opened that should inherit the history of the origin view.
-
Michael Findlay authored
738 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Apr 08, 2015
-
-
Anonymous authored
738 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Apr 06, 2015
-
-
Piotr Sokół authored
738 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Apr 04, 2015
-
-
Urien Desterres authored
738 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Apr 02, 2015
-
-
Harald Judt authored
To avoid confusion with the many select functions rename this to thunar_standard_view_select_after_row_deleted, which is also the only scenario this is used in.
-
Harald Judt authored
This cures some update problems that can be observed when setting e.g. date modified as sort column and some script changes various files in the background. Example script: while true; do for f in l m n o a b c d e f g h i j k; do touch "$f" sleep 0.5 done done
-
Harald Judt authored
-
Ivica Kolić authored
737 translated messages, 1 untranslated message. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Anonymous authored
738 translated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Apr 01, 2015
-
-
Anonymous authored
733 translated messages, 5 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
Harald Judt authored
In firefox, evince and most other applications <ctrl>+<mouse_wheel_up> increases the zoom level (makes content bigger), while <ctrl>+ <mouse_wheel_down> decreases it. In thunar it is the other way round and this is unintuitive. So go with the standard and invert the current behaviour.
-
Harald Judt authored
-
- Mar 31, 2015
-
-
Harald Judt authored
-
- Mar 30, 2015
-
-
Ivica Kolić authored
737 translated messages, 1 untranslated message. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Mar 27, 2015
-
-
Harald Judt authored
This makes the changes apply immediately for the column view.
-
Harald Judt authored
-
Harald Judt authored
-
Call gtk_grab_add() after the context menu has been mapped to fix the following error: Gdk-CRITICAL **: IA__gdk_window_get_window_type: assertion 'GDK_IS_WINDOW (window)' failed
-
Harald Judt authored
Also remove another occurrence of SVN $Id$.
-
Anonymous authored
730 translated messages, 8 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Mar 23, 2015
-
-
Anonymous authored
728 translated messages, 10 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-
- Mar 20, 2015
-
-
Anonymous authored
725 translated messages, 13 untranslated messages. Transifex (https://www.transifex.com/projects/p/xfce/).
-