aboutsummaryrefslogtreecommitdiff
path: root/src-qt5/core/lumina-info
Commit message (Collapse)AuthorAge
* Re-sync the translation files with the latest sources.Ken Moore2017-06-07
|
* Translated using Weblate (lumina_INFO@zh_cn (generated))玉堂白鹤2017-05-10
| | | | Currently translated at 100.0% (18 of 18 strings)
* Quick sync of all the translation files with the sources.Ken Moore2017-05-01
|
* Translated using Weblate (lumina_INFO@da (generated))scootergrisen2017-03-18
| | | | Currently translated at 100.0% (18 of 18 strings)
* Re-sync the translation files with the latest from the Lumina source files.Ken Moore2017-02-27
|
* Translated using Weblate (lumina_INFO@da (generated))scootergrisen2017-02-24
| | | | Currently translated at 100.0% (18 of 18 strings)
* Translated using Weblate (lumina_INFO@pl (generated))Paweł2017-02-24
| | | | Currently translated at 100.0% (18 of 18 strings)
* Translated using Weblate (lumina_INFO@da (generated))scootergrisen2017-02-23
| | | | Currently translated at 100.0% (18 of 18 strings)
* Translated using Weblate (lumina_INFO@da (generated))scootergrisen2017-02-22
| | | | Currently translated at 100.0% (18 of 18 strings)
* Re-sync the translation files with the sources.Ken Moore2017-01-03
|
* Merge branch 'master' of github.com:trueos/luminaWeblate2016-12-14
|\
| * LARGE UPDATE:Ken Moore2016-11-07
| | | | | | | | | | | | | | 1) Dismantle the Lumina library completely. 2) Setup lots of small subproject files (.pri) for the individual classes within the old library. 3) Move all the Lumina binaries to use the new subproject files 4) Split up the LuminaUtils class/files into LUtils and LDesktopUtils (generic utilities, and desktop-specific utilities)
| * Make sure all the translation files are synced to the sources.Ken Moore2016-10-20
| |
* | Translated using Weblate (lumina_INFO@fr (generated))Anil Mir2016-12-01
| | | | | | | | Currently translated at 100.0% (18 of 18 strings)
* | Translated using Weblate (lumina_INFO@da (generated))Thomas Alexander Frederiksen2016-12-01
| | | | | | | | Currently translated at 100.0% (18 of 18 strings)
* | Translated using Weblate (lumina_INFO@pl (generated))Patryk2016-11-24
| | | | | | | | Currently translated at 94.4% (17 of 18 strings)
* | Translated using Weblate (lumina_INFO@pt (generated))Glauco Machado2016-11-20
| | | | | | | | Currently translated at 100.0% (18 of 18 strings)
* | Translated using Weblate (lumina_INFO@pt (generated))Glauco Machado2016-11-10
| | | | | | | | Currently translated at 100.0% (18 of 18 strings)
* | Merge remote-tracking branch 'origin/master'Weblate2016-10-17
|\|
| * Update the links for the Gitter chat and bug tracker in lumina-info.Ken Moore2016-10-11
| | | | | | | | Fixes #277
* | Translated using Weblate (lumina_INFO@de (generated))Ettore Atalan2016-10-17
|/ | | | Currently translated at 100.0% (18 of 18 strings)
* Translated using Weblate (lumina_INFO@el (generated))George Ember2016-09-24
| | | | Currently translated at 100.0% (18 of 18 strings)
* Merge branch 'master' of https://github.com/trueos/luminaWeblate2016-09-20
|\
| * Re-sync all the translation files for Lumina with the source code, and add a ↵Ken Moore2016-09-19
| | | | | | | | small script for doing this on a regular basis to the src-qt5 directory (dev only - no need to run this prior to building Lumina).
* | Translated using Weblate (lumina_INFO@ru (generated))Koljasha2016-09-16
|/ | | | Currently translated at 100.0% (18 of 18 strings)
* Merge in all the translation files from the lumina-i18n repository into the ↵Ken Moore2016-09-12
| | | | | | main lumina repo. Now we can hook up weblate in the main lumina repo, and have everything in sync all the time.
* Cleanup the sizing of the new QToolButtons a bit (ensure uniform sizes - ↵Ken Moore2016-08-01
| | | | does not touch screenshots since they are recessed by default).
* [INTERFACE CHANGE]Ken Moore2016-07-20
| | | | As recommended by docs team, the lumina-info interface has been streamlined a bit so there are individual buttons for each of the external links instead of the label/URL pairings.
* adding logo fileq5sys2016-06-23
|
* updating qrcq5sys2016-06-23
|
* Changing PC-BSD logo to TrueOS logoq5sys2016-06-23
|
* Change references to PC-BSD to TrueOSq5sys2016-06-23
|
* Fix where localization files get installed via the main source tree ↵Ken Moore2016-06-20
| | | | | | (accounts for the change to SHARE/lumina-desktop rather than SHARE/Lumina-DE). Also fix the wallpaper dir detection routine within lumina-config (same issue - install dir change broke the path detection).
* Large update to the project files:Ken Moore2016-06-14
| | | | | 1) Move from "NO_I18N" to "WITH_I18N". This will ensure that the source version of the localizations are not installed unless explicitly requested (since the "real" localization files are in the lumina-i18n repo - these source files are theauto-generated ones before getting sent up to the pootle localization system). 2) Add a few more .desktop files for the various Lumina utilities.
* Rearrange the Lumina source tree quite a bit:Ken Moore2016-04-25
Now the utilites are arranged by category (core, core-utils, desktop-utils), so all the -utils may be excluded by a package system (or turned into separate packages) as needed.
bgstack15