| Commit message (Collapse) | Author | Age |
|
|
|
| |
anymore.
|
|
|
|
|
| |
error was reported by community member. it's built fine on my system, but when building from fresh download it fails.
with this commented out the project will build.
I need to figure out what exactly is causing the hangup before re-enabling, but dont want to break the program in the meantime.
|
| |
|
| |
|
|
|
| |
if its not needed, there's no reason for it to be there.
|
| |
|
|
|
| |
updating close event
|
|
|
| |
fixed spacing and cleaned up order
|
| |
|
| |
|
| |
|
|
|
| |
tentative replacement of initial size function
|
| |
|
|
|
|
| |
easily used for automated package builders (for a temporary working directory).
|
| |
|
|
|
|
| |
of all the snapshots by name (same time-ordered list: oldest->newest). This allows the user to go into a specific snapshot instead of using the time slider.
|
|
|
|
| |
multi-threaded nature of the loader function, we need to use signals/slots to return the newly-loaded QIcon to the main widget/thread.
|
|
|
|
|
| |
just not from the main application menu. When adding the shortcuts I
used the defacto standards that are used in many *nix applications.
|
|
|
|
|
| |
of the menu item. Added the a few missing '...' to the popup context
menu in lumina-fm.
|
|
|
|
|
|
|
| |
1) Setup all the subprojects to use the new OS-detect.pri subfile
2) Automatically detect/set the build datetime string for the project when qmake is run.
3) Automatically read/embed the current GIT revision into the Lumina version string
4) Remove the old QtConfig shortcut function from the LuminaOS class (and all templates).
|
|
|
|
| |
case the list of files is really long).
|
| |
|
|
|
|
| |
an enumeration (WINDOWSTATE -> WINDOWVISIBILITY), so I fixed the usage of that enum in the lumina-desktop project as well.
|
| |
|
| |
|
|
|
|
| |
between snapshots.
|
|
|
|
| |
issues with non-ZFS filesystems and directories which are symlinks to elsewhere.
|
|
|
|
| |
active in a lumina-fm instance.
|
| |
|
|
|
|
| |
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.
|
| |
|
|
|
|
| |
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.
|
|
|
|
| |
shortcut, or in the file menu).
|
|
|
|
| |
DirWidgets within a horizontal scroll area (for column view with lots of columns).
|
|
|
|
| |
from the main process using QtConcurrent. This keeps the ui completely interactive while still loading all the images.
|
|
|
|
| |
tooltip before)
|
|
|
|
| |
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.
|
|
|
|
| |
duplication of information.
|
|
|
|
| |
accidentally get passed through to the loading mechanisms (usually after a drop event or other file operations).
|
|
|
|
|
|
|
| |
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.
|
|
|
|
| |
initial/target directories are both within the user's home dir - otherwise treat it as a copy operation.
|
|
|
|
| |
like I missed it during the big conversion)
|
|
|
|
|
|
|
| |
1) When refreshing a directory - don't re-load any already-loaded thumbnails
2) When loading the directory items or loading thumbnails, don't use a hard-coded item count for when to processEvents, instead use a time-based system (process events every second of loading time). This allows fast systems to use their speed while not penalizing slow systems)
Also disable the use of the backend file cache for lumina-fm: the time saved is so small that it is not worth the risk of missing changes to directory contents on rapid refreshes.
|
|
|
|
| |
items (speeds things up quite a bit).
|
|
|
|
| |
arguments prevents the app from starting up with any dirs loaded.
|
|
|
|
| |
basic/detailed list modes in lumina-fm.
|
|
|
|
| |
issues when trying to install the debug version of apps. Instead, the makefiles should be generated with the command "qmake[-qt5] CONFIG+=debug". That will set the debug flag for the Makefile and allow the user to run make and "make install" normally (but with debugging enabled)
|
|
|
|
| |
with debugging symbols included. The standard "make" will be exactly the same.
|
|
|
|
| |
the dir loads - it gets rebuild later on when loading the items into the viewer.
|
|
|
|
| |
directory up front with placeholder icons for image files - then kicks off a background thumbnail process afterwards to gradually convert the placeholders into thumbnails. This allows the user to instantly start to browse/use the directory while the thumbnails are still being loaded (if on a slow system or have tons of large image files to read).
|