| Commit message (Collapse) | Author | Age |
... | |
|
|
|
| |
the directory loading routine almost an entire order of magnitude faster.
|
|\ |
|
| |
| |
| |
| | |
Also updated.spec files with additional dependencies and cleaner syntax.
|
| |
| |
| |
| |
| | |
1) Rollback the directory checked timestamp by 1/2 second from teh current time when doing a sync (just in case multiple fast changes to the dir).
2) Activate the dir watcher on all the files as well (not just the dir), and send all those signals into a collection timer with a 1/10 second delay to combine any simultaneous signals/changes into a single update call.
|
| | |
|
|/
|
|
| |
files that may/may not be XDG desktop files (prevent re-reading files by trying to juggle two different data structures).
|
| |
|
|
|
|
| |
items are already loaded - when doing the info updating).
|
| |
|
|
|
|
| |
switching between snapshots of the same directory), re-use the existing items whenever possible. This prevents "flickering" for fast reloads and preserves the users current selection and scroll location.
|
|
|
|
| |
might be getting shown to the user. Use this dialog for checksums as well.
|
|
|
|
| |
talk to other applications)
|
| |
|
|
|
|
| |
new directory.
|
| |
|
| |
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
better coding to recusively add up the sizes of all the files within it.
|
|
|
|
| |
tying all the new UI/widgets in.
|
|
|
|
| |
to understand what it does.
|
|
|
|
| |
X11 Screen number. This ensure that the same app on a different X screen does not stop the app from opening on the current screen as well.
|
|
|
|
| |
really clear what is happening if anything *does* go wrong.
|
|
|
|
| |
check to teh lock file.
|
|
|
|
| |
simple result in a fallback on standard QApplication usage (no single-instance available).
|
|
|
|
| |
the desktop file (just in case the user simply unchecked the icon generation option).
|
|
|
|
| |
routines may be added (only used for some applaunchers right now). This now makes a desktop icon which was explicitly closed/removed by the user also delete the file from the desktop folder (instead of having that plugin get re-created at a later time)
|
|
|
|
| |
the general build/use yet.
|
|
|
|
| |
panels now.
|
| |
|
|
|
|
|
| |
1) Fix which icons are loaded for files (mimetypes)
2) If an application shortcut is invalid (the app was removed but the shortcut remains), don't show it on the favorites tab
|
| |
|
|
|
|
| |
mime database.
|
| |
|
|
|
|
| |
and JPG horizontal banners as well. A big thank you to Jennifer Rosenburg for putting these together!
|
|
|
|
| |
it is organized by: Continent -> Country -> City
|
| |
|
|
|
|
|
|
| |
1) It is now a QToolButton, and resizes to fit the text better now.
2) It now has a menu that appears when clicked on - showing a calendar and a list of possible time zones.
3) Use the new environment setting routine in LTHEME to change the time zone for the user when asked (this changes it not just for the desktop session, but instantly changes it for any app using the Lumina Theme Engine as well (others will need to be restarted to see the change).
|
|
|
|
| |
may be set/loaded for all apps using the theme engine (including the session - which propagates to new non-lumina applications as well)
|
|\ |
|
| |\
| | |
| | | |
Bring in changes for Dragonfly BSD
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| | | |
|
| |/
| |
| | |
Mention the new website for additional documentation/information.
|
|/
|
|
|
|
| |
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.
|