aboutsummaryrefslogtreecommitdiff
path: root/lumina-fm/MainUI.cpp
Commit message (Collapse)AuthorAge
* Disable the option to close the "Browser" tab when using column-view.Ken Moore2015-10-26
|
* Pause directory refresh operations while the file operation dialog is still ↵Ken Moore2015-10-21
| | | | active in a lumina-fm instance.
* Oops - apparently I forgot to re-enable the bookmark functionality in the ↵Ken Moore2015-10-16
| | | | new lumina-fm overhaul. Add an option to the "Bookmarks" menu to create a new bookmark (for the current dir) which runs that functionality just like before.
* Clean up the copy/cut/paste/delete keyboard shortcuts. Now the shortcuts are ↵Ken Moore2015-10-15
| | | | registered in the main window, and it passes the signal to the currently-active browser for evaluation/action. This allows the shortcuts to work no matter what window/widget is currently active.
* Add an option to lumina-fm to spawn a new instance/window (Ctrl-N keyboard ↵Ken Moore2015-10-15
| | | | shortcut, or in the file menu).
* Increase the minimum size for a DirWidget quite a bit, and setup all the ↵Ken Moore2015-10-15
| | | | DirWidgets within a horizontal scroll area (for column view with lots of columns).
* Update the lumina-fm thumbnail loader to run in a *truly* separate thread ↵Ken Moore2015-10-15
| | | | from the main process using QtConcurrent. This keeps the ui completely interactive while still loading all the images.
* Change the "New Tab" text to "New Dir Browser" (to better accomodate ↵Ken Moore2015-10-15
| | | | tabs&columns), and also fix up the auto-loading of a new browser in column mode when the active tab is *not* the browser tab.
* Clean up some more of lumina-fm:Ken Moore2015-10-14
| | | | | | | 1) Put the status label on a line below all the buttons (they get crushed together with multiple columns) 2) Fix the time-based event processing when loading a directory (1/2 second updates now) 3) Update the drag/drop indicator items based on the directory underneath. 4) Fix the F5 keyboard shortcut to refresh a directory.
* Re-enable the option to go to an eternally-mounted device directory (Looks ↵Ken Moore2015-10-12
| | | | like I missed it during the big conversion)
* Fix a bug in lumina-fm where launching it from the CLI with invalid ↵Ken Moore2015-10-08
| | | | arguments prevents the app from starting up with any dirs loaded.
* Fix up the active browser detection routine, ensure the browser gets updated ↵Ken Moore2015-09-25
| | | | after creating new files/dirs (just in case the filesystem does not report changes properly), and ensure that clicking the slideshow/player buttons always opens the player (even if an invalid file is selected at that moment).
* Clean up the file transfer systems a bit in lumina-fm:Ken Moore2015-09-23
| | | | | 1) When copying/cutting files, also place a copy of the file list into the standard text/uri-list mimetype (with the local file URL syntax: file://) - This allows the files to be seen by other applications (if supported) 2) Also update the drag/drop functionality to use the standard text/uri-list format for all drag/drop operations. This allows movement of files between apps (such as moving a local file into a web-based file paste site).
* Make the snapshot load/reload operations "active", in that it will detect ↵Ken Moore2015-09-17
| | | | when the list of snapshots has changed and will reload the snapshots shown in the UI on demand.
* Update lumina-fm to use the new LUtils::GenerateOpenTerminalExec() function ↵Ken Moore2015-09-17
| | | | for opening a terminal in a directory.
* Ensure that the window activation request is sent out when the file manager ↵Ken Moore2015-09-11
| | | | gets a single-instance dir request.
* Make sure that drag events only happen with left/right mouse clicks, and ↵Ken Moore2015-09-09
| | | | clean up the "cancelling" of a file operation.
* Make sure that when the last browser is closed a new one is created pointing ↵Ken Moore2015-09-09
| | | | at the users home dir.
* Make sure that the removal verification dialog puts the list of items in the ↵Ken Moore2015-09-08
| | | | "detailed" text of the message box - otherwise it causes size issues if there are lots of items.
* A couple other minor (not-noticable) changes to lumina-fm.Ken Moore2015-08-28
|
* Get drag and drop functionality completely working (Internal only - will not ↵Ken Moore2015-08-27
| | | | talk to other applications)
* Clean up some of the new widgets/functionality:Ken Moore2015-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 Moore2015-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
* Another checkpoint in the lumina-fm backend overhaul - still not tied into ↵Ken Moore2015-08-20
| | | | the general build/use yet.
* Add the Ctrl-X keyboard shortcut for Cutting the selected files onto the ↵Ken Moore2015-07-20
| | | | Clipboard.
* When making a previous selection visible in the viewport, try to put it at ↵Ken Moore2015-05-11
| | | | the top of the viewport.
* oops, also ensure that the widget scrolls to ensure the old directory is ↵Ken Moore2015-05-11
| | | | visible instead of just selected.
* When moving back/up a directory in lumina-fm, have it automatically select ↵Ken Moore2015-05-11
| | | | the previous directory in the list.
* Add some additional error checking to the new "Open Terminal Here" ↵Ken Moore2015-05-01
| | | | functionality in lumina-fm.
* 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
| | | | | | | | completely ready.
| * have lumina-fm use the new favorites system for checking if a file is a ↵Ken Moore2015-04-27
| | | | | | | | favorite.
| * 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 ↵Ken Moore2015-04-27
| | | | | | | | from within lumina-fm
* | 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. ↵Ken Moore2015-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-fmKen Moore2015-04-22
|
* lumina-fm show separated number of folders and files in status barChristopher Roy Bratusek2015-04-18
|
* Update the system tray Embed/Unembed routines to use the XCB library instead ↵Ken Moore2015-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 Moore2015-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 fmNumberswilliam2015-03-26
|\
| * Clean up a couple things in lumina-fm:Ken Moore2015-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 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. ↵Ken Moore2015-03-23
| | | | | | | | (Contributed by william-os4y)
* | Add display of the filesystem's capacity in the statusbarwilliam2015-03-21
| |
bgstack15