Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Get drag and drop functionality completely working (Internal only - will not ↵ | Ken Moore | 2015-08-27 |
| | | | | talk to other applications) | ||
* | Re-enable the directory statistics output for lumina-fm. | Ken Moore | 2015-08-27 |
| | |||
* | Ensure that the current directory loading is stopped when starting to load a ↵ | Ken Moore | 2015-08-27 |
| | | | | new directory. | ||
* | Add support for the "New [File/Dir]" buttons back into lumina-fm. | Ken Moore | 2015-08-26 |
| | |||
* | Clean up some of the new widgets/functionality: | Ken Moore | 2015-08-26 |
| | | | | | | | 1) Fix a layout issue with the DirWidget 2) Fix the GoToNext functionality in the multimedia player 3) Ensure the multimedia player is stopped if the tab is closed 4) Clean up some dead space in the DirWidget | ||
* | Commit a major overhaul of lumina-fm: PLEASE TEST!! | Ken Moore | 2015-08-25 |
| | | | | | | | | | | | | | | | | | 1) Seemlessly embed the ZFS rollback options into the main dir browser (simple time slider at the top). 2) Take all the main widgets and put them into separate classes/files (widgets/*) 3) Add support for both tabs and columns for multiple directory viewing 4) Remove the "icon" view mode, and replace it with an icon sizing option (larger/smaller) 5) Add the ability for the multimedia player and slideshow viewer to be running within separate tabs while still browsing the system (new files will be added to the queue instead of replacing it) 6) Ensure that only selected files are added to the player/slideshow on demand. 7) Add the ability to zoom in/out on a slideshow image. KNOWN ISSUES: 1) The new file/dir functionality has not been replaced/re-implemented yet. 2) The drag and drop functionality has been removed until a new implementation is put in. PLEASE TEST: ZFS snapshot use, multimedia file player, browsing and other UI changes | ||
* | Copy the old MainUI class over as an emergency backup in preparation for ↵ | Ken Moore | 2015-08-21 |
| | | | | tying all the new UI/widgets in. | ||
* | Another checkpoint in the lumina-fm backend overhaul - still not tied into ↵ | Ken Moore | 2015-08-20 |
| | | | | the general build/use yet. | ||
* | Commit some more work-in-progress on the new lumina-fm backend. | Ken Moore | 2015-08-20 |
| | |||
* | Update the lumina theme engine/class so that custom environment variables ↵ | Ken Moore | 2015-08-18 |
| | | | | may be set/loaded for all apps using the theme engine (including the session - which propagates to new non-lumina applications as well) | ||
* | Convert the multimedia player and slideshow viewer into separate ↵ | Ken Moore | 2015-08-17 |
| | | | | | | classes/widgets for lumina-fm, and add the new UI for the directory browser as well (no .h/.cpp source files filled out yet for it yet though). These new widgets/classes are tied into the build for compilation purposes, but they are not actually used in the app yet. | ||
* | Add a new data backend to lumina-fm: DirData.h | Ken Moore | 2015-08-11 |
| | | | | While not tied in yet, this will eventually be used to replace the QFileSystemModel which is currently implemented - allowing for faster loading of directories within a seperate thread, as well as custom control over how directory information is retrieved/used in the GUI. | ||
* | Add "DESTDIR" build option support to the Lumina project files (needed for ↵ | Ken Moore | 2015-07-31 |
| | | | | | | Fedora packaging). Also convert the last X11 usage in LPanel over to XCB | ||
* | Add the Ctrl-X keyboard shortcut for Cutting the selected files onto the ↵ | Ken Moore | 2015-07-20 |
| | | | | Clipboard. | ||
* | Update all the *.pro files to add a new NO_I18N config option which prevents ↵ | Ken Moore | 2015-07-14 |
| | | | | the installation of the translation files (the translations in this repo are highly incomplete, you should use the translation files from the lumina-i18n repo instead since that is where almost all the translation work is being committed). | ||
* | Remove the context menu on the toolbar in lumina-fm | Ken Moore | 2015-07-09 |
| | |||
* | Turn off the "uniformItemSizes" Qt flag in the File manager list widget. ↵ | Ken Moore | 2015-05-26 |
| | | | | This was causing issues if an icon was too small to display at the requested size. | ||
* | Fix a bug in the background snapshot finder: the new simplification routine ↵ | Ken Moore | 2015-05-18 |
| | | | | was incorrectly being used, because the variable being checked was set just moments before (resulting in it always re-using the first snapshot directory found) | ||
* | When making a previous selection visible in the viewport, try to put it at ↵ | Ken Moore | 2015-05-11 |
| | | | | the top of the viewport. | ||
* | oops, also ensure that the widget scrolls to ensure the old directory is ↵ | Ken Moore | 2015-05-11 |
| | | | | visible instead of just selected. | ||
* | When moving back/up a directory in lumina-fm, have it automatically select ↵ | Ken Moore | 2015-05-11 |
| | | | | the previous directory in the list. | ||
* | Add some additional error checking to the new "Open Terminal Here" ↵ | Ken Moore | 2015-05-01 |
| | | | | functionality in lumina-fm. | ||
* | Merge remote-tracking branch 'upstream/master' into fm-term | wi | 2015-05-01 |
|\ | |||
| * | Finish up the conversion of lumina-fm to the new favorites system. Now it is ↵ | Ken Moore | 2015-04-28 |
| | | | | | | | | completely ready. | ||
| * | have lumina-fm use the new favorites system for checking if a file is a ↵ | Ken Moore | 2015-04-27 |
| | | | | | | | | favorite. | ||
| * | Enable the ability to open lumina-fileinfo for any file/directory. | Ken Moore | 2015-04-27 |
| | | |||
| * | Activate the file properties (lumina-fileinfo) for *any* files now. | Ken Moore | 2015-04-27 |
| | | |||
| * | Oops, forgot to add an icon for the new search menu option. | Ken Moore | 2015-04-27 |
| | | |||
| * | Add support for launching lumina-search on the currently-viewed directory ↵ | Ken Moore | 2015-04-27 |
| | | | | | | | | from within lumina-fm | ||
* | | use the termnial application specified by the user as the default-terminal. | wi | 2015-05-01 |
| | | |||
* | | Add a contextMenu allowing the user to open a terminal in the selected folder | wi | 2015-04-26 |
|/ | |||
* | Make the open/openwith functionality in lumina-fm multi-selection aware. ↵ | Ken Moore | 2015-04-23 |
| | | | | Also so the same for the "properties" option (although it only operates on *.desktop files at the moment). | ||
* | Add support for running "lumina-fileinfo" from the right-click menu in lumina-fm | Ken Moore | 2015-04-22 |
| | |||
* | use ++ in createStatusBarMgs over += 1 | Christopher Roy Bratusek | 2015-04-18 |
| | |||
* | lumina-fm show separated number of folders and files in status bar | Christopher Roy Bratusek | 2015-04-18 |
| | |||
* | Update the lumina-fm.desktop file to use the "%F" field code instead of "%U" ↵ | Ken Moore | 2015-04-14 |
| | | | | because it operates on Files/dirs, not URLS. | ||
* | Update the system tray Embed/Unembed routines to use the XCB library instead ↵ | Ken Moore | 2015-03-27 |
| | | | | of XLib. This bahaves exactly the same on my FreeBSD 10.x system - still need to test a FreeBSD 11.x system. | ||
* | Streamline quite a bit of the background worker: | Ken Moore | 2015-03-26 |
| | | | | | | 1) Make sure the background routine *only* runs if the directory has changed or been modified (changing the view/config will no longer re-scan the dir) 2) Cleanup the number of translated strings in the dir info routine, and make it easily modified for larger file sizes (already increased to TB now). 3) Ensure that the whole-dir info is re-displayed if the selection is cleared. | ||
* | Merge remote-tracking branch 'upstream/master' into fmNumbers | william | 2015-03-26 |
|\ | |||
| * | Actually move the file/dir copy onto itself check earlier in the procedure, ↵ | Ken Moore | 2015-03-26 |
| | | | | | | | | that way we can't run into the situation where the dir is removed because of the conflicting destination. | ||
| * | Clean up a couple things in lumina-fm: | Ken Moore | 2015-03-26 |
| | | | | | | | | | | | | 1) Fix the double-run of the background dir checker when changing directories. 2) Add the file overwrite checks to the cut procedures in the backend. 3) If a file/dir is copied onto itself, just skip it rather than erroring. | ||
* | | display some filesystem's information on the statusbar in a thread safe manier | william | 2015-03-25 |
| | | |||
* | | create FileSystemCapacity and put it in LuminaOS | william | 2015-03-24 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into fmNumbers | william | 2015-03-24 |
|\| | |||
| * | Add a file removal verification prompt to the slideshow removal button. ↵ | Ken Moore | 2015-03-23 |
| | | | | | | | | (Contributed by william-os4y) | ||
* | | Add display of the filesystem's capacity in the statusbar | william | 2015-03-21 |
| | | |||
* | | Add possibility to calculate the file size of the selected items. | william | 2015-03-21 |
| | | | | | | | | Refactoring of the procedure | ||
* | | Add in statusBar, side to the number of items displayed, the size of the files | william | 2015-03-20 |
| | | |||
* | | Display the number of items in a directory in the statusBar | william | 2015-03-20 |
| | | |||
* | | Merge remote-tracking branch 'upstream/master' into fmNumbers | william | 2015-03-20 |
|\| |