aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
* Translated using Weblate (lumina_OPEN@de (generated))Sven Putze2017-02-11
| | | | Currently translated at 100.0% (39 of 39 strings)
* Merge remote-tracking branch 'origin/master'Weblate2017-02-10
|\
| * Merge branch 'master' of github.com:trueos/luminaKen Moore2017-02-10
| |\
| * | Large update to the new LuminaRandR class. Still not quite ready, but ↵Ken Moore2017-02-10
| | | | | | | | | | | | | | | | | | getting there. Also commit a simple "test" app which can be modified/used to test out individual library classes as needed.
* | | Translated using Weblate (lumina_CONFIG@pl (generated))Paweł2017-02-10
| |/ |/| | | | | Currently translated at 95.4% (376 of 394 strings)
* | adding iconsq5sys2017-02-06
|/
* Clean up how the default application for a mimetype is displayed within the ↵Ken Moore2017-02-06
| | | | lumina-open file dialog. Now it will always be listed in the preferred applications list, and with the "[default]" tag at the beginning of the name.
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-02-06
|\
| * Merge pull request #375 from antab/app-selection-defaultKen Moore2017-02-06
| |\ | | | | | | Select current application when changing defaults
| | * Fix memory leak.Arnar Mar Sig2017-02-06
| | |
| | * * Remove code duplication from LoadSettings() and fix indentation (tab to space)Arnar Mar Sig2017-02-04
| | | | | | | | | | | | * Select current app when AppDialog is shown, this works both for basic and advanced but only for a single type.
| | * Add defaultPath parameter to set what app is selected by default.Arnar Mar Sig2017-02-04
| | |
| * | Merge pull request #374 from NorwegianRockCat/masterKen Moore2017-02-06
| |\ \ | | | | | | | | Better messageboxes for closing the screenshot app.
| | * | Better messageboxes for closing the screenshot app.Trenton Schulz2017-02-05
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Instead of a Yes/No question that requires you to read the text of the message box and decide what to do, let's give the buttons good names so we know what the command will do. Inspired by hitting "no" multiple times when I accidently hit the shortcut key to take a screenshot. (assuming it was asking "do you want to save").
| * | | Merge pull request #370 from antab/app-selectionKen Moore2017-02-06
| |\ \ \ | | | |/ | | |/| App selection UI improvement
| | * | Change the app selection comboBox to list and add search feature.Arnar Mar Sig2017-02-03
| | | | | | | | | | | | | | | | Allow double clicking the app to select it.
| * | | Merge pull request #369 from antab/issue-363Ken Moore2017-02-06
| |\ \ \ | | |_|/ | |/| | Fix for #363
| | * | * Initialize PanelWidget layout in the constructor.Arnar Mar Sig2017-02-03
| | | | | | | | | | | | | | | | * Instead of removing all PanelWidgets in LoadSettings, remove any extra panels and add more if needed.
* | | | Remove the "Quick Save" button in lumina-screenshot.Ken Moore2017-02-06
|/ / / | | | | | | | | | This was just another button/front-end to the "Open With" functionality which did not get removed earlier.
* | | Commit my work-in-progress on a new NativeWindowSystem class.Ken Moore2017-02-03
| | | | | | | | | | | | This will be a replacement for the current LuminaX11 class usage in the desktop, with a generic Qt5 API that talks to the X11/Wayland subsystems in the background.
* | | Try to fix the tiling high-DPI wallpaper issue.Ken Moore2017-02-03
| | |
* | | Clean up a bit more of the lumina-screenshot interface, and add a button to ↵Ken Moore2017-02-03
| | | | | | | | | | | | copy the current image to the clipboard (tied in to the ctrl-C shortcut as well)
* | | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-02-03
|\ \ \
| * | | Merge pull request #368 from antab/bugfix-taskmanagerKen Moore2017-02-02
| |\| | | | | | | | | | Bugfix taskmanager
| | * | 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().
* | / Clean up the archiver a bit.Ken Moore2017-02-03
|/ / | | | | | | | | | | Add better status reporting for opening/viewing archives, fix up the list update/clear when opening a different archive after finishing with one. Move the extract selection action to the toolbar as well, and change the icon/statustip. Make the extract actions enable/disable as needed.
* / Clean up the window activate XCB function. Now it should send the window a ↵Ken Moore2017-02-02
|/ | | | client message asking it to take focus properly as well.
* 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)
bgstack15