summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Force side pane eject buttons to have no inner border by default.jannis/new-shortcuts-paneJannis Pohlmann2012-02-242-0/+15
* Move DND to ThunarShortcutGroup, start with creating shortcuts via DND.Jannis Pohlmann2012-01-244-294/+256
* Minor adjustments to use the right icon, drop thunar_file_get_icon().Jannis Pohlmann2012-01-224-32/+25
* Move all reorder DND into ThunarShortcutGroup. Add group context menu.Jannis Pohlmann2011-12-263-200/+337
* Continue reordering via DND. It sort of works but is unfinished.Jannis Pohlmann2011-12-256-185/+394
* Squashme: Continued work on DND reordering. We're getting somewhere.Jannis Pohlmann2011-12-243-6/+148
* Use GtkExpander as ThunarShortcutsGroup.Nick Schermer2011-12-241-23/+16
* Add ThunarDNDTarget enum. Try implement shortcut reorder DND.Jannis Pohlmann2011-12-244-2/+152
* Drop the cancellable in ThunarShortcut. Hide as soon as ejected.Jannis Pohlmann2011-12-111-85/+84
* Fix a memory leak and a potential segfault in ThunarBrowser.Jannis Pohlmann2011-12-111-3/+3
* Open shortcuts on button release, handle middle click.Jannis Pohlmann2011-12-091-25/+37
* ThunarShortcut: rework internal state tracking, finish DND for files.Jannis Pohlmann2011-12-091-193/+271
* Remove debug output from ThunarBrowser.Jannis Pohlmann2011-12-091-34/+0
* Fix a typo that would lead to not adding new shortcuts.Jannis Pohlmann2011-12-091-1/+1
* Squashme: Initial work on DND in ThunarShortcut.Jannis Pohlmann2011-12-091-78/+358
* Initial work on gphoto2 and detecting linked mounts/volumes.Jannis Pohlmann2011-11-258-69/+182
* Drop ThunarShortcutsModel entirely.Jannis Pohlmann2011-11-228-1909/+45
* Fix the indentation offset in ThunarShortcutGroup.Jannis Pohlmann2011-11-181-1/+1
* Properly align ThunarShortcut contents with group titles.Jannis Pohlmann2011-11-173-7/+74
* Drop the button next to the location entry in the tool bar.Jannis Pohlmann2011-11-081-326/+1
* Simplify the shortcuts view code a bit.Jannis Pohlmann2011-11-061-99/+40
* Prepare cancellation of pending activations, sensitivity of sendto item.Jannis Pohlmann2011-11-065-33/+94
* Squashme: Get rid of ThunarShortcutRow.Jannis Pohlmann2011-11-066-2052/+188
* Squashme: Start working on the context menu.Jannis Pohlmann2011-11-062-281/+256
* Squashme: Remove volume/mount shortcuts properly (unless persistent).Jannis Pohlmann2011-11-063-45/+156
* Squashme: Update selection whenever the main folder changes.Jannis Pohlmann2011-11-065-481/+120
* Squashme: Add missing files. Make collapsed headers flash on new items.Jannis Pohlmann2011-11-062-0/+459
* Squashme: Implement shortcut activation and fix state transitions.Jannis Pohlmann2011-11-062-52/+187
* Squashme: Further work on getting rid of ThunarShortcuts{Model,Row}.Jannis Pohlmann2011-11-063-175/+916
* Squashme: Initial work on getting rid of ThunarShortcutsModel.Jannis Pohlmann2011-11-048-220/+1150
* Remove unused variable.Nick Schermer2011-09-081-8/+7
* Rework ThunarBrowser; resolve shortcut files asynchronously.Jannis Pohlmann2011-07-154-178/+489
* Improve flashing frequency/amount, fix disconnecting unmountable mounts.Jannis Pohlmann2011-07-152-4/+39
* Add a macro for the number of times a category flashes.Jannis Pohlmann2011-07-151-2/+3
* Wrap expanders in an event box and implement flashing on new shortcuts.Jannis Pohlmann2011-07-151-11/+121
* Finish implementing the mount/unmount/disconnect context menu actions.Jannis Pohlmann2011-07-152-24/+51
* Further work on mount/unmonut/disconnect context menu actions.Jannis Pohlmann2011-07-153-143/+233
* Implement the disconnect context menu action for mounts.Jannis Pohlmann2011-07-153-0/+82
* Fix a typo in ThunarShortcutsModel; load model data after construction.Jannis Pohlmann2011-07-153-15/+22
* Implement the "Open" and "Open in new window" shortcut actions.Jannis Pohlmann2011-07-154-118/+192
* Initial work on the context menu for the new shortcuts view.Jannis Pohlmann2011-07-152-13/+272
* Show file:// mounts in the devices category.Jannis Pohlmann2011-07-151-0/+10
* Only apply the ThunarFile icon to the shortcut if it's set.Jannis Pohlmann2011-07-151-5/+10
* Implement lazy loading of regular and network file shortcuts.Jannis Pohlmann2011-07-158-133/+448
* Add thunar_file_get_async(). Prepare lazy loading of file shortcuts.Jannis Pohlmann2011-07-154-56/+239
* Don't hide all volumes, only those that are not removable or present.Jannis Pohlmann2011-07-151-1/+1
* Don't ALWAYS show the action button when clicking an item...Jannis Pohlmann2011-07-151-0/+1
* Fix a leak and an issue with the action button disappearing on click.Jannis Pohlmann2011-07-151-19/+7
* Improve the data exchange between model, view and rows.Jannis Pohlmann2011-07-155-195/+468
* Add a ThunarShortcut::changed signal for lazy loading shortcuts.Jannis Pohlmann2011-07-153-17/+220