- 07 Apr, 2017 3 commits
-
-
Luigi Toscano authored
- use ecm_qt_declare_logging_category and then bump the ECM version (which was already linked to the version of the other Frameworks components, so it's more a formal change than a real version bump). Change the category to be more in line with the last (unwritten, from the ground) conventions; as lskat was never released it's not really a problem. - port the remaining kDebug() calls to qCDebug().
-
Luigi Toscano authored
... and a useless entity.
-
Luigi Toscano authored
-
- 09 May, 2016 4 commits
-
-
Martin Walch authored
When starting the game, exactly 8 identical warnings appear: > QGraphicsScene::addItem: item has already been added to this scene Their origin lies in the ScoreSprite constructor, which instantiates several QGraphicsTextItems, passing itself as parent. Afterwards each of them is explicitely added to the same scene as the ScoreSprite using scene->addItem. However, this is redundant because passing the ScoreSprite as parent already makes the new QGraphicsTextItems part of the same scene. Hence the warning. REVIEW:127869
-
Martin Walch authored
Fix the warning > KXMLGUI file found at deprecated location ("/usr/share/lskat/lskatui.rc") > -- please use ${KXMLGUI_INSTALL_DIR} to install this file instead. by installing lskatui.rc at the corresponding location. REVIEW:127868
-
Martin Walch authored
KXMLGuiFactory complains: > Shortcut for action "select_carddeck" "Select &Card Deck..." set with > QAction::setShortcut()! Use KActionCollection::setDefaultShortcut(s) instead. Do so accordingly. This also moves away from deprecated KShortcut. REVIEW:127856
-
Martin Walch authored
There are many xlink:href attributes in linearGradient tags in the SVGs. Most of them refer to anchors that are not in the files, causing a lot of warnings "Could not resolve property : #XMLID_..." As I do not see them serve any purpose, just remove them. REVIEW:127851
-
- 05 May, 2016 1 commit
-
-
Martin Walch authored
Fix crash when calling KCrash::initialize(). This was caused by getting "Please instantiate the QApplication object first" as return value from QCoreApplication::applicationFilePath() when setting the file path in KCrash. REVIEW: 127804
-
- 30 Apr, 2016 3 commits
-
-
Martin Walch authored
-
Martin Walch authored
-
Frederik Schwarzer authored
-
- 07 Apr, 2016 1 commit
-
-
Frederik Schwarzer authored
-
- 27 Jan, 2016 1 commit
-
-
Frederik Schwarzer authored
-
- 07 Jan, 2016 2 commits
-
-
Frederik Schwarzer authored
-
Frederik Schwarzer authored
-
- 06 Jan, 2016 2 commits
-
-
Frederik Schwarzer authored
-
Frederik Schwarzer authored
-
- 30 Nov, 2015 1 commit
-
-
Martin Walch authored
-
- 07 Nov, 2015 1 commit
-
-
Martin Walch authored
* apply the common 4 spaces indentation, remove tabs * unify apidoc formatting * fix lots of typos * unify formatting of license text * move include guards below license text * unify coding style in general, in a way that makes krazy more happy * use KF5 style Qt includes (i.e. <QClass> instead of <QtModule/QClass>) Side note: the plain files become slightly bigger, but the xz compressed tarball is a bit smaller
-
- 05 Nov, 2015 1 commit
-
-
Martin Walch authored
Fix warnings: * explicit constructors * naming convention of include guards * allocate dialogs on heap and hold in QPointer * add newline at EOF Update website in README, main.cpp, and lskat.lsm Fix some issues in API documentation Fix some spelling errors in strings Clean up includes, in particular remove unused includes REVIEW: 125906
-
- 26 Jul, 2015 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 26 Mar, 2015 1 commit
-
-
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"
-
- 15 Mar, 2015 1 commit
-
-
Laurent Montel authored
-
- 09 Mar, 2015 1 commit
-
-
Laurent Montel authored
-
- 03 Mar, 2015 1 commit
-
-
Laurent Montel authored
-
- 07 Feb, 2015 2 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
- 30 Jan, 2015 1 commit
-
-
Laurent Montel authored
-
- 20 Jan, 2015 1 commit
-
-
Laurent Montel authored
-
- 06 Jan, 2015 1 commit
-
-
Laurent Montel authored
-
- 04 Jan, 2015 1 commit
-
-
Laurent Montel authored
-
- 31 Dec, 2014 2 commits
-
-
Laurent Montel authored
-
Script Kiddy authored
-
- 27 Dec, 2014 6 commits
-
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-
Laurent Montel authored
-