aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/desktop-utils/lumina-fm/widgets
Commit message (Collapse)AuthorAge
* add libav video thumbnail code back to projectq5sys2017-10-03
|
* Revert "rework video thumbnail code"q5sys2017-10-03
| | | | This reverts commit a3092fb02a1905345e1311b2e64f4796acdb9f34.
* oops hadn't saved all my changes yetq5sys2017-09-24
|
* prototype webdav functionality for lumina-fmq5sys2017-09-24
|
* rework video thumbnail codeq5sys2017-09-24
|
* Fixed bug with lumina-fm editing default configuration file as rootZackaryWelch2017-09-07
|
* comment out method until its finishedq5sys2017-09-04
|
* clean out some older unused code commentsq5sys2017-09-04
|
* add prototype for auto-archival in file managerq5sys2017-09-04
|
* increase the size of the zoom in/out icons a bitq5sys2017-08-30
|
* A couple quick updates to lumina-mediaplayer:Ken Moore2017-08-07
| | | | | 1. Enable video for the local file playback where supported. 2. Fix the single-instance forwarding
* Fixed spacing error in UI fileZackaryWelch2017-07-12
|
* Update the "open-with" menu for lumina-fm so that is shows recommendations ↵Ken Moore2017-07-12
| | | | directly in the menu.
* Re-enable the "Open With" option for selected items (accidentally commented out)Ken Moore2017-06-28
|
* Finish up all the new TreeWidget stuff from JT:Ken Moore2017-06-26
| | | | | | | | | 1. Save/load the size of the tree widget between sessions (sync size across all tabs as well). 2. Sync the tree widget with the browser with regards to whether hidden files should be shown or not. 3. Tie the tree widget "dir model" to the line edit so we get auto-completions again. 4. Make sure the tree widget shows the "normalized" directory path (does not show ZFS snapshot dirs and such). 5. Clean up a lot of debugging messages and comment out unused variable declarations. 6. Change the Browser thumbnail loading/scaling routine to always run based on image resolution rather than file size.
* resolving OCD - one whitespace block at a timeq5sys2017-06-20
|
* clean up unneeded comment formattingq5sys2017-06-16
|
* set properties for treeviewq5sys2017-06-16
|
* Get the new side-pane TreeView up and running with q5sys's input.Ken Moore2017-06-16
|
* Minor debugging change in lumina-fmKen Moore2017-06-16
|
* Clean up the auto-extract functionality in lumina-fmKen Moore2017-06-16
|
* fix file manage autoextract menu methodq5sys2017-06-16
|
* add prototype for autoextract menu entryq5sys2017-06-16
|
* another crack at openwith menuq5sys2017-06-16
|
* add dirtreepane connection logicq5sys2017-06-16
|
* fix dirtreepane bugs and deactive from menuq5sys2017-06-13
|
* redo dirtreepane to work the same as other optionsq5sys2017-06-13
|
* add dirtreepane prototype codeq5sys2017-06-13
|
* Add "back" in the option to show/skip image file previews.Ken Moore2017-06-08
|
* Another few icon changesKen Moore2017-04-13
|
* Clean up which icons are used within lumina-fm.Ken Moore2017-04-13
|
* Insight: Put single/dual column actions in a QActionGroup to ensure they ↵Johannes Sasongko2017-02-20
| | | | cannot both be unchecked.
* Fix up the context menu enable modes and rearrange the options a bit.Ken Moore2017-01-05
|
* move cut/copy back to main context menuq5sys2016-12-22
|
* Commit a couple tweaks for lumina-fm - trying to get the drag and drop ↵Ken Moore2016-12-05
| | | | highlighting working.
* Re-enable drag and drop within lumina-fm.Ken Moore2016-12-05
|
* Fix up the regular expression strip of the ZFS snapshot from the full path.Ken Moore2016-11-28
|
* LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
* Fix the creation of new files/directories within the right-column of a split ↵Ken Moore2016-10-25
| | | | view.
* Fix up the "loading" message on directories with no contents.Ken Moore2016-10-18
|
* Fix the snapshot loading mechanism within lumina-fm.Ken Moore2016-10-18
|
* Another large update to lumina-fm:Ken Moore2016-10-13
| | | | Have all file operations performed in the background, and show up within a new system tray icon *if* the operation lasts longer than 1 second (automatic cleanup for short ops).
* Re-enable all the keyboard shortcuts for lumina-fm (and a few extras). All ↵Ken Moore2016-10-03
| | | | the shortcuts are also listed within the context menus as appropriate.
* Oops - fix the activation signal for the second column in the dirWidget2.Ken Moore2016-09-30
|
* Oops, forgot to add a couple new files.Ken Moore2016-09-30
|
* Commit a large update to lumina-fm:Ken Moore2016-09-30
| | | | | | | | | | The entire backend has been rewritten around multi-threading, and is much faster and more responsive now. The entire browsing widget has been redesigned for a better workflow and cleaner UI. The tabs/columns "group modes" have been removed. Instead, tabs are always used, but each browser supports a single/dual columns *within* each tab (via a couple simple buttons on the toolbar). Each column within a tab will share the same interface buttons (toolbar actions, ZFS snapshot slider,etc) - and they will reflect the settings on the "Active" column (with appropriate visual changes to indicate which one is active). The icon size options have also been removed from the menu bar and are now a couple small "zoom" buttons on the browsing widgets instead. KNOWN REGRESSION: Keyboard shortcuts have not been tested and re-added as necessary yet.
* More work on the new backend: still disabled for now.Ken Moore2016-09-27
|
* Commit some more work on a new backend/frontend to the lumina-fm browser.Ken Moore2016-09-26
|
* Large update to how XDGDesktop files are created/used.Ken Moore2016-09-22
| | | | | | This impacts almost all tools/utilities within Lumina - please test (passed internal tests so far). This cleans up a lot of the backend XDG compliance class, moving lots of functionality into child functions of the XDGDesktop class and ensuring that they get cleaned up more regularly/properly. This *seems* to make the desktop startup a lot faster, even if the overall memory savings are slight (so far).
* Added Ctrl+L Shortcut to focus the Line-DirAndreas Sinz2016-09-06
|
bgstack15