aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm
Commit message (Expand)AuthorAge
* Disable the option to close the "Browser" tab when using column-view.Ken Moore2015-10-26
* Turn off one last DEBUG flag before the release is cut.Ken Moore2015-10-23
* Fix up a bug with the relative snapshot path calculation when switching betwe...Ken Moore2015-10-21
* Clean up the detection of ZFS snapshot availability a bit: This should fix is...Ken Moore2015-10-21
* Pause directory refresh operations while the file operation dialog is still a...Ken Moore2015-10-21
* Fix typo.YAMASHIRO, Jun2015-10-20
* Oops - apparently I forgot to re-enable the bookmark functionality in the new...Ken Moore2015-10-16
* Filter out any empty snapshots from the ZFS snapshot detection backend.Ken Moore2015-10-15
* Clean up the copy/cut/paste/delete keyboard shortcuts. Now the shortcuts are ...Ken Moore2015-10-15
* Add an option to lumina-fm to spawn a new instance/window (Ctrl-N keyboard sh...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
* oops - now the "New Tab" item should read "New Browser" (only changed tooltip...Ken Moore2015-10-15
* Change the "New Tab" text to "New Dir Browser" (to better accomodate tabs&col...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
* Re-enable the option to go to an eternally-mounted device directory (Looks li...Ken Moore2015-10-12
* 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
* Fix a bug in lumina-fm where launching it from the CLI with invalid arguments...Ken Moore2015-10-08
* Ensure that item selection is preserved when switching between basic/detailed...Ken Moore2015-10-08
* Revert the debug/release flag change to all the *.pro files. This causes issu...Ken Moore2015-09-30
* Update all the project files to allow for "make debug" to create a binary wit...Ken Moore2015-09-30
* 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
* Update lumina-fm to use the new LUtils::GenerateOpenTerminalExec() function f...Ken Moore2015-09-17
* Always run the "loadSnaps" signal on dir load - this should ensure that no sn...Ken Moore2015-09-16
* Ensure that the window activation request is sent out when the file manager g...Ken Moore2015-09-11
* 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 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
bgstack15