aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Clean up the default theme template a little bit.Ken Moore2014-11-10
|
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-11-10
|\
| * Merge pull request #25 from Nanolx/masterKen Moore2014-11-10
| |\ | | | | | | debian packaging scripts update
| | * typoChristopher Roy Bratusek2014-11-07
| | |
| | * take binary-only builds properly into accountChristopher Roy Bratusek2014-11-07
| | |
| | * update install filesChristopher Roy Bratusek2014-11-07
| | |
| | * fix package buildChristopher Roy Bratusek2014-11-07
| |/
| * Merge pull request #23 from Nanolx/masterKen Moore2014-11-07
| |\ | | | | | | update debian packaging scripts
| | * fix versionChristopher Roy Bratusek2014-11-07
| | |
| | * missing file addedChristopher Roy Bratusek2014-11-07
| | |
| | * update debian packagingChristopher Roy Bratusek2014-11-07
| | |
| | * Merge remote-tracking branch 'upstream/master'Christopher Roy Bratusek2014-11-07
| | |\ | | |/ | |/|
| | * Merge remote-tracking branch 'upstream/master'Christopher Roy Bratusek2014-11-04
| | |\
| | * \ Merge remote-tracking branch 'upstream/master'Christopher Roy Bratusek2014-11-03
| | |\ \
| | * | | debian/changelogChristopher Roy Bratusek2014-11-02
| | | | |
* | | | | Add a new Lumina Theme: NoneKen Moore2014-11-10
|/ / / / | | | | | | | | | | | | This disables all the special Qt theming (except for the custom font/font size), and will use the default theme for Qt.
* | | | Streamline the file manager quite a bit by putting the long-lived checks in ↵Ken Moore2014-11-05
| | | | | | | | | | | | | | | | a seperate thread. This speeds up the loading of a directory quite a bit.
* | | | Fix the display of a few of the search results in lumina-searchKen Moore2014-11-05
| | | |
* | | | Add a new utility: lumina-searchKen Moore2014-11-05
| | | | | | | | | | | | | | | | | | | | This utility provides quick searching for applications (the default), or for searching the entire user's home directory. The file search also supports the "*" wildcard for the search terms.
* | | | Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-11-04
|\ \ \ \
| * \ \ \ Merge pull request #22 from rezso/masterKen Moore2014-11-04
| |\ \ \ \ | | |_|_|/ | |/| | | Fix desktop files: add missing semicolons
| | * | | Fix desktop files: add missing semicolonsrezso2014-11-04
| |/ / /
| * | | Merge pull request #21 from rezso/masterKen Moore2014-11-04
| |\ \ \ | | |_|/ | |/| | include fixes
| | * | include fixesrezso2014-11-04
| |/ /
* / / Add a new desktop plugin: notepadKen Moore2014-11-04
|/ / | | | | | | This is a plugin for taking/saving simple text notes right on your desktop.
* / Add a new desktop plugin: desktopviewKen Moore2014-11-03
|/ | | | This plugin provides an area of the screen for automatically displaying icons for anything in the ~/Desktop folder. An icon can be opened/run via a double-click of the mouse.
* Large quality of life update to Lumina:Ken Moore2014-10-30
| | | | | | | | | 1) Fix up the applauncher desktop plugins so that the initial sizing is sane. 2) Completely remove all global static variables from the session. 3) Re-enable the login/logout chimes (works properly without static variables) 4) Streamline the desktop background rotation algorithms a bit. 5) Greatly streamline the Session start procedure (50% to 75% faster on my computer here) 6) Make sure the background wallpaper does not rotate every time the desktop settings file changes (only when the backgrounds for that desktop are changed, or the rotation timer goes off)
* For the system tray, only have it make changes when doing the whole check: ↵Ken Moore2014-10-29
| | | | don't bother calling "update" on unchanged icons.
* Tag Lumina version 0.7.1:Ken Moore2014-10-29
| | | | This version mainly contains bugfixes and stability fixes from 0.7.0. The only new features are the "window list" menu plugin, and the option to have panels auto-hide.
* Insert a sanity check into lumina-config:Ken Moore2014-10-29
| | | | If no desktop backgrounds are available, always assign the "default" value to the file.
* Make sure to put a max length on the text in the user button items (180 ↵Ken Moore2014-10-27
| | | | | | pixels - auto-scale does not work unless the widget is visible). Also remove the custom stylesheet for the systemwindow (so it uses the theme). Also start working on the new desktopview plugin (not integrated yet)
* Add a new menu plugin:Ken Moore2014-10-23
| | | | The "Window List" will show a menu of all the current windows, and activate the one that the user clicks on.
* Add the auto-hide ability for the Lumina panels (and add a configuration ↵Ken Moore2014-10-23
| | | | option for it to lumina-config). If selected, this will only leave a 2-pixel thick "edge" of the panel on the screen that will expand out to the full panel when moused-over.
* Fix the auto-loading of the Lumina wallpapers directory in lumina-config.Ken Moore2014-10-23
|
* Remove the requirement for the "native" graphics engine in Qt for the ↵Ken Moore2014-10-22
| | | | | | desktop session. This causes all sorts of graphics issues when the desktop is run through a VNC. Note: Now the desktop will look fine through a VNC, but the system tray icons may have broken transparency (only through a VNC from what I can tell). This is quite a bit better now, but needs to be looked into more at a later date.
* Fix another possible crash in the system tray: when a tray icon fails to get ↵Ken Moore2014-10-22
| | | | embedded the container widget was not getting removed in the right order.
* Fix the system tray checking to once run one at a time (to prevent possible ↵Ken Moore2014-10-22
| | | | conflict with different loops modifying tray icons at the same time). This might fix the random desktop crashes since they seem to be tray related.
* Add randomization to the wallpaper image that is used on first start of a ↵Ken Moore2014-10-21
| | | | desktop.
* Add a workaround for a fluxbox bug:Ken Moore2014-10-21
| | | | If the ~/.fluxbox directory does not exist, Fluxbox will ignore the given config file. So make sure that directory exists before starting Fluxbox.
* Add a couple missing dependencies to the FreeBSD port for Lumina:Ken Moore2014-10-21
| | | | | 1) x11/xorg (for some reason it is not making sure this is also installed) 2) graphics/qt4-imageformats (via the USE_QT4 line, required for jpeg support)
* Adjust how the backend for the system tray works:Ken Moore2014-10-17
| | | | | | | 1) Now the Lumina session registeres the system-wide tray, and just keeps track of the windows that should be visible (preventing any loss of service or apps starting up before the tray is registered). 2) The system tray plugin is now just a "visual tray" for embedding the applications in the panel. The Session only allows a single visual tray to be registered at a time, but sends out signals whenever there is an opening for a visual tray (allowing near-instant transfer of tray applications from one visual tray to another). Also fix a quick bug in lumina-config where the save button was getting activated simply by changing the appearance/plugins tab in the panel configuration (without actually changing anything).
* Add a quick "make-linux-distro.sh" script to change the linux template file ↵Ken Moore2014-10-15
| | | | used in the project.
* Clean up a couple other port/files issues.Ken Moore2014-10-15
|
* Fix a couple other bugs in the Lumina startup routine. Looks like the ↵Ken Moore2014-10-15
| | | | effects of a bad conflict merge...
* Make sure to "fully" disable the Phonon usage in LSession: It appears some ↵Ken Moore2014-10-15
| | | | commit re-enabled it.
* Add a quick check to the Lumina init routine: Have it check for the Lumina ↵Ken Moore2014-10-15
| | | | share directory and quit if it is not found (improper installation).
* Oops, add the default theme template to the Lumina build. Now users will ↵Ken Moore2014-10-15
| | | | actually have a theme available by default that can be edited/changed.
* Merge pull request #20 from ajacoutot/openbsd-backlightKen Moore2014-10-15
|\ | | | | OpenBSD setScreenBrightness: make the brightness change smoother
| * OpenBSD setScreenBrightness: make the brightness change smootherAntoine Jacoutot2014-10-15
|/
* Fix broken lumina pkg-plistKris Moore2014-10-14
|
bgstack15