- Nov 30, 2008
-
-
Nick Schermer authored
(Old svn revision: 28960)
-
Nick Schermer authored
thunar/thunar-standard-view.c: Move the rename dialog to thunar-dialog.c so we can share it with the treeview. * thunar/thunar-tree-view.c: Add rename option to the tree pane. (Old svn revision: 28959)
-
Jannis Pohlmann authored
made. (Old svn revision: 28958)
-
Jannis Pohlmann authored
(Old svn revision: 28957)
-
Jannis Pohlmann authored
the new directory is the first one in the forward list, we just go one step forward instead of clearing the whole forward history. Don't try to be intelligent anymore if the new directory is the first one in the backward history. (Old svn revision: 28956)
-
Nick Schermer authored
(Old svn revision: 28955)
-
Nick Schermer authored
Jannis. Also add some extra debug checks. (Old svn revision: 28954)
-
- Nov 29, 2008
-
-
Maximilian Schleiss authored
(Old svn revision: 28953)
-
Nick Schermer authored
Use thunarx_menu_provider_get_file_actions() instead of thunarx_menu_provider_get_folder_actions(). (Old svn revision: 28952)
-
Nick Schermer authored
tree side pane too. (Old svn revision: 28949)
-
Nick Schermer authored
the shortcuts menu. Bug #2740. * thunar/thunar-shortcuts-icon-renderer.c: Make unmounted volumes 50% translucent in the bookmarks and treeview, to give some visualization whether the device is mounted or not. (Old svn revision: 28948)
-
Nick Schermer authored
Don't respond to the predefined keybindings when the user has set a custom accelerator for delete. The difference with the previous patch is that Shift + Delete still counts as a valid action, so when you set Ctrl + Delete as custom accelerator, we don't respond to Delete, but Shift + Delete still works, since you probably don't press that accidentally... The only exception is Shift + Delete as custom accelerator for delete: this will always result in a permanent delete. (Old svn revision: 28947)
-
Nick Schermer authored
thunar/thunar-tree-view.c: Instead of unloading folders when their ref count is zero, we schedule a tree cleanup when a row is collapsed. The reason is simple: the reffing the treeview does is weird which results in glitches when scrolling a large tree. Also added some extra debug code. (Old svn revision: 28946)
-
Og Maciel authored
(Old svn revision: 28945)
-
- Nov 28, 2008
-
-
Nick Schermer authored
(Old svn revision: 28944)
-
Nick Schermer authored
respond to the predefined key bindings for deleting files when the user has not set a custom accelerator. Bug #4173. (Old svn revision: 28941)
-
Jannis Pohlmann authored
(Old svn revision: 28940)
-
Nick Schermer authored
glib reference manual in the docs. Patch by Mike Massonnet. Bug #4555. (Old svn revision: 28939)
-
- Nov 27, 2008
-
-
Nick Schermer authored
mime info. This happens here sometimes when unknown files were found in /proc. (Old svn revision: 28935)
-
Nick Schermer authored
the /proc and /dev ignore test. * thunar-vfs/thunar-vfs-monitor.c: Use a GSList for the handles since we only walk forwards. (Old svn revision: 28934)
-
Nick Schermer authored
Mathias Brodala to make the first character after a paranthesis uppercase. Bug #3559. (Old svn revision: 28933)
-
Nick Schermer authored
before removing a custom action. Bug #3838. * plugins/thunar-uca/thunar-uca-model.c: Return an empty string when the name is not set instead of null, so the action always has a valid name and gtk does not send a critical warning. * po/*: Merge new strings. (Old svn revision: 28931)
-
Nick Schermer authored
window, we do a fake-center-on-parent. So it looks like the window belongs to the parent, but it is a standalone window. This should fix the last part of bug #3586. * thunar/thunar-window.c: Register the properties dialog with thunar_application_take_window() so it will get a new GtkWindowGroup. (Old svn revision: 28930)
-
Jannis Pohlmann authored
same but only for dnotify and inotify, not for polling. (Old svn revision: 28929)
-
Jannis Pohlmann authored
define to config.h and implement support for excluding certain base paths (such as /dev and /proc) from being being monitored. Gamin does the same but only for dnotify and inotify, not for polling. (Old svn revision: 28928)
-
Nick Schermer authored
(Old svn revision: 28927)
-
Olivier Fourdan authored
(Old svn revision: 28923)
-
Og Maciel authored
(Old svn revision: 28922)
-
- Nov 26, 2008
-
-
Maximilian Schleiss authored
(Old svn revision: 28919)
-
Nick Schermer authored
windows added with thunar_application_take_window() that don't have a transient window. This will make different windows work independant when a modal dialog is created. (Old svn revision: 28918)
-
Jannis Pohlmann authored
thunar/thunar-tree-view.c: Apply tree view pane improvements written by Nick. It implements a GtkTreeModelFilter inside the tree model and improves CPU performance when expanding folders in the tree view. It also stops monitoring tree view folders when they are closed. It improves thread safety in ThunarVfsMonitor and a few other things. Should fix bug #4051. (Old svn revision: 28917)
-
Piarres Beobide authored
(Old svn revision: 28916)
-
- Nov 25, 2008
-
-
Jannis Pohlmann authored
with the home directory pre-entered when GDK_dead_tilde is pressed. This allows people with dead keys to use the location selector just like people which don't use dead keys. (Old svn revision: 28915)
-
Maximilian Schleiss authored
(Old svn revision: 28914)
-
Nick Schermer authored
of the tpa plugin when the trash is 'full' to "Trash contains files". Bug #3266. * po/*: Regenerate po files. (Old svn revision: 28909)
-
Nick Schermer authored
Patch by Peter de Ridder. Bug #2973. (Old svn revision: 28908)
-
Nick Schermer authored
the thunarrc file in the nickname of the GParamSpec so we don't have to generate it during load/save. When debugging is enabled property_name_to_option_name() is still used to check for typos between the name and nickname. (Old svn revision: 28907)
-
Nick Schermer authored
ThunarFile. It's not used and some say g_property_notify() is not the fastest glib function, so we probably don't want to call it every file change. (Old svn revision: 28906)
-
Jannis Pohlmann authored
(Old svn revision: 28903)
-
Jannis Pohlmann authored
a file/folder. This is done by connecting to the "row-deleted" signal of the model twice. The first handler saves the tree path to be selected after the removal in the selection_before_delete member. The second handler (which is called after the signal is emitted) selects this path. Selection is not modified if there are two or more files selected. (Old svn revision: 28902)
-