- 02 Apr, 2016 4 commits
-
-
Torsten Rahn authored
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
This reverts commit 0724cf1b. Reverting as it contains changes to openstreetmap.dgml that are supposed to be their own commit.
-
Dennis Nienhüser authored
CCBUG: 346477
-
- 22 Nov, 2015 1 commit
-
-
Stefan Bauer authored
The file open dialog returns the path(s) as QString. MarblePart::openUrl() expects a QUrl. The previous implicit conversion from QString to QUrl creates broken QUrl instances because the file:// protocol is missing. Fix this by calling QUrl::fromLocalPath() explicitly. CCBUG: 355001
-
- 30 Jul, 2015 1 commit
-
-
Dennis Nienhüser authored
(cherry picked from commit 2bc89f71)
-
- 27 Jul, 2015 2 commits
-
-
Gilbert Assaf authored
Krazy2 findings "Check for normalized SIGNAL and SLOT signatures" fixed, using the normalize tool from qtrepotools. REVIEW: 124492
-
Dennis Nienhüser authored
-
- 16 Jul, 2015 1 commit
-
-
Dennis Nienhüser authored
Fixes warnings about using automoc in relaxed mode which was required for keeping compatibility with older cmake versions. Minimum cmake version is now 2.8.6. REVIEW: 124333
-
- 08 Jun, 2015 1 commit
-
-
Dennis Nienhüser authored
-
- 01 Jun, 2015 1 commit
-
-
Dennis Nienhüser authored
Squashed commit of the kde-frameworks-5 branch, which consisted of commit 5f8db001 (message repeated below) and some other minor ones. Affects apps/marble-kde, bindings (not tested), doc, plasmarunner, plasmoid (deactivated as ktimezonewidget is now gone), thumbcreator. Also cleans up cmake files: The QTONLY options is gone completely. KDE parts are only included where necessary, most notably not in src/lib. Since users might still pass it, QTONLY=TRUE is forwarded to WITH_KF5=FALSE which matches the old behavior most closely. The new behavior is better by default however, not erroring out if KF5 is missing, but instead building Qt parts only. Additionally the QT5BUILD option is sanitized to behave as originally planned: You don't have to pass it anymore when both Qt4 and Qt5 are installed, but cmake figures out which of the two to use and the other one is disabled (does not interfere anymore). Compiles without warnings (aside automoc) and without kde4support libraries. I'm pretty sure however that I broke some parts at runtime for now, e.g. config saving and installation/loading of some parts. I18n is not tested as well. Needs to be taken care of in subsequent commits.
-
- 27 May, 2015 1 commit
-
-
Alejandro Garcia Montoro authored
Same fix as the one done for the Qt version in commit 4d3cdd74cf5f70c1295e646fb17740d7c14d09da
-
- 15 Mar, 2015 1 commit
-
-
Yuri Chornoivan authored
-
- 21 Jan, 2015 1 commit
-
-
Marko Käning authored
-
- 18 Oct, 2014 1 commit
-
-
Bernhard Beschow authored
-
- 12 Oct, 2014 2 commits
-
-
Bernhard Beschow authored
-
Bernhard Beschow authored
-
- 10 Apr, 2014 1 commit
-
-
Philippe Renon authored
REVIEW: 117390
-
- 06 Apr, 2014 1 commit
-
-
Dennis Nienhüser authored
-
- 29 Mar, 2014 1 commit
-
-
Bernhard Beschow authored
-
- 02 Mar, 2014 1 commit
-
-
Sanjiban Bairagya authored
-
- 26 Feb, 2014 1 commit
-
-
Abhinav Gangwar authored
BUG: 317792 REVIEW: 116100
-
- 15 Jan, 2014 1 commit
-
-
Danny Rim authored
REVIEW: 114853
-
- 07 Jan, 2014 1 commit
-
-
Mihail Ivchenko authored
REVIEW: 114739
-
- 03 Jan, 2014 1 commit
-
-
Bernhard Beschow authored
* m_usingKWallet was true iff m_wallet was != 0
-
- 31 Dec, 2013 1 commit
-
-
Dennis Nienhüser authored
-
- 27 Dec, 2013 1 commit
-
-
Illya Kovalevskyy authored
-
- 18 Dec, 2013 1 commit
-
-
Marek Hakala authored
This patch adds the rebased code from esasocis-2012-eclipse branch to master. REVIEW: 113903
-
- 12 Dec, 2013 1 commit
-
-
Burkhard Lück authored
-
- 08 Dec, 2013 3 commits
-
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-
Benjamin Kaiser authored
GCI task #5900404730626048 REVIEW: 114270
-
- 06 Dec, 2013 1 commit
-
-
Mihail Ivchenko authored
GCI task #5279620895080448 REVIEW: 114089 BUG: 327978
-
- 20 Nov, 2013 2 commits
-
-
Dennis Nienhüser authored
-
Levente Kurusa authored
BUG: 323095
-
- 03 Nov, 2013 1 commit
-
-
Dennis Nienhüser authored
Moves files and directories: 1) src/lib => src/lib/marble 2) src/*marble-qt related* => src/apps/marble-qt src/*marble (KDE) related* => src/apps/marble-kde src/qt-components/marble-touch => src/apps/marble-touch 1) is a preparation to align the structure of installed headers with the structure of the library sources, so that we can build tools and examples in the same go and detect API changes early. 2) results in a much more tidy src/ and more intuitive location of the sources of the respective applications. REVIEW: 112114
-
- 30 Oct, 2013 4 commits
-
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
Make Route-/Bookmark-SyncManager classes part of CloudSyncManager. Remove CloudSyncManager instance from MarbleModel. Implement (partly) initial bookmark sync.
-
Dennis Nienhüser authored
-
Dennis Nienhüser authored
-