aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* 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
* Disable the "size" output of a directory in lumina-fm: this needs some ↵Ken Moore2015-08-25
| | | | better coding to recusively add up the sizes of all the files within it.
* Copy the old MainUI class over as an emergency backup in preparation for ↵Ken Moore2015-08-21
| | | | tying all the new UI/widgets in.
* Adjust the "desktop icons" checkbox in lumina-config to make it a bit easier ↵Ken Moore2015-08-21
| | | | to understand what it does.
* Add an additional level of locking to the single-application framework: The ↵Ken Moore2015-08-21
| | | | 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.
* Add a bit more text output for the single instance framework. This makes it ↵Ken Moore2015-08-21
| | | | really clear what is happening if anything *does* go wrong.
* Another quick fix to the single-instance framework - add a manual existance ↵Ken Moore2015-08-21
| | | | check to teh lock file.
* Update the single-application framework a big so that networking limitations ↵Ken Moore2015-08-21
| | | | simple result in a fallback on standard QApplication usage (no single-instance available).
* Oops, make sure that applauncher/desktop icon check is run before deleting ↵Ken Moore2015-08-20
| | | | the desktop file (just in case the user simply unchecked the icon generation option).
* Add an additional option to desktop plugins where additional cleanup ↵Ken Moore2015-08-20
| | | | 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)
* Another checkpoint in the lumina-fm backend overhaul - still not tied into ↵Ken Moore2015-08-20
| | | | the general build/use yet.
* Fix a bug in the color dialog title, it can be used for more than just ↵Ken Moore2015-08-20
| | | | panels now.
* Commit some more work-in-progress on the new lumina-fm backend.Ken Moore2015-08-20
|
* Clean up a couple new bugs in the userbutton:Ken Moore2015-08-20
| | | | | 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
* Add a function to convert a number of bytes into a display string (3 digits)Ken Moore2015-08-19
|
* Add the XDG_DATA_* path support for relative application paths given in the ↵Ken Moore2015-08-19
| | | | mime database.
* Update the overall lumina project file to support multi-thread builds properlyKen Moore2015-08-19
|
* New batch of Artwork: some SVG banner files as well 100x100 "button" icons ↵Ken Moore2015-08-19
| | | | and JPG horizontal banners as well. A big thank you to Jennifer Rosenburg for putting these together!
* Update the arrangement of the available time zones in the clock plugin. Now ↵Ken Moore2015-08-18
| | | | it is organized by: Continent -> Country -> City
* Add new artwork: 4K resolution versions of the Lumina wallpapers.Ken Moore2015-08-18
|
* Completely overhaul the Clock plugin for the panel:Ken Moore2015-08-18
| | | | | | 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).
* Update the lumina theme engine/class so that custom environment variables ↵Ken Moore2015-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)
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-17
|\
| * Merge pull request #147 from mneumann/dragonflyKen Moore2015-08-17
| |\ | | | | | | Bring in changes for Dragonfly BSD
| | * DragonFly: Sync MemoryUsagePercent() with FreeBSDMichael Neumann2015-08-16
| | |
| | * Implement CPUTemperatures() for DragonFlyMichael Neumann2015-08-16
| | |
| | * DragonFly: Sync LOS::Checksums() with FreeBSDMichael Neumann2015-08-16
| | |
| | * Implement Battery hooks for DragonFlyMichael Neumann2015-08-16
| | |
| | * DragonFly does not have graphical mixerMichael Neumann2015-08-16
| | |
| | * DragonFly: Sync get/set audio volume with FreeBSDMichael Neumann2015-08-16
| | |
| | * DragonFly: Sync get/set ScreenBrightness a bit with FreeBSDMichael Neumann2015-08-16
| | |
| * | Update README.mdKen Moore2015-08-17
| |/ | | | | Mention the new website for additional documentation/information.
* / Convert the multimedia player and slideshow viewer into separate ↵Ken Moore2015-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.
* Touch up the new Grey-Dark color scheme a bit - now the highlight/accent ↵Ken Moore2015-08-14
| | | | colors look a bit nicer.
* Add special handling for lumina-screenshot when moving the initial window ↵Ken Moore2015-08-14
| | | | location: for some reason Fluxbox treats it differently than other windows.
* Update the Lumina-default theme a tiny bit (round off the borders for scroll ↵Ken Moore2015-08-14
| | | | bars, etc).
* Add a couple more color schemed I put together: Blue-light and Grey-Dark, ↵Ken Moore2015-08-14
| | | | also modify the lumina-green color scheme so it is a bit less yellow-tinged.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-14
|\
| * Merge pull request #145 from Nanolx/masterKen Moore2015-08-13
| |\ | | | | | | Update Debian GNU/Linux packaging scripts
| | * improve debian/merge-lumina-i18n.shChristopher Roy Bratusek2015-08-13
| | |
| | * Update Debian GNU/Linux packaging scriptsChristopher Roy Bratusek2015-08-13
| |/ | | | | | | | | | | | | - new GIT snapshot - improved package descriptions - minor copyright file fixes - add merge-lumina-i18n script (update translations using lumina-i18n repo)
| * Fixed several problems with lumina-desktop.spec file. ShouldJesse Smith2015-08-12
| | | | | | | | now build on (vanilla + documentated dependency) installs of Fedora.
* | Add two new color schemes from "mitlik" on IRC: Solarized-[Light/Dark]. ↵Ken Moore2015-08-14
|/ | | | These color schemes are based on a project by Ethan Schoonover (http://ethanschoonover.com/solarized) to provide consistent contrast/usability in all lighting situations.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-08-12
|\
| * Merge pull request #144 from vovd/masterKen Moore2015-08-12
| |\ | | | | | | Update control
| | * Update controlvovd2015-08-12
| |/
* / Add an extension to the Lumina theme engine/class for specifying a mouse ↵Ken Moore2015-08-12
|/ | | | | | | cursor theme. This is integrated into lumina-config as well, but still have 2 problems with it: 1) The active re-loading of the new cursors does not work yet (Qt issues I am still working on) 2) The X11 Cursor file to use for the sample image cannot be loaded by Qt (need to write my own format conversion routine)
* Add a new data backend to lumina-fm: DirData.hKen Moore2015-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.
* Remove some old comments, and also remove the old savedScreens variable that ↵Ken Moore2015-08-07
| | | | I was using for Xinerama testing.
* Turn off some debugging within the system tray plugin, cleanup the message ↵Ken Moore2015-08-07
| | | | logging routine, and fix a bug in the autostart loop procedures
bgstack15