aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* 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).
* Quick fix for the FreeBSD port makefile: corelib -> core for Qt5Ken Moore2014-12-29
|
* Also make sure that the file operations detect/modify hidden files/dirs as ↵Ken Moore2014-12-24
| | | | well. This means that copy/past/remove will properly perform on every file/dir within the target directory.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-23
|\ | | | | | | | | Conflicts: lumina-desktop/lumina-desktop.pro
| * Merge pull request #29 from rezso/masterKen Moore2014-12-22
| |\ | | | | | | fix hardcoded lrelease paths
| | * fix hardcoded lrelease pathsrezso2014-12-22
| |/
* / Clean up all the Qt5 *.pro files a bit. Now they should always work.Ken Moore2014-12-23
|/ | | | | | | | | Also do a large clean up of the file operations in lumina-fm: 1) When doing copies of directories, make sure to properly copy all child files/dirs (no matter how deep) 2) Clean the order of directory copies so that you can successfull make a copy of a directory into itself (copy ~/Test -> ~/Test/Test for example) 3) Check for attempting to *move* a directory into itself and show a warning to the user about an invalid operation. 4) Get the total number of files/dirs to be operated on before starting operations. This allows the UI to be more detailed about what it is doing at that particular time. 5) If a directory fails to copy for some reason, don't try to copy all the children of that directory either (they will all fail and just bloat the list of errors)
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-22
|\
| * Update README.mdKen Moore2014-12-19
| | | | | | Add information about translation systems for Lumina
* | Oops, forgot to add the new LXcbEventFilter.h file to GitHub. This class is ↵Ken Moore2014-12-22
|/ | | | required in Qt5 to parse the XCB events (since X11 Events are no longer detected/used)
* Fix the detection of the active window via XCB as well: now all the window ↵Ken Moore2014-12-19
| | | | states are properly detected again.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-19
|\
| * Add i18n-projects used for lumina-i18n repoKris Moore2014-12-19
| |
* | Fix up the sticky status-setting routine for the Lumina Panel. Now the WM ↵Ken Moore2014-12-19
|/ | | | | | will be aware of the new status change (send an event instead of changing the property directly). Also add a quick fix for system tray icons: if the icon size does not match the tray size, send a resize event and redraw a few moments later.
* Merge branch 'master' of github.com:pcbsd/luminaKen Moore2014-12-18
|\
| * Update README.mdKen Moore2014-12-18
| | | | | | Add info about the 0.7.2 branch of the source tree so that we can start pushing Qt5 commits up to GitHub.
| * Merge pull request #27 from rezso/masterKen Moore2014-12-15
| |\ | | | | | | update hungarian translation
| | * mark finished translationrezso2014-12-14
| | |
bgstack15