aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/widgets
Commit message (Expand)AuthorAge
* Fix up a bug with the relative snapshot path calculation when switching betwe...Ken Moore2015-10-21
* Fix typo.YAMASHIRO, Jun2015-10-20
* Clean up the copy/cut/paste/delete keyboard shortcuts. Now the shortcuts are ...Ken Moore2015-10-15
* Increase the minimum size for a DirWidget quite a bit, and setup all the DirW...Ken Moore2015-10-15
* Update the lumina-fm thumbnail loader to run in a *truly* separate thread fro...Ken Moore2015-10-15
* Fix the status text loading in lumina-fm so that there is never any duplicati...Ken Moore2015-10-15
* Fix a crash in the thumbnail loading routine where an invalid item can accide...Ken Moore2015-10-14
* Clean up some more of lumina-fm:Ken Moore2015-10-14
* When dropping files into lumina-fm: Only treat it as a move when the initial/...Ken Moore2015-10-14
* Another large speed boost for lumina-fm:Ken Moore2015-10-12
* Make sure that when loading thumbnails, it only runs processEvents every 3 it...Ken Moore2015-10-08
* Ensure that item selection is preserved when switching between basic/detailed...Ken Moore2015-10-08
* Quick update to just clear that internal "needThumbs" variable every time the...Ken Moore2015-09-25
* Change how the thumbnails are loaded in lumina-fm. Now it loads the entire di...Ken Moore2015-09-25
* Fix up the active browser detection routine, ensure the browser gets updated ...Ken Moore2015-09-25
* Make sure that a directory does not refresh more than once a second from a fi...Ken Moore2015-09-23
* Clean up the file transfer systems a bit in lumina-fm:Ken Moore2015-09-23
* Make the snapshot load/reload operations "active", in that it will detect whe...Ken Moore2015-09-17
* Always run the "loadSnaps" signal on dir load - this should ensure that no sn...Ken Moore2015-09-16
* Fix a bug with the detection/usage of the snapshot relative paths when calcul...Ken Moore2015-09-11
* Quick fix for an enumeration replacement: This same bug still exists in CQTre...Ken Moore2015-09-11
* Forget delete 2 unused variablesCarlos Bohórquez2015-09-11
* Static variables not needed nowCarlos Bohórquez2015-09-11
* Several changesCarlos Bohórquez2015-09-11
* 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 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
* 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
* 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
bgstack15