Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Translated using Weblate (lumina_FM@ca (generated)) | Davidmp | 2017-01-05 |
| | | | | Currently translated at 100.0% (222 of 222 strings) | ||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2017-01-05 |
|\ | |||
| * | Translated using Weblate (lumina_OPEN@ca (generated)) | Davidmp | 2017-01-05 |
| | | | | | | | | Currently translated at 100.0% (39 of 39 strings) | ||
* | | Translated using Weblate (l_SCREENSHOT@lt (generated)) | Moo | 2017-01-05 |
| | | | | | | | | Currently translated at 83.3% (20 of 24 strings) | ||
* | | Translated using Weblate (l_SCREENSHOT@ca (generated)) | Davidmp | 2017-01-05 |
|/ | | | | Currently translated at 100.0% (24 of 24 strings) | ||
* | Merge remote-tracking branch 'origin/master' | Weblate | 2017-01-04 |
|\ | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-01-04 |
| |\ | |||
| * | | Create a new "ExternalProcess" class in the library directory which is ↵ | Ken Moore | 2017-01-04 |
| | | | | | | | | | | | | specifically designed for launching external processes in an unattended manner and automatically cleaning up the object on the heap when finished. It will also hide any output from the process or forward it to a designated log file rather than polluting the current process output channel. | ||
* | | | Translated using Weblate (lumina_DESKTOP@lt (generated)) | Moo | 2017-01-04 |
| |/ |/| | | | | | Currently translated at 83.2% (258 of 310 strings) | ||
* | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-01-04 |
|\| | |||
| * | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-01-04 |
| |\ | |||
| * | | Create a new "lumina-desktop-unified" core subproject (DO NOT USE) | Ken Moore | 2017-01-04 |
| | | | | | | | | | | | | This is just a staging area for the merging of the desktop, window manager, etc.. into a single unified application. It is highly fragmented right now and will not build *AT ALL* for a while. | ||
* | | | Translated using Weblate (lumina_SEARCH@fr (generated)) | Anil Mir | 2017-01-04 |
| |/ |/| | | | | | Currently translated at 100.0% (28 of 28 strings) | ||
* | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-01-04 |
|\ \ | |||
| * \ | Merge remote-tracking branch 'origin/master' | Weblate | 2017-01-04 |
| |\ \ | |||
| * | | | Translated using Weblate (lumina_DESKTOP@fr (generated)) | Anil Mir | 2017-01-04 |
| | | | | | | | | | | | | | | | | Currently translated at 83.2% (258 of 310 strings) | ||
* | | | | Translated using Weblate (l_TE@fr (generated)) | Anil Mir | 2017-01-04 |
| |/ / |/| | | | | | | | | Currently translated at 85.1% (46 of 54 strings) | ||
* | | | Translated using Weblate (l_FILEINFO@fr (generated)) | Anil Mir | 2017-01-04 |
|/ / | | | | | | | Currently translated at 100.0% (43 of 43 strings) | ||
* | | Translated using Weblate (lumina_OPEN@fr (generated)) | Anil Mir | 2017-01-04 |
| | | | | | | | | Currently translated at 100.0% (39 of 39 strings) | ||
* | | Merge remote-tracking branch 'origin/master' | Weblate | 2017-01-04 |
|\| | |||
| * | Tag version 1.2.1 on the master branch in preparation for new changes from ↵ | Ken Moore | 2017-01-04 |
| | | | | | | | | the recent 1.2.0 release. | ||
* | | Translated using Weblate (lumina_CONFIG@fr (generated)) | Anil Mir | 2017-01-04 |
|/ | | | | Currently translated at 30.7% (121 of 394 strings) | ||
* | Fix the __linux__ ifdef. Needed to be all lowercase. | Ken Moore | 2017-01-03 |
| | |||
* | Re-sync the translation files with the sources. | Ken Moore | 2017-01-03 |
| | |||
* | Tag version 1.2.0 in the source tree. | Ken Moore | 2017-01-03 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2017-01-03 |
|\ | |||
| * | fix missing ; | JT Pennington | 2017-01-02 |
| | | |||
| * | condense lumina screenshot and remove tabs | JT Pennington | 2017-01-02 |
| | | |||
| * | condense lumina screenshot and remove tabs | JT Pennington | 2017-01-02 |
| | | |||
| * | add two quick shortcuts | JT Pennington | 2017-01-02 |
| | | | | | | add shortcut for bookmark manager and to refresh external devices | ||
| * | Add basic keyboard shortcuts | JT Pennington | 2016-12-31 |
| | | |||
* | | Block off the SIGINFO/SIGUSR1 section with __Linux__ definition checks. This ↵ | Ken Moore | 2017-01-03 |
|/ | | | | should fix compiling on Linux systems which do not have the SIGINFO signal defined. | ||
* | Add a new function to the XDGDesktop class: | Ken Moore | 2016-12-29 |
| | | | | | | QString generateExec(QStringList inputfiles, QString ActionID); This will automatically evaluate the input file's syntax and adjust as needed for the application to recognize/run the file. Similarly it will perform all the substitutions and such as necessary to end up with a fully-formatted executable command which can easily be launched with QProcess as necessary. | ||
* | New Feature for lumina-archiver: | Ken Moore | 2016-12-29 |
| | | | | | If a *.img file is loaded, enable a new menu option/dialog for burning that image to a USB device. This is a front-end to the "dd" utility, and has full status reporting about the process as well. If the dd operation requires elevated permissions and qsudo is installed, also provide a prompt for switching to root permissions (with qsudo) and immediately re-opening the burn dialog with the same file. | ||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-12-27 |
|\ | |||
| * | Merge remote-tracking branch 'origin/master' | Weblate | 2016-12-27 |
| |\ | |||
| | * | Merge remote-tracking branch 'origin/master' | Weblate | 2016-12-27 |
| | |\ | |||
| | * | | Translated using Weblate (lumina_FM@lt (generated)) | Moo | 2016-12-27 |
| | | | | | | | | | | | | | | | | Currently translated at 98.6% (218 of 221 strings) | ||
| * | | | Merge remote-tracking branch 'origin/master' | Weblate | 2016-12-27 |
| |\ \ \ | | | |/ | | |/| | |||
| | * | | Merge remote-tracking branch 'origin/master' | Weblate | 2016-12-27 |
| | |\ \ | |||
| | * | | | Translated using Weblate (lumina_CONFIG@hu (generated)) | rezso | 2016-12-27 |
| | | |/ | | |/| | | | | | | | | | Currently translated at 26.0% (98 of 376 strings) | ||
| * / | | Translated using Weblate (lumina_DESKTOP@hu (generated)) | rezso | 2016-12-27 |
| |/ / | | | | | | | | | | Currently translated at 92.7% (231 of 249 strings) | ||
* | / | Update the lumina-open crash handler to only trigger when an application ↵ | Ken Moore | 2016-12-27 |
| |/ |/| | | | | | process is detected as an actual crash - not just a non-zero return code. | ||
* | | Adjust the QMenu margins a bit more: use 2em for both the left and right ↵ | Ken Moore | 2016-12-27 |
|/ | | | | margins (better for 4k screens) | ||
* | Oops - forgot to add the new RotateToolButton file (not used yet - still ↵ | Ken Moore | 2016-12-23 |
| | | | | tinkering with it) | ||
* | Clean up some vertical-panel issues with the clock plugin and the system tray. | Ken Moore | 2016-12-23 |
| | |||
* | Merge branch 'master' of github.com:trueos/lumina | Ken Moore | 2016-12-23 |
|\ | |||
| * | move cut/copy back to main context menu | q5sys | 2016-12-22 |
| | | |||
| * | Merge branch 'master' into master | JT Pennington | 2016-12-22 |
| |\ | |||
| * | | fix pages.pri | q5sys | 2016-12-21 |
| | | |