aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm
Commit message (Expand)AuthorAge
* 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
* | Add a contextMenu allowing the user to open a terminal in the selected folderwi2015-04-26
|/
* Make the open/openwith functionality in lumina-fm multi-selection aware. Also...Ken Moore2015-04-23
* Add support for running "lumina-fileinfo" from the right-click menu in lumina-fmKen Moore2015-04-22
* use ++ in createStatusBarMgs over += 1Christopher Roy Bratusek2015-04-18
* lumina-fm show separated number of folders and files in status barChristopher Roy Bratusek2015-04-18
* Update the lumina-fm.desktop file to use the "%F" field code instead of "%U" ...Ken Moore2015-04-14
* Update the system tray Embed/Unembed routines to use the XCB library instead ...Ken Moore2015-03-27
* Streamline quite a bit of the background worker:Ken Moore2015-03-26
* Merge remote-tracking branch 'upstream/master' into fmNumberswilliam2015-03-26
|\
| * Actually move the file/dir copy onto itself check earlier in the procedure, t...Ken Moore2015-03-26
| * Clean up a couple things in lumina-fm:Ken Moore2015-03-26
* | display some filesystem's information on the statusbar in a thread safe manierwilliam2015-03-25
* | create FileSystemCapacity and put it in LuminaOSwilliam2015-03-24
* | Merge remote-tracking branch 'upstream/master' into fmNumberswilliam2015-03-24
|\|
| * Add a file removal verification prompt to the slideshow removal button. (Cont...Ken Moore2015-03-23
* | Add display of the filesystem's capacity in the statusbarwilliam2015-03-21
* | Add possibility to calculate the file size of the selected items.william2015-03-21
* | Add in statusBar, side to the number of items displayed, the size of the fileswilliam2015-03-20
* | Display the number of items in a directory in the statusBarwilliam2015-03-20
* | Merge remote-tracking branch 'upstream/master' into fmNumberswilliam2015-03-20
|\|
| * Allow the favoriting of files in lumina-fm that do *not* conflict with a curr...Ken Moore2015-03-14
| * Add the ability to set/use custom timezones on the system - defaulting to the...Ken Moore2015-03-14
| * Make sure the file removals are multi-selection aware in lumina-fm.Ken Moore2015-03-13
| * Add Checksum support for FreeBSD, and tie it into lumina-fm.Ken Moore2015-03-12
| * Change the icon used for the "favorite files" button. Now it matches the User...Ken Moore2015-03-12
| * Make sure to load any specific icons for *.desktop files in lumina-fm.Ken Moore2015-03-12
| * Fix a bug with resolving sym-links during the search for ZFS snapshots. Now i...Ken Moore2015-03-05
| * Enable a bunch of debugging in the lumina-fm background worker. Something in ...Ken Moore2015-03-02
* | display Items count in the bottom barwilliam os4y2015-02-26
|/
* Subclass the main QFileSystemModel to provide drag and drop support. This sti...Ken Moore2015-02-24
bgstack15