aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Remove some temporary debugging statements.Ken Moore2015-02-17
|
* Fix some panel interactions.Ken Moore2015-02-17
| | | | | 1) Found/fixed a bug with a panel mis-reporting which number it was. 2) Clean up the panel interface management in lumina-config.
* Add the ability to "reset" an application back to defaults in lumina-config ↵Ken Moore2015-02-17
| | | | - and setup the web browser/email/file manager/terminal buttons to use this functionality.
* Clean up a few things in Lumina:Ken Moore2015-02-17
| | | | | | | 1) When finding a file mimetype, try a case-insensitive filter if nothing came out of the case-sensitive search. 2) lumina-fm: when removing a slideshow file, try to automatically go to the next/previous picture instead of index=0; 3) Add a bunch more processEvents() calls to the lumina-fm file operations dialog. This should keep the UI's more responsive and update the visuals more often while running operations on large numbers of files. 4) lumina-fm: Fix another upper->lower case extension issue when checking if a file is supported by Qt's read/write operations.
* Oops, fix another crash with desktop plugins: forgot to disable the ↵Ken Moore2015-02-16
| | | | synctimer when the plugin is closed/removed.
* Clean up some plugin interactions (including an OpenBSD crash with desktop ↵Ken Moore2015-02-12
| | | | plugin interactions).
* Update the Lumina port makefile for FreeBSD to add a multimedia option ↵Ken Moore2015-02-12
| | | | (enabled by default) which installes the gstreamer backend for Qt to play multimedia files.
* Another couple small fixes for the default lumina theme.Ken Moore2015-02-09
|
* Fix the OnlyShowIn= entry to use "LUMINA" (all caps) since that is what is ↵Ken Moore2015-02-05
| | | | also set in the XDG_CURRENT_DESKTOP environment variable.
* Add the ability to set different date/time formats on a session-wide scale, ↵Ken Moore2015-02-05
| | | | and have the clock plugin instantly update to the new format (backwards compatible with no formats set)
* Another bit of cleanup/rearranging in lumina-config.Ken Moore2015-02-05
|
* Re-arrange the lumina-config UI a bit. Now the different sections are ↵Ken Moore2015-02-05
| | | | grouped together a bit more intuitively.
* Add a new dialog for prompting the user to select a plugin (of any type). ↵Ken Moore2015-02-05
| | | | Also ensure that these custom dialogs are centered on the parent window.
* Oops, forgot to add the new Lumina theme definitions into the "None" theme ↵Ken Moore2015-02-05
| | | | (so things still function properly).
* Finish cleaning up that last bits of hard-coded stylesheets, and tie them in ↵Ken Moore2015-02-05
| | | | to the lumina theme system.
* Clean up the default theme template a bit more, and remove some leftover ↵Ken Moore2015-02-04
| | | | stylesheet declarations in the lumina-config ui file.
* Update all the other Lumina color schemes to work with their respective ↵Ken Moore2015-02-03
| | | | wallpapers.
* Update the Lumina-Purple color scheme to work better with the purple Lumina ↵Ken Moore2015-02-03
| | | | wallpaper.
* Update the Lumina-Red color scheme. Now it works quite well as a darker ↵Ken Moore2015-02-03
| | | | theme to go with the red lumina background.
* Find/fix a couple other issues with the themes files.Ken Moore2015-02-03
|
* Add a new PC-BSD (version 10.x) color scheme for the Lumina DesktopKen Moore2015-02-03
|
* Update the theme files that are included with Lumina (much nicer now).Ken Moore2015-02-03
|
* Add a bit of a margin above the save button in lumina-configKen Moore2015-02-03
|
* Add the ability to distinguish between desktop plugins that should be ↵Ken Moore2015-02-03
| | | | transparent/opaque on a plugin-level. This allows for finer control via the theme.
* Add an "apply" button to the lumina-config theme editor. Now the "save" ↵Ken Moore2015-02-03
| | | | button is for saving the theme to file (without closing the editor), and "apply" will both save and close the editor. Also make sure the save and apply buttons are actively enabled/disabled as necessary.
* Make sure that the panel has the "sticky" flag set. This ensures that it is ↵Ken Moore2015-02-02
| | | | consistant across all workspaces.
* Make sure that the font-family declaration is set off within quotes when ↵Ken Moore2015-02-02
| | | | assembling the stylesheet. This fixes fonts that use strange characters such as brackets in the name.
* Merge pull request #45 from Nanolx/lumina-x11Ken Moore2015-01-30
|\ | | | | proper initialization of lumina-panel
| * proper initialization of lumina-panelChristopher Roy Bratusek2015-01-30
| | | | | | | | | | - ensure it gains _NET_WM_WINDOW_TYPE_DOCK - set _NET_WM_WINDOW_NAME to LuminaPanel (for window-managers that support window rules)
* | Oops, make sure that if brightness controls are not available, that the ↵Ken Moore2015-01-30
| | | | | | | | system dashboard hides that control option.
* | Add the ability for the distribution defaults to use just the name of the ↵Ken Moore2015-01-28
|/ | | | system theme/color to use instead of requiring the full path. This allows for much simpler cross-OS usage and settings (for when Lumina starts including multiple themes/colors out-of-box)
* Clean up how Lumina loads the startapps files. Now it will combine any files ↵Ken Moore2015-01-28
| | | | that are found, allowing for system-wide defaults in addition to user-set defaults.NOTE: all the system files are named "luminaStartapps" whereas the file in the user's config is "~/.lumina/startapps"
* Merge pull request #43 from Nanolx/luminaos-debianKen Moore2015-01-28
|\ | | | | LuminaOS-Debian #3
| * debian: add lumina-info package, install translations into specific ↵Christopher Roy Bratusek2015-01-28
| | | | | | | | packages, move lxpolkit from recommends to depends, add /etc/luminaStartapps
| * debian/rules: minor fixChristopher Roy Bratusek2015-01-27
| |
| * two commands not allowed to fail (debian/rules)Christopher Roy Bratusek2015-01-27
| |
| * improve debian packaging, install missing file, provide fallback configurationChristopher Roy Bratusek2015-01-26
| |
* | Merge pull request #44 from Nanolx/lumina-miscKen Moore2015-01-28
|\ \ | | | | | | LuminaOS-Debian #4
| * | string change in LuminaOS-Debian / qt5ct instead of qtconfigChristopher Roy Bratusek2015-01-28
| | |
| * | read /etc/luminaStartapps aswellChristopher Roy Bratusek2015-01-28
|/ /
* | Add knowledge of the lumina-info utility to the Lumina desktop (userbutton, ↵Ken Moore2015-01-28
| | | | | | | | | | | | config menu). Also make sure that there is a *.desktop shortcut for the application (and update the pkg-plist) Also allow for "-<something>" to be put in the version number without messing up the version checking routine, and tag the current version on the master branch as 0.8.2-devel (once the stable/official release is branched, the "-devel" tag will get either dropped or changed to "-release" in that branch, with the master branch moving on to the next <version>-devel)
* | Also add the lumina-info utility to the i18n-projects file (so it gets added ↵Ken Moore2015-01-28
| | | | | | | | to the translation systems)
* | Add a new utility: lumina-infoKen Moore2015-01-28
| | | | | | | | This utility provides basic information/links for the Lumina desktop project.
* | Add a new function to all LuminaOS files: OSName()Ken Moore2015-01-28
| | | | | | | | | | This just returns the name of the OS template used within the library. (No action required for OS-specific maintainers, already handled for all templates).
* | Make sure to convert any tab characters into spaces before parsing the ↵Ken Moore2015-01-26
| | | | | | | | output of "mount" in LuminaOS-FreeBSD.cpp (just in case).
* | Clean up the lumina-fm device usage from LuminaOS.Ken Moore2015-01-26
| |
* | Merge pull request #42 from Nanolx/luminaos-debianKen Moore2015-01-26
|\| | | | | LuminaOS-Debian #2
| * better device labeling in lumina-fmChristopher Roy Bratusek2015-01-23
| |
| * fix device detection in generic LuminaOS-LinuxChristopher Roy Bratusek2015-01-23
| |
| * fixup device detection in LuminaOS-DebianChristopher Roy Bratusek2015-01-23
| |
bgstack15