summaryrefslogtreecommitdiff
path: root/src/xfdesktop-file-icon-manager.c
Commit message (Expand)AuthorAgeFilesLines
* make icons come up in a reasonable order for the first timeBrian Tarricone2008-10-081-4/+5
* er, it's NotShowIn, not NeverShowInBrian Tarricone2008-09-271-2/+2
* obey Hidden=true, OnlyShowIn=, and NeverShowIn= for files on desktop (bug 4022)Brian Tarricone2008-09-251-0/+38
* add XDG userdir support for desktop and templates foldersBrian Tarricone2008-09-161-4/+8
* fix g_critical when removable volume icons are disabledBrian Tarricone2008-09-071-2/+4
* convert xfdesktop itself to use xfconf property bindingsBrian Tarricone2008-08-311-7/+112
* launch xfdesktop-settings from the desktop right-click menuBrian Tarricone2008-08-031-16/+11
* fix warningBrian Tarricone2007-11-071-0/+3
* rewrite entire icon positions file to clean out stale entries (bug 3267)Brian Tarricone2007-11-071-24/+44
* fix crash when switching icon stylesBrian Tarricone2007-10-201-6/+4
* redo menu system, part 2. the desktop context menus with file icons andBrian Tarricone2007-10-201-233/+226
* * semi-fix a problem with loading file iconsBrian Tarricone2007-10-201-1/+2
* if ~/Desktop disappears, reload and try to recreate it. should hopefully fixBrian Tarricone2006-11-041-67/+94
* don't allow linking root items, as thunar-vfs throws a critical warning andBrian Tarricone2006-11-041-12/+4
* change the cursor to the hourglass while invoking some dbus methodsBrian Tarricone2006-11-041-1/+9
* this should fix the crash when dragging thunar's 'file system' icon to theBrian Tarricone2006-11-041-3/+14
* first step to making DnD much less sucky and unmaintainable. XfdesktopIconBrian Tarricone2006-11-041-1/+0
* fix normal file icons not activating on double click or open (bug 2452)Brian Tarricone2006-10-201-59/+0
* rearrange how XfdesktopIcon::activated works. all those connecting shouldBrian Tarricone2006-10-181-46/+77
* * show the application chooser using org.xfce.FileManager.DisplayChooserDialog,Brian Tarricone2006-10-181-27/+80
* 'delete' action should trash files by default, but force delete if the userBrian Tarricone2006-10-171-43/+174
* fix warnings and possible crash when trying to reload the desktop tooBrian Tarricone2006-10-131-2/+25
* make memory handling with regard to icon reference counting a bit more sane.Brian Tarricone2006-10-131-0/+17
* actually remove the icons from the icon view before removing them from theBrian Tarricone2006-10-131-1/+12
* add some helpful comments so i don't forget things laterBrian Tarricone2006-10-111-0/+3
* move dbus init/cleanup from XfdesktopSpecialFileIcon and into file utilsBrian Tarricone2006-10-111-0/+7
* move saved icon location file to ~/.config instead of ~/.cache (bug 2402)Brian Tarricone2006-10-111-4/+72
* don't crash when non-file:// URIs are dropped on the desktop; just refuseBrian Tarricone2006-10-091-9/+17
* temp fix for crashes when dropping external files on special icons andBrian Tarricone2006-08-241-3/+21
* some cleanups, plug a ThunarVfsPath leakBrian Tarricone2006-08-231-11/+18
* add F2 keybinding for rename (bug 2186)Brian Tarricone2006-08-181-0/+13
* refresh the special file icons on F5 (bug 2187)Brian Tarricone2006-08-181-20/+51
* fix compile failure when thunar-vfs isn't present (bug 2189)Brian Tarricone2006-08-181-2/+0
* * move properties dialog out to its own file. should maybe be a GtkWidget,Brian Tarricone2006-08-151-726/+25
* * split out XfdesktopFileIcon into XfdesktopRegularFileIcon,Brian Tarricone2006-08-151-269/+349
* fix typoBrian Tarricone2006-07-291-1/+1
* * use g_markup_printf_escaped() when dealing with filenames passed toBrian Tarricone2006-07-291-28/+29
* make sure we don't show a folder for the desktop folder if the folder itselfBrian Tarricone2006-07-151-0/+4
* need ->priv->desktop_icon even w/o thunarx Brian Tarricone2006-07-131-7/+8
* add to the desktop context menu (i.e. for the ~/Desktop folder):Brian Tarricone2006-07-131-31/+115
* rearrange the icon context menu (again)Brian Tarricone2006-07-131-12/+39
* fix missing menu separatorBrian Tarricone2006-07-121-4/+4
* implement the backend portion to be able to show icon tooltips. haven't doneBrian Tarricone2006-07-111-11/+1
* * fix thunar-vfs finalize warning when the user manually refreshes the desktopBrian Tarricone2006-05-251-0/+17
* * show 'Open' item for all removable volumes, even if they don't have a validBrian Tarricone2006-05-231-4/+6
* redo menu separator handling to ensure we don't get double separators whenBrian Tarricone2006-05-231-54/+43
* ensure that the file icon's ThunarVfsInfo is valid before trying to activateBrian Tarricone2006-05-231-26/+29
* instead of fixing bugs, let's instead add XDirectSave support, as well asBrian Tarricone2006-05-231-88/+215
* handle interactive job signals, handle a coupler more errors gracefully.Brian Tarricone2006-05-211-7/+62
* don't ignore GError return from thunar_vfs_copy_file() or Brian Tarricone2006-05-201-3/+15