aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Clean up a couple other session options:Ken Moore2015-01-21
| | | | | | 1) Fix the "Open Home Dir" option in the application menu. 2) Have the logout window open on the current screen (instead of always the left screen) 3) Hide the logout window when starting the logout procedure.
* Clean up all the dialog usage in the notepad and audioplay desktop plugins. ↵Ken Moore2015-01-21
| | | | Now the dialogs should not prevent the desktop from updating appropriately (not modal).
* Add the ability to change the user's icon via session->general options (will ↵Ken Moore2015-01-21
| | | | also change the icon in PCDM if the home directory is not encrypted with PEFS).
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2015-01-21
|\
| * Update README.mdKen Moore2015-01-20
| | | | | | Add info about the QT5LIBDIR compile variable
* | Add the new appmenu (Start Menu) plugin to lumina-config.Ken Moore2015-01-21
| |
* | Add a new panel-plugin: appmenuKen Moore2015-01-21
|/ | | | | This plugin re-creates the classic "start" menu from other OS's. Also update how panel-plugins open menus, so now the menu will no longer cover the button that opened it.
* Completely revamp the notepad desktop plugin so that it is now file-based ↵Ken Moore2015-01-20
| | | | instead of saving everything into the plugin settings directly. This allows it to manage generic text files as well as just the *.note files in ~/Notes.
* Fix the detection of file extensions within lumina-open for files that have ↵Ken Moore2015-01-20
| | | | multiple "."s in the name.
* Add a couple new features to how image files are handles in lumina-fm:Ken Moore2015-01-20
| | | | | 1) Add the ability to remove the current file loaded into the slideshow 2) Add the ability to rotate the current slideshow image by 90 degrees (clockwise or counterclockwise) and will re-save the file itself.
* Fix the global->local coordinates transformation for calculating whether the ↵Ken Moore2015-01-19
| | | | mouse has left a panel or not. Now it works properly on all screen edges.
* Clean up the active window detection/usage for the task manager.Ken Moore2015-01-19
|
* Add the new home button plugin to lumina-config.Ken Moore2015-01-19
|
* Add a new panel plugin: HomeButtonKen Moore2015-01-19
| | | | This button will hide all open windows so the desktop is visible (useful for touch screens or small devices)
* Add knowledge of the new Panel theme setting to lumina-config.Ken Moore2015-01-19
|
* Update the theming of the Lumina desktop:Ken Moore2015-01-19
| | | | | 1) Now the panel appearance will be set by the theme as well (unless custom appearance set) 2) Now the desktop plugins are themed appropriately as well (background canvas can be set to something, non-transparent plugins can be changed)
* Update the themes that are included within Lumina.Ken Moore2015-01-19
|
* Update the user button to recognize the existance of a customized user icon ↵Ken Moore2015-01-19
| | | | for PCDM and use that for the icon instead (~/.loginIcon.png)
* Oops, missed resetting one of the lock flags in the desktop.Ken Moore2015-01-19
|
* Fix a lockfile violation in the desktop plugin removal process. Now there is ↵Ken Moore2015-01-19
| | | | no chance of it crashing when plugins are removed.
* Quick update to the new audioplayer plugin. Now there is a label which ↵Ken Moore2015-01-17
| | | | displays the current song number in the rotation (<num>/<total>), and a progressbar shows a rough estimate of how much longer the running song has.
* Commit a couple loose changes to libLuminaXDGKen Moore2015-01-16
|
* Add the new audioplayer desktop plugin to lumina-config as well.Ken Moore2015-01-16
|
* Add a new desktop plugin: audioplayerKen Moore2015-01-16
|
* Have the user button automatically perform the long application listings in ↵Ken Moore2015-01-16
| | | | the background, as soon as apps are changedon the system (not when the user clicked the button any more)
* Quick fix for auto-hidden panels. Ensure that the mouse is actually outside ↵Ken Moore2015-01-16
| | | | the panel area, don't just rely on the event notification (Qt treats the system tray as a "foreign" window and send leave event anyway).
* Fix a bug with removing desktop plugins.Ken Moore2015-01-15
|
* Set the "Does not accept focus" Qt flag on the base Lumina Panel window.Ken Moore2015-01-08
|
* debian: missing dependency on qttools5-dev-toolsChristopher Roy Bratusek2015-01-08
| | | | | Conflicts: debian/control
* move definition to better placeChristopher Roy Bratusek2015-01-08
|
* use QT5LIBDIR in all qmake filesChristopher Roy Bratusek2015-01-08
|
* debian: lumina qt5/0.8.0 updatesChristopher Roy Bratusek2015-01-08
| | | | | Conflicts: debian/changelog
* Update README.mdKen Moore2015-01-06
| | | Add a lot more details to the Lumina repo information file, including build instructions and how to submit bug reports.
* Cleanup the lumina port files so that portlint is happyKris Moore2015-01-05
|
* Turn off some of the debugging for the lumina-desktop session in preparation ↵Ken Moore2015-01-05
| | | | for releasing 0.8.0
* Fix a couple other minor display issues in lumina-openKen Moore2015-01-05
|
* Put another couple quick fixes in:Ken Moore2015-01-05
| | | | | 1) Do not adjust the width of new windows (even if they go off the right side of the screen, they still have some part of them on the main screen) 2) Add better crash handling to lumina-open (put the standard error text or standard output text of the application in the "details" for the message box).
* 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 to adjust the lumina-[fm/config] main.cpp to account for the new ↵Ken Moore2015-01-02
| | | | LuminaSingleApplication usage (which auto-loads translation files).
* Make sure that the system encoding is loaded with QTextCodec before doing ↵Ken Moore2015-01-02
| | | | any command-line argument parsing.
* Large update of XLib -> XCB usageKen Moore2015-01-01
| | | | | 1) Add ability for task manager to minimize/maximize window from details menu 2) Add quick check/movement of new windows to make sure they are not underneath any panels
* Make sure that any argv[] -> QString translations from CLI input are run ↵Ken Moore2015-01-01
| | | | through QString::fromLocal8Bit(). This should correctly catch any key presses specific to particular locales.
* Make the taskmanager plugin capable of two modes:Ken Moore2014-12-31
| | | | | | 1) The normal mode/behaviour is to group windows by application (backwards compatible) 2) The "-nogroups" mode ensures that every window gets it's own button (uses a lot more space on the panel since it need to put part of the window title on each button too) This two modes are treated as distinct plugins via lumina-config for simplification purposes.
* Be a little bit more careful about the handling of the "Exec=" field codes ↵Ken Moore2014-12-31
| | | | in *.desktop files. This seems to fix the occasional issue with KDE *.desktop shotcuts (okular in particular).
* Clean up how translations are loaded for all the Lumina utilities, and also ↵Ken Moore2014-12-30
| | | | apply the relative path fixes to all LSingleApplication's forwarded inputs.
* Commit some more XLib->XCB conversions (everything for the task manager), ↵Ken Moore2014-12-30
| | | | and fix a stray seg fault in the XCB window class detection routine.
* Add a quick check to the FreeBSD screen brightness functions for not ↵Ken Moore2014-12-29
| | | | allowing screen brightness controls within a virtualbox VM (does not work since not host system).
bgstack15