aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Quick sync commit between my system and master - nothing really changedKen Moore2016-09-06
|
* Make sure that going "back" to the main page automatically ↵Ken Moore2016-09-06
| | | | exapands/highlights the page that the user was just on.
* Merge pull request #263 from d3xter/masterKen Moore2016-09-06
|\ | | | | Added Ctrl+L Shortcut to Lumina-FM
| * Added Ctrl+L Shortcut to focus the Line-DirAndreas Sinz2016-09-06
|/
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-09-02
|\
| * Update README.mdKen Moore2016-08-30
| | | | | | Update the stable versions, and how to report bugs.
* | Remove the tabBarAutoHide property from the tabWidget within lumina-textedit ↵Ken Moore2016-09-02
|/ | | | - is not needed and raised the minimum Qt5 version from 5.2 to 5.4
* Add a special case check to the cursor theme settings - don't allow ↵Ken Moore2016-08-30
| | | | "default" to be set as the cursor theme (causes a conflict due to how we save the setting as the "default" theme - it can't inherit itself).
* Make sure that <QStringList> is included explicitly within the ↵Ken Moore2016-08-30
| | | | ScreenSettings class - some compilers complain about this.
* When saving autostart preferences, make sure the local autostart directory ↵Ken Moore2016-08-26
| | | | exists and create it if not.
* Another small fix for the application auto-update routine.Ken Moore2016-08-24
|
* Fix a bug in lumina-open where the directory handling was not working.Ken Moore2016-08-24
|
* Fix up the auto-creation/removal of application symlinks when apps are ↵Ken Moore2016-08-23
| | | | installed/removed during a session.
* Add in the pending updates detection for the shutdown/reboot options in the ↵Ken Moore2016-08-23
| | | | start menu.
* Fix up the right-click terminal launcher - don't check for a valid binary if ↵Ken Moore2016-08-23
| | | | the entry is a .desktop entry (non-binary)
* Add some extra checks to the LuminaXDG application listing routine for when ↵Ken Moore2016-08-22
| | | | it was the first run or not.
* Remove the old badgeKris Moore2016-08-19
|
* Merge pull request #253 from gitter-badger/gitter-badgeKris Moore2016-08-19
|\ | | | | Add a Gitter chat badge to README.md
| * Add Gitter badgeThe Gitter Badger2016-08-19
| |
* | Add gitter badgeKris Moore2016-08-19
|/
* Add a special rule for Fedora (untested): L_ETCDIR=/etc (if otherwise unset)Ken Moore2016-08-19
|
* Add in pending update detection/skipping ability to the main logout window ↵Ken Moore2016-08-18
| | | | (not the start menu options yet).
* Oops - NOW the OS-detect.pri file is fixed for the LIBPREFIX variable (also ↵Ken Moore2016-08-18
| | | | commented out the debugging message from earlier).
* Fix a bug in the OS-detect.pri file where the LIBPREFIX was not getting used ↵Ken Moore2016-08-18
| | | | properly.
* Add a checkbox to the compton page for enabling/disabling compositing.Ken Moore2016-08-18
|
* Add a configuration option to lumina-config for enabling/disabling the ↵Ken Moore2016-08-18
| | | | automatic desktop symlinks while a session is active.
* Add the ability for Lumina to automatically add/remove symlinks from the ↵Ken Moore2016-08-18
| | | | ~/Desktop for applications that are installed/removed while the user session is active.
* Setup the desktop to use the new XDGDesktopList directly (disables a lot of ↵Ken Moore2016-08-18
| | | | the extra managment overhead from the desktop itself).
* Adjust the XDGDesktopList static creation routine so that the static object ↵Ken Moore2016-08-18
| | | | itself can be accessed as needed.
* Update the new XDGDesktopList class a bit more:Ken Moore2016-08-18
| | | | | | 1) Add in all the bits to make it auto-update as needed (optional init argument) 2) Have it also keep track of what previous files were *removed* when it updates. 3) Tweak the update routine to try and make it even faster.
* Revamp how the system applications are parsed/updated.Ken Moore2016-08-18
| | | | | | | | | | This now uses a new data class which provides for delta updates to the application list, allowing for later checks/updates to be performed a *lot* faster, in addition to providing information about which *new* application entries were discovered during the check in addition to the raw app list. As an added bonus, the new class-based nature of the routine will make it possible to embed the detection/update routines directly into the class rather than requiring some external class to monitor the system and request updates. Example Times: First run: same as old routine. Second run with one new app entry: new routine is ~1/4 of the time of the old routine (20ms vs 78ms on my test box)
* Oops: *Now* lumina-open will handle binary names as inputs just fine (if ↵Ken Moore2016-08-18
| | | | they exist).
* A couple quick fixes:Ken Moore2016-08-17
| | | | | 1) Ensure that lumina-open is used to open the default terminal app (additional binary verification/checking) 2) Add some additional verification of the binary to run within lumina-open, and warn the user about a missing binary as needed.
* Merge pull request #247 from Nanolx/masterKen Moore2016-08-17
|\ | | | | Update Debian packaging
| * remove left-over fileChristopher Roy Bratusek2016-08-09
| |
| * update debian packaging scriptsChristopher Roy Bratusek2016-08-09
|/
* Fix pkg-plist and cleanup MakefileKris Moore2016-08-09
|
* Move the new port files for FreeBSD over into the proper directory and ↵Ken Moore2016-08-08
| | | | adjust the new mkport script to use that dir.
* Add a prompt about reloading a file when it changes by some other utility.Ken Moore2016-08-08
|
* Tag version 1.0.1 in the source tree (Base version 1.0, minor update 1).Ken Moore2016-08-08
| | | | This will be used instead of the "-devel"/"-Release" distinctions in the versions now.
* Tag version 1.0.0-Release in source.Ken Moore2016-08-08
|
* Fix a small typo in a disabled line in luminaDesktop.conf (so if people ↵Ken Moore2016-08-08
| | | | uncomment it to use the settings it will be valid).
* Merge branch 'master' of github.com:trueos/luminaKen Moore2016-08-08
|\
| * Add the missing Makefile, and fix missing USE_GL in meantimeKris Moore2016-08-05
| |
| * Pull from port-files-masterKris Moore2016-08-05
| |
| * Don't need to sanity check repo firstKris Moore2016-08-05
| |
| * Update mkport.shKris Moore2016-08-05
| |
| * Add mkport.sh and port-files-master so we can automate building latestKris Moore2016-08-05
| | | | | | | | in TrueOS
* | Add a simple check to the panel update routine to verify that the ↵Ken Moore2016-08-08
|/ | | | "_NET_WM_STICKY" flag is set on the panel at update time, and re-request that flag if not.
* use a static_cast from signed->unsigned integer in LuminaX11.cpp to silence ↵Ken Moore2016-08-05
| | | | a possible c++11 build warning/error.
bgstack15