aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm
Commit message (Expand)AuthorAge
...
* Solves issue 11400Carlos Bohórquez2015-09-10
* Solves issue 11233Carlos Bohórquez2015-09-09
* Make sure that drag events only happen with left/right mouse clicks, and clea...Ken Moore2015-09-09
* Make sure that when the last browser is closed a new one is created pointing ...Ken Moore2015-09-09
* Make sure to run the user-input dir path through the input fix/replacement ro...Ken Moore2015-09-09
* Solves issue 11232Carlos Bohórquez2015-09-08
* Make sure that the removal verification dialog puts the list of items in the ...Ken Moore2015-09-08
* Fix up the "back" functionality for mouse4 clicks.Ken Moore2015-09-08
* Couple minor adjustments:Ken Moore2015-09-02
* Add support for the mouse "back" button (normally Mouse4, but may be set thro...Ken Moore2015-08-31
* Change the DEBUG define in DirData.h to DIR_DEBUG: leave the DEBUG variables ...Ken Moore2015-08-30
* Another minor increase in speed from the dir loader: only processEvents every...Ken Moore2015-08-28
* Make the processEvents() call only happen every 10 items loaded - this makes ...Ken Moore2015-08-28
* Add a couple tiny timing fixes for the lumina-fm backend:Ken Moore2015-08-28
* Remove the LFileInfo class from lumina-fm (in LuminaXDG instead)Ken Moore2015-08-28
* Fix up the re-loading of the scrollbar location on directory update.Ken Moore2015-08-28
* Put a few more "stopload" checks into the dir loading routine (after all the ...Ken Moore2015-08-28
* A couple other minor (not-noticable) changes to lumina-fm.Ken Moore2015-08-28
* Another small update for lumina-fm: when re-loading a directory (or switching...Ken Moore2015-08-28
* Add a new "ScrollDialog" to lumina-fm for instances where a lot of text might...Ken Moore2015-08-27
* Get drag and drop functionality completely working (Internal only - will not ...Ken Moore2015-08-27
* Re-enable the directory statistics output for lumina-fm.Ken Moore2015-08-27
* Ensure that the current directory loading is stopped when starting to load a ...Ken Moore2015-08-27
* Add support for the "New [File/Dir]" buttons back into lumina-fm.Ken Moore2015-08-26
* Clean up some of the new widgets/functionality:Ken Moore2015-08-26
* Commit a major overhaul of lumina-fm: PLEASE TEST!!Ken Moore2015-08-25
* Copy the old MainUI class over as an emergency backup in preparation for tyin...Ken Moore2015-08-21
* Another checkpoint in the lumina-fm backend overhaul - still not tied into th...Ken Moore2015-08-20
* Commit some more work-in-progress on the new lumina-fm backend.Ken Moore2015-08-20
* Update the lumina theme engine/class so that custom environment variables may...Ken Moore2015-08-18
* Convert the multimedia player and slideshow viewer into separate classes/widg...Ken Moore2015-08-17
* Add a new data backend to lumina-fm: DirData.hKen Moore2015-08-11
* Add "DESTDIR" build option support to the Lumina project files (needed for Fe...Ken Moore2015-07-31
* Add the Ctrl-X keyboard shortcut for Cutting the selected files onto the Clip...Ken Moore2015-07-20
* Update all the *.pro files to add a new NO_I18N config option which prevents ...Ken Moore2015-07-14
* Remove the context menu on the toolbar in lumina-fmKen Moore2015-07-09
* Turn off the "uniformItemSizes" Qt flag in the File manager list widget. This...Ken Moore2015-05-26
* Fix a bug in the background snapshot finder: the new simplification routine w...Ken Moore2015-05-18
* When making a previous selection visible in the viewport, try to put it at th...Ken Moore2015-05-11
* oops, also ensure that the widget scrolls to ensure the old directory is visi...Ken Moore2015-05-11
* When moving back/up a directory in lumina-fm, have it automatically select th...Ken Moore2015-05-11
* Add some additional error checking to the new "Open Terminal Here" functional...Ken Moore2015-05-01
* Merge remote-tracking branch 'upstream/master' into fm-termwi2015-05-01
|\
| * Finish up the conversion of lumina-fm to the new favorites system. Now it is ...Ken Moore2015-04-28
| * have lumina-fm use the new favorites system for checking if a file is a favor...Ken Moore2015-04-27
| * Enable the ability to open lumina-fileinfo for any file/directory.Ken Moore2015-04-27
| * Activate the file properties (lumina-fileinfo) for *any* files now.Ken Moore2015-04-27
| * Oops, forgot to add an icon for the new search menu option.Ken Moore2015-04-27
| * Add support for launching lumina-search on the currently-viewed directory fro...Ken Moore2015-04-27
* | use the termnial application specified by the user as the default-terminal.wi2015-05-01
bgstack15