- 13 Jun, 2016 7 commits
-
-
Dennis Nienhüser authored
-
Akshat Tandon authored
Now first the block of nodes will be written then the block of ways and finally the block of relations.
-
Torsten Rahn authored
Thanks go to Gerhard Holtkamp for working on this and for providing the most recent version.
-
Oliver Haag authored
REVIEW: 124807
-
Torsten Rahn authored
Edit Maps panel).
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
CCBUG: 363587
-
- 12 Jun, 2016 13 commits
-
-
Torsten Rahn authored
-
Bernhard Beschow authored
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
Akshat Tandon authored
These experimental features and their corresponding OSM tags have been added so as to enable the rendering of features obtained on converting the NaturalEarth dataset into OSM form. Differential Revision: https://phabricator.kde.org/D1823
-
Bernhard Beschow authored
-
Bernhard Beschow authored
-
Bernhard Beschow authored
The foreach loop is only entered if there are inner polygons. Therefore, the check inside the loop was redundant.
-
Bernhard Beschow authored
-
Bernhard Beschow authored
-
Bernhard Beschow authored
-
Bernhard Beschow authored
-
Bernhard Beschow authored
-
- 11 Jun, 2016 4 commits
-
-
Akshat Tandon authored
Differential Revision: https://phabricator.kde.org/D1628
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
- 10 Jun, 2016 1 commit
-
-
Akshat Tandon authored
-
- 09 Jun, 2016 1 commit
-
-
Akshat Tandon authored
-
- 08 Jun, 2016 2 commits
-
-
Sanjiban Bairagya authored
-
Friedrich W. H. Kossebau authored
* store all qt-only strings in marble_qt.pot, not some in marble.pot * use $EXTRACT_TR_STRINGS, $XGETTEXT_QT was for kdelibs4-based projects only * pass UI files directly to $EXTRACT_TR_STRINGS, not via $EXTRACTRC * be more explicit when finding files to not also include files from tools or examples * create proper QCoreApplication::translate calls for strings extracted from data files, when used via Qt translation mechanism. * separate Messages.sh file for KDE Marble app in its source folder * use consistently i18n() calls in marble-kde source code CCMAIL: kde-i18n-doc@kde.org Differential Revision: https://phabricator.kde.org/D1763
-
- 07 Jun, 2016 1 commit
-
-
Akshat Tandon authored
-
- 06 Jun, 2016 1 commit
-
-
Akshat Tandon authored
-
- 05 Jun, 2016 1 commit
-
-
Akshat Tandon authored
-
- 01 Jun, 2016 2 commits
-
-
Akshat Tandon authored
Please enter the commit message for your changes. Lines starting
-
Akshat Tandon authored
-
- 24 May, 2016 1 commit
-
-
- 23 May, 2016 3 commits
-
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
-
Friedrich W. H. Kossebau authored
* reduces indirection: const char* is another object, its value pointing to the actual char array, while const char[] is the array itself * prevents accidental changes of the variable: const char* itself is non-const type, just pointing to const chars, so could be set to another value without the compiler complaining
-
- 18 May, 2016 1 commit
-
-
Friedrich W. H. Kossebau authored
-
- 15 May, 2016 2 commits
-
-
Bernhard Beschow authored
Qt already comes with a serial port module which is most likely provided by distributions shipping Qt. For QextSerialPort, however, this doesn't seem to be the case, e.g. ArchLinux. Therefore, Qt's serial port module seems to be the better alternative.
-
Script Kiddy authored
In case of conflict in i18n, keep the version of the branch "ours" To resolve a particular conflict, "git checkout --ours path/to/file.desktop"
-