aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge pull request #235 from q5sys/masterKen Moore2016-06-28
|\ | | | | added default trueos wallpaper
| * Add files via uploadq5sys2016-06-28
| |
* | Finish up the switch over to the new UI for lumina-configKen Moore2016-06-28
| |
* | Add in the last 2 converted pages (session_[locale/options]). Leave the new ↵Ken Moore2016-06-28
| | | | | | | | UI enabled now.
* | Oops - forgot to add the page_interface_panels files to git.Ken Moore2016-06-28
| |
* | Re-enable the old UI - only 2 more pages left to convert before switching to ↵Ken Moore2016-06-27
| | | | | | | | the new interface completely.
* | Get the new menu interface page converted over.Ken Moore2016-06-27
| |
* | Get the panel interface page all converted over to the new UI.Ken Moore2016-06-27
| |
* | Get the desktop interface page all converted over to the new UI.Ken Moore2016-06-27
| |
* | Get the Fluxbox settings page all converted over.Ken Moore2016-06-27
| |
* | Get the new fluxbox-keys page all converted over to the new UI.Ken Moore2016-06-27
| |
* | Switch back to the old UI for now.Ken Moore2016-06-27
| |
* | Get the default apps page all converted over to the new UI.Ken Moore2016-06-27
| |
* | Allow the "save file as" option to always be available (not dependant on ↵Ken Moore2016-06-27
| | | | | | | | changes to the file).
* | Add in sample page files for copy/modify later.Ken Moore2016-06-27
| |
* | Add in the new autostart services UI page. Also cleanup a bit more of the ↵Ken Moore2016-06-27
| | | | | | | | shortcuts and page interactions.
* | Finish up the interactions on the main selection page in the new UI.Ken Moore2016-06-27
| |
* | Add in the search capabilities within the new lumina-config UI.Ken Moore2016-06-27
| |
* | Switch back to the old UI for now (new one still not finished yet).Ken Moore2016-06-24
| | | | | | | | Also have the monitor selection on the new UI hidden if there is only one monitor available.
* | Get the new theme page all setup and functional.Ken Moore2016-06-24
| |
* | Get the new "wallpaper" page all setup and functional, as well as finish ↵Ken Moore2016-06-24
| | | | | | | | testing the new page loading and monitor-changing systems.
* | Merge pull request #234 from q5sys/masterKen Moore2016-06-24
|\| | | | | Add keyboard shortcut for showing/hiding hidden files and PCBSD/TrueOS changeover edits
| * adding logo fileq5sys2016-06-23
| |
| * updating qrcq5sys2016-06-23
| |
| * Changing PC-BSD logo to TrueOS logoq5sys2016-06-23
| |
| * Update README.mdq5sys2016-06-23
| |
| * Change references to PC-BSD to TrueOSq5sys2016-06-23
| |
| * Add keyboard shortcut for showing/hiding hidden filesq5sys2016-06-23
|/
* Cleaning up the lumina FreeBSD makefile.Ken Moore2016-06-23
|
* Get a lot more of the new lumina-config layout all setup. Now the main page ↵Ken Moore2016-06-22
| | | | has all the loading/parsing routines built in, and the main window will perform the button actions as needed.
* Get the general page loading system all setup for the new mainWindow class.Ken Moore2016-06-22
|
* Get the new lumina-config UI all setup and tied into the build for ↵Ken Moore2016-06-22
| | | | compilation checks (old UI still actually used at the moment though)
* Continue splitting up all the various pages/tabs into distinct pages for ↵Ken Moore2016-06-22
| | | | | | lumina-config. All the UI files are now split up - starting to add in the cpp/h files now. (Still not tied into build yet)
* Add the backtrace of the dbus crash on Qt 5.6.1test2016-06-22
|
* Turn off the "autoraise" feature of Fluxbox by default.Ken Moore2016-06-21
|
* Remove some HTML formatting from being translated.Ken Moore2016-06-21
|
* Add the ability for custom, system-wide environment variable settings within ↵Ken Moore2016-06-21
| | | | L_ETCDIR/lumina-environment.conf[.dist] This allows a system admin the ability to setup customized build env settings on a global basis - and the user settings are treated as overrides for the system settings.
* Cleanup the PC-BSD options in the Lumina desktop defaults.Ken Moore2016-06-21
|
* Add support for running generic user setup scripts/tools after parsing ↵Ken Moore2016-06-21
| | | | luminaDesktop.conf.
* Setup a recursive xinit call within the start-lumina-desktop binary as ↵Ken Moore2016-06-20
| | | | needed. This should detect if an X session is already active, and startup X if not.
* Syncronize the pcbsd/lumina default settings.Ken Moore2016-06-20
|
* Quick adjust of the locale loading methods.Ken Moore2016-06-20
|
* Have lumina-textedit also create a sym-link called "lte" for the ↵Ken Moore2016-06-20
| | | | lumina-textedit binary. This makes it a lot easier to use the editor from the command line.
* Fix where localization files get installed via the main source tree ↵Ken Moore2016-06-20
| | | | | | (accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE). Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection).
* Update the README a bit.Ken Moore2016-06-20
|
* Large update to all the port-files.Ken Moore2016-06-20
| | | | | | | 1) Move all the port files (.spec, .ebuild, debian dir, etc..) into the port-files dir. 2) Move all the FreeBSD port files into a "port-files/FreeBSD" sub-dir 3) Update all the build/install scripts (as much as possible - needs review by the porters) to account for the directory heirarchy change 4) Update the .gitignore file a bit so it is also aware of the new directory heirarchy
* Oops - forgot to add a couple new .desktop files to the git repo.Ken Moore2016-06-20
|
* Add some more individual UI pages.Ken Moore2016-06-17
|
* Start splitting up the mainUI form into individual pages (not tied into ↵Ken Moore2016-06-17
| | | | build yet)
* Change the fallback icon used for a .desktop file in the applauncher plugin.Ken Moore2016-06-16
|
bgstack15