aboutsummaryrefslogtreecommitdiff
path: root/libLumina
Commit message (Collapse)AuthorAge
* add checksum for OpenBSD (this is in fact a copy of the code from freeBSD)william2015-03-13
|
* Add Checksum support for FreeBSD, and tie it into lumina-fm.Ken Moore2015-03-12
|
* Make the XDG Exec= field code substitutions a bit more robust for missing ↵Ken Moore2015-03-12
| | | | | | fields in the *.desktop file. Also fix a bug in lumina-open where the field code substitutions were not happening for non-default applications.
* Tweak the fallback behavior of the %c field code replacement routine for a ↵Ken Moore2015-03-12
| | | | *.desktop Exec generation.
* Clean up some of the Lumina theme watcher usage (add a 1/2 second delay ↵Ken Moore2015-03-12
| | | | after file change before loading the new settings).
* Just a bit of cleanup in libLumina and adjust the deskopview plugin a bit ↵Ken Moore2015-03-11
| | | | for non-valid *.desktop files.
* Convert the windowImage routine to XCB from XLib, and set the desktop ↵Ken Moore2015-03-11
| | | | | | | (system tray) to use the new routine. Also setup the desktop to use the new XCB routine for window icons as well. Both are tested on 10.x and appear to work perfectly.
* Add a new XCB-based function for fetching the _NET_WM_ICON information as a ↵Ken Moore2015-03-11
| | | | QIcon (untested)
* Oops, apparently I forgot the line which copies a *.desktop "Path=" value ↵Ken Moore2015-03-04
| | | | into the data structure. lumina-open was already set to use the path properly if it exists, so no other changes to use this value necessary.
* Disable the shutdown/restart buttons on PC-BSD systems if the system is in ↵Ken Moore2015-03-02
| | | | the middle of performing updates.
* Update how lumina-open detects applications which are registered on the ↵Ken Moore2015-02-27
| | | | system for a particular mimetype. Now it uses the manual method (checking each *.desktop file for that particular mimetype - since it has to load all of them anyway), as well as use the results of any matches in the <XDG_DATA_DIRS>/applications/mimeinfo.cache file.
* allow to list different type of mounted systems: mfs, nfs, ...william os4y2015-02-22
|
* fix for ExternalDevices on OpenBSDwilliam os4y2015-02-22
|
* Make sure that the second round of mimetype filters is performed ↵Ken Moore2015-02-19
| | | | case-insensitive (case was already taken care of with the first filter).
* Clean up the XGD mime-types detection routine quite a but. Now it should be ↵Ken Moore2015-02-19
| | | | much more accurate about special extensions and faster lookups for pre-found mimetypes.
* Now tag 0.8.3-devel on the master branch (in preparation for the next version)Ken Moore2015-02-18
|
* Make sure to kill any leftover windows that did not close properly during ↵Ken Moore2015-02-18
| | | | the session cleanup, and tag version 0.8.2-Release
* Final fix for the default Lumina theme.Ken Moore2015-02-18
|
* Update the Lumina-default theme file a bit more.Ken Moore2015-02-18
|
* 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.
* Another couple small fixes for the default lumina theme.Ken Moore2015-02-09
|
* 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
|
* 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.
* 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)
* string change in LuminaOS-Debian / qt5ct instead of qtconfigChristopher 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)
* 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).
* fix device detection in generic LuminaOS-LinuxChristopher Roy Bratusek2015-01-23
|
* fixup device detection in LuminaOS-DebianChristopher Roy Bratusek2015-01-23
|
* add LuminaOS-DebianChristopher Roy Bratusek2015-01-23
|
* Merge pull request #39 from ajacoutot/openbsdKen Moore2015-01-23
|\ | | | | several OpenBSD improvements
| * several OpenBSD improvementsAntoine Jacoutot2015-01-23
| | | | | | | | | | | | | | Screen Brightness: make sure we are not running in a VM Check for user system permissionver: verbatim copy/paste from FreeBSD System Shutdown: shutdown -p is enough nowadays (no need for -hp) Battery Availability: fix battery detection
* | Also read /etc/luminaDesktop.conf.Antoine Jacoutot2015-01-23
|/ | | | | | | On (at least) OpenBSD, external packages are installed under /usr/local but SYSCONFDIR is always /etc. That is external applications will install their configuration file under /etc even if the binaries are under /usr/local.
* Finish committing the last of the new distribution defaults framework. Also ↵Ken Moore2015-01-21
| | | | adjust the port plist, and add options to reset the system settings to default to lumina-config.
* Update the themes that are included within Lumina.Ken Moore2015-01-19
|
* Commit a couple loose changes to libLuminaXDGKen Moore2015-01-16
|
* Update the Lumina-default theme template to work properly with Qt5.Ken Moore2015-01-05
|
* Clean up the Panel/Taskmanager XCB usage quite a bit. Now the panel is ↵Ken Moore2015-01-05
| | | | "seen" by fluxbox when a window is maximized, and the task manager works with the highly asynchronous XCB events.
* Quick checkpoint of additional XCB improvements/fixes. Still having an issue ↵Ken Moore2015-01-05
| | | | with fluxbox maximizing windows underneath panels at the moment.
* Add support for the LIBPREFIX qmake variable for all the project files. This ↵Ken Moore2015-01-03
| | | | allows a user to run qmake LIBPREFIX="something" PREFIX="something" to ensure that libraries are found in the proper location.
* Make sure that the system encoding is loaded with QTextCodec before doing ↵Ken Moore2015-01-02
| | | | any command-line argument parsing.
bgstack15