aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* manpages: fix out of tree installAndreas Müller2017-11-27
| | | | | | | Fixes e.g: | gzip: lumina-info.1: No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
* Merge remote-tracking branch 'origin/master'Weblate2017-11-27
|\
| * remove file manager dev folderq5sys2017-11-27
| |
| * Merge branch 'master' of http://github.com/trueos/luminaq5sys2017-11-24
| |\
| | * Merge remote-tracking branch 'origin/master'Weblate2017-11-24
| | |\
| | * | Translated using Weblate (Hungarian)Kardos László2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 12.1% (4 of 33 strings) Translation: lumina/lumina-calculator Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/hu/
| | * | Translated using Weblate (Russian)Serg Bormant2017-11-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | Currently translated at 100.0% (33 of 33 strings) Translation: lumina/lumina-calculator Translate-URL: http://weblate.trueos.org/projects/lumina/lumina-calculator/ru/
| * | | update portmaintainer for packagesq5sys2017-11-24
| | | |
| * | | remove lumina-xdg-entry from buildq5sys2017-11-24
| | | |
| * | | add file menu shortcuts into lumina-xdgq5sys2017-11-24
| | | |
| * | | add file menu shortcuts into lumina-pdfq5sys2017-11-24
| | | |
| * | | add file menu shortcuts into lumina-mediaplayerq5sys2017-11-24
| | | |
| * | | add file menu shortcuts into lumina-fmq5sys2017-11-24
| | | |
| * | | add file menu shortcuts into lumina-fileinfoq5sys2017-11-24
| | | |
| * | | add file menu shortcuts into lumina-archiverq5sys2017-11-24
| | | |
| * | | add file menu shortcuts into lumina-texteditq5sys2017-11-24
| | |/ | |/|
| * | Merge pull request #512 from schnitzeltony/masterKen Moore2017-11-23
| |\ \ | | | | | | | | lumina-desktop.pro: fix out of tree installation
| | * | lumina-desktop.pro: fix out of tree installationAndreas Müller2017-11-23
| |/ / | | | | | | | | | | | | | | | | | | Fixes: | cp: cannot stat 'defaults/desktop-background.jpg': No such file or directory Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
| * | Revert "Update README.md"q5sys2017-11-23
| | | | | | | | | | | | This reverts commit 1cd28e9993ba95490b417bb3fe6b32f7f1f91d0a.
| * | Merge pull request #511 from ktullavik/masterq5sys (JT)2017-11-23
| |\ \ | | | | | | | | Fix right click crash when qsudo is not installed.
| | * | Update README.mdKjell Tore Ullavik2017-11-23
| | | | | | | | | | | | Remove "official" readme text.
| | * | Fix right click crash when qsudo is not installed.Kjell Tore Ullavik2017-11-23
| |/ /
| * | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-11-22
| |\ \
| | * | Update README.mdKen Moore2017-11-22
| | | | | | | | | | | | Quick fix of the minimum Qt version for lumina-core
| * | | Fix the TrueOS update detection flag location.Ken Moore2017-11-22
| |/ /
| * | Quick adjustment for the finding of icons.Ken Moore2017-11-21
| | | | | | | | | | | | Only use the fallback icon *after* the more expansive routine also fails.
| * | Do not have the main lumina-pdf window grab the keyboard.Ken Moore2017-11-21
| | | | | | | | | | | | This breaks the consistency of keyboard shortcuts between presentation mode and normal viewing, but the up/down arrows will properly scroll the window now if a partial-page view mode is selected.
| * | Make sure the window list get updated *as soon as* the workspace changes.Ken Moore2017-11-21
| | |
| * | Cleanup a little bit of lthemeengineKen Moore2017-11-21
| | | | | | | | | | | | | | | 1. Ensure setting paths are converted to absolute paths before comparisons 2. Get rid of the buttonbox in mainwindow and replace it with a couple toolbuttons with icons (same functionality)
| * | Add another layer of defaults to the wallpapers.Ken Moore2017-11-20
| | | | | | | | | | | | If nothing is specified, try to load the PREFIX/share/wallpapers/lumina-nature directory. If that does not exist, it will use the original fallback of the defaultBackground.jpg file in the share directory.
| * | Redo all the new man pages categories.Ken Moore2017-11-20
| | | | | | | | | | | | Make sure they are all man1 instead of man8
| * | Bump the version of Lumina to 1.4.0Ken Moore2017-11-20
| | | | | | | | | | | | Also ensure the lumina-theme-engine uses the same versioning system.
| * | Fix up the pkg-plist for all the Lumina ports:Ken Moore2017-11-20
| | | | | | | | | | | | Adding in the new manpages.
| * | Adjust the logout dialog size.Ken Moore2017-11-20
| | | | | | | | | | | | Also add the current workspace to the panel button for the workspace switcher.
| * | Add in the new manpages from Aaron St.John (lumina-docs repo).Ken Moore2017-11-20
| | | | | | | | | | | | Also adjust the "community support" shortcut to point to gitter rather than IRC.
| * | Bump the LICENSE year in lumina-info, and disable the old theme engine.Ken Moore2017-11-20
| | |
| * | Make the new "set as wallpaper" menu option enabled/disabled instead of ↵Ken Moore2017-11-20
| | | | | | | | | | | | visible/invisible
| * | Cleanup some of the suspend-checking for FreeBSD.Ken Moore2017-11-20
| | | | | | | | | | | | Remove pc-sysconfig as an option for brightness control on FreeBSD
| * | Add a context menu "action" for settings the selected image files as the ↵Ken Moore2017-11-20
| | | | | | | | | | | | | | | | | | current desktop wallpaper. Caveats: This only is an option when the Lumina desktop is running, and the entire selection is valid image files.
| * | Change the styling of the presentation clock.Ken Moore2017-11-20
| | | | | | | | | | | | use the highlight color/text so it gets a bit more attention.
| * | Add a clock to the main window top-panel when in presentation mode.Ken Moore2017-11-20
| | |
| * | Resync translation files with latest sources.Ken Moore2017-11-20
| | |
| * | Update LICENSEKen Moore2017-11-20
| | | | | | | | | Bump to -2017
| * | Merge branch 'master' of github.com:trueos/luminaKen Moore2017-11-17
| |\ \
| | * | re-implement zip/iso autoextraction in lumina-fmq5sys2017-11-17
| | | |
| * | | Get rid of the updates available dialog/prompt in Lumina.Ken Moore2017-11-17
| |/ / | | | | | | | | | Replace it with an extra "reboot w/ updates" button in both the start menu and the system logout window.
| * | Fix the pkg-plist for lumina-core.Ken Moore2017-11-17
| | | | | | | | | | | | | | | Wallpaper files are installed by the lumina-themes package now. Also remove the old "color" files (pre-theme-engine)
| * | Fix a missing quote within the estonian translation fileKen Moore2017-11-17
| | |
| * | Fix up the visibility of the archive options in lumina-fm.Ken Moore2017-11-17
| | | | | | | | | | | | Also fix the OpenWith launching of applications.
| * | Minor cleanup. Get icons working on the context menu.Ken Moore2017-11-16
| | |
bgstack15