aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm
Commit message (Expand)AuthorAge
* Remove the old commented out resizeEvent() from the cpp file. Not needed anym...Ken Moore2016-04-04
* commeting out broken resize functionq5sys2016-04-02
* re-added lost } during last editq5sys2016-04-02
* Update MainUI.hq5sys2016-03-31
* removed: QMainWindow::closeEvent(ev);q5sys2016-03-31
* Update MainUI.hq5sys2016-03-30
* Update MainUI.hq5sys2016-03-30
* Update MainUI.cppq5sys2016-03-30
* Update MainUI.cppq5sys2016-03-30
* Update MainUI.cppq5sys2016-03-30
* Update MainUI.cppq5sys2016-03-30
* Update MainUI.cppq5sys2016-03-30
* use relative icon paths in desktop filesrezso2016-03-11
* Cleanup all the DESTDIR usage within the project files. Now this can be easil...Ken Moore2016-03-04
* Add dutch translation for i18n/lumina-fmZyixc2016-02-22
* Convert the ZFS snapshot timestamp label into a button with a dropdown menu o...Ken Moore2016-02-05
* Clean up the thumbnail loading routine a bit more in lumina-fm. Due to the mu...Ken Moore2016-02-04
* Added menu items for various functionality that was already availableSean Long2016-02-01
* Generally in GUI's menu items that popup a window show '...' at the endSean Long2016-02-01
* Large cleanup of the Lumina project files and OS-detection/support systems.Ken Moore2016-01-11
* Setup the dialog to use for file operation errors as the scroll dialog (in ca...Ken Moore2016-01-05
* Add the size hints to libLumina X11, and enable the usage of it within teh WM.Ken Moore2015-12-08
* Add a couple more XCB EWMH functions. One change required a re-definition of ...Ken Moore2015-11-12
* 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
bgstack15