aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Add missing call to this->setText().Arnar Mar Sig2017-02-02
|
* Remove calls to setToolButtonStyle() from LTaskButton.Arnar Mar Sig2017-02-02
| | | | | | Add calls to setToolButtonStyle() when LTaskButton is created. LTaskManagerPlugin::OrientationChange() already has calls to set the button style when orientation is changed, but this is overwritten in LTaskButton::UpdateButton().
* Another large batch of work on Lumina2:Ken Moore2017-02-01
| | | | | The NativeWindow intermediary seems to be working really well, now just to start adding the the various event detection parsing in to modify that object on-demand. There is still a window focus issue too - the setActive routine is not properly setting that window to have focus yet - need to examine further.
* Add a new "NativeWindow" class to the library. This is a pure Qt container ↵Ken Moore2017-02-01
| | | | | | class for setting/announcing changes to native windows on the system. This allows the WM class (XCB/Wayland-specific) to simply adjust each window object as needed, and the interface (pure Qt) will automatically adjust as needed. NOTE: Still need to adjust the LXCBEventFilter to use this new class, but the root window and rootsubwindow classes are all setup to use it.
* Silence a file watcher warning when opening a blank or new file.Ken Moore2017-02-01
|
* Get a lot more of Lumina2 working. Now the window embed systems are ↵Ken Moore2017-01-31
| | | | functional, with 2-way create/show/hide/close detection. Windows do not detect/resize as needed yet though.
* Get the next phase of Lumina2 working: The context menu for the desktop itself.Ken Moore2017-01-30
| | | | While not fully up to where the current contextmenu for Lumina is yet, it can be used for logging out, locking the screen, and launching commands (so far - will gradually add back in the other plugins/functionality later after these steps are used for more testing of other components).
* Fix up the saving of the user's default icon via lumina-config.Ken Moore2017-01-30
|
* Add a new "DarkGlass" theme to Lumina and the pkg-plist.Ken Moore2017-01-27
|
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-27
|\
| * Translated using Weblate (l_FILEINFO@it (generated))giulio zanardi2017-01-27
| | | | | | | | Currently translated at 100.0% (43 of 43 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-27
| |\
| | * Translated using Weblate (lumina_WM@it (generated))giulio zanardi2017-01-27
| | | | | | | | | | | | Currently translated at 100.0% (7 of 7 strings)
| * | Translated using Weblate (l_TE@it (generated))giulio zanardi2017-01-27
| |/ | | | | | | Currently translated at 100.0% (54 of 54 strings)
| * Translated using Weblate (l_TE@it (generated))giulio zanardi2017-01-27
| | | | | | | | Currently translated at 100.0% (54 of 54 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-27
| |\
| | * Translated using Weblate (l_TERMINAL@it (generated))giulio zanardi2017-01-27
| | | | | | | | | | | | Currently translated at 100.0% (7 of 7 strings)
| * | Translated using Weblate (lumina_SEARCH@it (generated))giulio zanardi2017-01-27
| |/ | | | | | | Currently translated at 100.0% (28 of 28 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-27
| |\
| | * Translated using Weblate (l_SCREENSHOT@it (generated))giulio zanardi2017-01-27
| | | | | | | | | | | | Currently translated at 100.0% (24 of 24 strings)
| * | Translated using Weblate (lumina_OPEN@it (generated))giulio zanardi2017-01-27
| |/ | | | | | | Currently translated at 94.8% (37 of 39 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-27
| |\
| | * Translated using Weblate (lumina_OPEN@it (generated))giulio zanardi2017-01-27
| | | | | | | | | | | | Currently translated at 100.0% (39 of 39 strings)
| * | Translated using Weblate (lumina_FM@it (generated))giulio zanardi2017-01-27
| | | | | | | | | | | | Currently translated at 98.1% (218 of 222 strings)
| * | Translated using Weblate (l_FILEINFO@it (generated))giulio zanardi2017-01-27
| |/ | | | | | | Currently translated at 97.6% (42 of 43 strings)
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-27
| |\
| | * Merge remote-tracking branch 'origin/master'Weblate2017-01-27
| | |\
| | * | Translated using Weblate (lumina_DESKTOP@it (generated))giulio zanardi2017-01-27
| | | | | | | | | | | | | | | | Currently translated at 81.6% (253 of 310 strings)
| * | | Translated using Weblate (lumina_CONFIG@lt (generated))giulio zanardi2017-01-27
| | |/ | |/| | | | | | | Currently translated at 95.1% (375 of 394 strings)
| * | Translated using Weblate (lumina_CONFIG@it (generated))giulio zanardi2017-01-27
| |/ | | | | | | Currently translated at 100.0% (394 of 394 strings)
* / Another large update for Lumina 2:Ken Moore2017-01-27
|/ | | | | | | | | | | | Get the new LShortcutEvents class setup and functional. This is what converts the key presses and mouse clicks into a format that can be scanned for user-defined shortcuts to do things in the session. NOTES: The format of the keys.conf files uses "keycodes" (in ascending order") delimited by "+" to make the settings searchable and non-ordered-specific. Example: [strict] 22+37+64=logout This is a shortcut for [L_Ctrl (37), L_Alt (64), Backspace (22)] and it will trigger the start of the logout procedures. The "strict" section (and it's alternative "desktop" section) determine priority of the shortcut (strict is always evaluated, desktop is only evaluated if the desktop has focus and there is no corresponding "strict" shortcut).
* Another large batch of work on the new unified desktop.Ken Moore2017-01-26
| | | | | | 1) Get the RootWindow up and functional. 2) Get the lumina-desktop-unified binary functional for starting to test the various pieces (not ready yet for general use) 3) Get the start-lumina-desktop binary setup to launch the new unified binary for testing if the "--unified" flag is used.
* Finish up the new RootWindow class, and tie it into the ↵Ken Moore2017-01-26
| | | | lumina-desktop-unified build. Also finish cleaning up the compilation of the lumina-desktop-unified project - still not ready for actual testing yet.
* Add the beginnings of a new RootWindow class for providing the multi-monitor ↵Ken Moore2017-01-24
| | | | virtual root functionality with all wallpaper painting routines embedded within.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-23
|\
| * Merge remote-tracking branch 'origin/master'Weblate2017-01-23
| |\
| * | Translated using Weblate (lumina_FM@pt_br (generated))José Danzicourt2017-01-23
| | | | | | | | | | | | Currently translated at 100.0% (222 of 222 strings)
| * | Translated using Weblate (l_TE@fr (generated))Anil Mir2017-01-23
| | | | | | | | | | | | Currently translated at 100.0% (54 of 54 strings)
* | | Add a check/warning when closing the screenshot tool when the current ↵Ken Moore2017-01-23
| |/ |/| | | | | screenshot has not been saved to disk yet. Also add an option to the settings tab to turn off that popup warning as desired.
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-23
|\|
| * Translated using Weblate (lumina_FM@pt_br (generated))José Danzicourt2017-01-22
| | | | | | | | Currently translated at 100.0% (222 of 222 strings)
| * Translated using Weblate (l_TE@fr (generated))Anil Mir2017-01-21
| | | | | | | | Currently translated at 100.0% (54 of 54 strings)
* | Add a checkable menu option for showing/skipping the unsaved changes dialogs ↵Ken Moore2017-01-23
|/ | | | in lumina-textedit.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-01-20
|\
| * Translated using Weblate (l_SCREENSHOT@hu (generated))rezso2017-01-20
| | | | | | | | Currently translated at 75.0% (18 of 24 strings)
| * Translated using Weblate (l_TE@hu (generated))rezso2017-01-20
| | | | | | | | Currently translated at 100.0% (54 of 54 strings)
| * Translated using Weblate (l_TERMINAL@hu (generated))rezso2017-01-20
| | | | | | | | Currently translated at 100.0% (7 of 7 strings)
| * change page titleJT Pennington2017-01-18
| |
| * Translated using Weblate (lumina_DESKTOP@pt_br (generated))José Danzicourt2017-01-17
| | | | | | | | Currently translated at 100.0% (310 of 310 strings)
* | Change the "edit" button in two ways:Ken Moore2017-01-20
|/ | | | | 1) Have it always open the new screenshot file with the "-select" dialog. (Many times editors use the same mimetypes as viewers, but viewer are set as the default). 2) Change the button text to "Open With..." so users know what it will do.
bgstack15