aboutsummaryrefslogtreecommitdiff
path: root/src-qt5
Commit message (Collapse)AuthorAge
...
* | Merge remote-tracking branch 'origin/master'Weblate2017-03-18
|\ \
| * \ Merge remote-tracking branch 'origin/master'Weblate2017-03-18
| |\ \
| * | | Translated using Weblate (lumina_SEARCH@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | | | | | Currently translated at 100.0% (28 of 28 strings)
* | | | Merge remote-tracking branch 'origin/master'Weblate2017-03-18
|\ \ \ \ | | |/ / | |/| |
| * | | Merge remote-tracking branch 'origin/master'Weblate2017-03-18
| |\| |
| * | | Translated using Weblate (l_SCREENSHOT@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | | | | | Currently translated at 100.0% (38 of 38 strings)
| * | | Translated using Weblate (lumina_FM@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | | | | | Currently translated at 100.0% (222 of 222 strings)
| * | | Translated using Weblate (l_FILEINFO@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | | | | | Currently translated at 100.0% (43 of 43 strings)
| * | | Translated using Weblate (l_TE@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | | | | | Currently translated at 100.0% (56 of 56 strings)
* | | | Merge remote-tracking branch 'origin/master'Weblate2017-03-18
|\ \ \ \ | | |/ / | |/| |
| * | | Translated using Weblate (lumina_CONFIG@da (generated))scootergrisen2017-03-18
| |/ / | | | | | | | | | Currently translated at 100.0% (388 of 388 strings)
* | | Translated using Weblate (lumina_OPEN@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | Currently translated at 100.0% (40 of 40 strings)
* | | Translated using Weblate (lumina_INFO@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | Currently translated at 100.0% (18 of 18 strings)
* | | Translated using Weblate (lumina_DESKTOP@da (generated))scootergrisen2017-03-18
| | | | | | | | | | | | Currently translated at 100.0% (310 of 310 strings)
* | | Translated using Weblate (lumina_WM@da (generated))scootergrisen2017-03-18
|/ / | | | | | | Currently translated at 100.0% (7 of 7 strings)
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-03-17
|\|
| * Remove the alpha channel from the alternate base color for lumina-glass - ↵Ken Moore2017-03-15
| | | | | | | | base colors should not be transparent since many base widgets do not permit transparency.
| * A couple more updates for lumina-pdf, slower loading with 2x DPI right now, ↵Ken Moore2017-03-15
| | | | | | | | still working on finding the right balance of DPI/speed.
| * Fix up the loading of multuple files within the same session. Move the ↵Ken Moore2017-03-14
| | | | | | | | progress bar to the top toolbar instead of a bottom one.
* | Add the beginnings of a new "lumina-mediaplayer" application. This is a ↵Ken Moore2017-03-17
|/ | | | hobby/tinker project, and I am primarily working on the interface to pianobar right now (not buildable yet).
* Update the new lumina-pdf to work as a QMainWindow with a ↵Ken Moore2017-03-14
| | | | QPrintPreviewWidget embedded within it (instead of a QPrintPrevewDialog for everything).
* Add a new desktop application: lumina-pdfKen Moore2017-03-13
| | | | | This is a basic PDF file viewer application, with printing capabilities. NOTE: This is not quite done yet - the basic PDF viewer works if an input file is supplied, but I have not finished adding all the normal window operations around it yet (menu bar with close, open file options, progress bar for loading status rather than using a message box, etc...)
* Merge branch 'master' of github.com:trueos/luminaKen Moore2017-03-10
|\
| * add the missing pro fileq5sys2017-03-09
| |
* | Fix up the context menu policies for the notepad desktop plugin.Ken Moore2017-03-10
|/
* add alarm panel-pluginq5sys2017-03-09
|
* Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-03-09
|\
| * Merge pull request #397 from scootergrisen/masterKen Moore2017-03-09
| |\ | | | | | | Change language attribute value from da_DK to da
| | * Removed l-te_ from language attributescootergrisen2017-03-09
| | |
| | * Change language attribute value from da_DK to dascootergrisen2017-03-09
| | |
* | | rename qnotifyq5sys2017-03-09
| | |
* | | add lumina-notify utilityq5sys2017-03-09
|/ /
* | Fix some errors in a few translation files. Now the language field should be ↵Ken Moore2017-03-09
| | | | | | | | correct for the locale.
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-03-07
|\ \
| * | Translated using Weblate (lumina_CONFIG@ca (generated))Davidmp2017-03-06
| | | | | | | | | | | | Currently translated at 100.0% (388 of 388 strings)
| * | Translated using Weblate (l_TE@ca (generated))Davidmp2017-03-06
| | | | | | | | | | | | Currently translated at 100.0% (56 of 56 strings)
* | | Clean up a couple defines.Ken Moore2017-03-07
| | |
* | | Get the ping/pong system all setup within the NativeWindowSystem.Ken Moore2017-03-07
| | |
* | | Make sure we respect the "override_redirect" flag on a window (do not try to ↵Ken Moore2017-03-07
| | | | | | | | | | | | manage it)
* | | Finish up some more of the admin functions for the NativeWindowSystem (event ↵Ken Moore2017-03-06
| | | | | | | | | | | | registration, window create/close handling, etc)
* | | Add support for reading the "Workspace" property (_NET_WM_DESKTOP).Ken Moore2017-03-06
| | |
* | | Add support for populating the "Name" property within the NativeWindowSystem ↵Ken Moore2017-03-06
| | | | | | | | | | | | class (associated with the much more static "class" name from X11 - use the Title/ShortTitle properties for the ones that change regularly).
* | | Add support for reading window geometry information to the ↵Ken Moore2017-03-06
| | | | | | | | | | | | NativeWindowSystem (GlobalPos, Size, MinSize, MaxSize)
* | | Add a bunch more of the XCB guts to the NativeWindowSystem (Title, ↵Ken Moore2017-03-06
|/ / | | | | | | ShortTitle, Icon)
* | Some more work on the NativeWindowSystem "plumbing". Get the system tray ↵Ken Moore2017-03-04
| | | | | | | | init routine all ported over, and start filling in the mouse/key handling routines.
* | Start filling in the non-property slots for the NativeWindowSystem now ↵Ken Moore2017-03-03
| | | | | | | | (close, kill, ping).
* | Another large batch of updates to the Native Window "plumbing":Ken Moore2017-03-03
| | | | | | | | | | | | | | | | 1) Handle all property changes in bulk groups for efficiency 2) Add simplification functions for changing single properties. 3) Automatically prune redundant property settings from signals 4) Add another property or two, and simplify the number of "extra" signals/functions for non-property changes/requests. 5) Starting cleaning up the new NativeWindowSystem class to use the new plumbing, and get it ready for the XCB "guts" to be copied in.
* | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-03-03
|\ \
| * | Translated using Weblate (l_TE@ru (generated))Koljasha2017-03-03
| | | | | | | | | | | | Currently translated at 96.4% (54 of 56 strings)
| * | Translated using Weblate (l_SCREENSHOT@ru (generated))Koljasha2017-03-03
| | | | | | | | | | | | Currently translated at 55.2% (21 of 38 strings)
bgstack15