- Feb 12, 2016
-
-
Albert Astals Cid authored
-
- Jan 28, 2016
-
-
Wolfgang Bauer authored
qApp->isSessionRestored() specifies whether the application has been restored by session management. This is obviously wrong here. Use qApp->isSavingSession() instead. BUG: 353548 FIXED-IN: 15.12.2 REVIEW: 126917
-
- Jan 14, 2016
-
-
Frank Reininghaus authored
This is not necessary because the sub menus are children of the main menu, such that they are deleted together with the other actions by QMenu::clear(). This prevents a crash that can happen if a sub menu is open while another menu action is clicked. Thanks to Fabian Vogt and Wolfgang Bauer for investigating this issue! BUG: 354558 FIXED-IN: 15.12.2 REVIEW: 126693
-
- Jan 10, 2016
-
-
Script Kiddy authored
-
- Jan 06, 2016
-
-
Albert Astals Cid authored
-
- Dec 30, 2015
-
-
Script Kiddy authored
-
- Dec 17, 2015
-
-
Script Kiddy authored
-
- Dec 08, 2015
-
-
Albert Astals Cid authored
-
Script Kiddy authored
-
Script Kiddy authored
-
- Dec 02, 2015
-
-
Albert Astals Cid authored
-
- Nov 29, 2015
-
-
Albert Astals Cid authored
dolphin is using -DTRANSLATION_DOMAIN=\"dolphin\" that is wrong for applications, apps need to use KLocalizedString::setApplicationDomain since that makes some other things like the transltators tab in the about dialog show. I have not removed -DTRANSLATION_DOMAIN=\"dolphin\" because on the other hand this code is also a library (i.e. the dolphin kpart). The "being pedandly correct" fix would be using -DTRANSLATION_DOMAIN=\"dolphin\" only to compile the files that are part of the kpart but that's prone to break at some point and using both KLocalizedString::setApplicationDomain and -DTRANSLATION_DOMAIN does not create any problem so i went that route CCMAIL: kfm-devel@kde.org
-
- Nov 17, 2015
-
-
Albert Astals Cid authored
-
- Nov 16, 2015
-
-
Script Kiddy authored
-
- Nov 14, 2015
-
-
Andreas Cord-Landwehr authored
-
- Nov 09, 2015
-
-
Emmanuel Pescosta authored
-
- Nov 04, 2015
-
-
Albert Astals Cid authored
-
Script Kiddy authored
-
Script Kiddy authored
-
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"
-
Script Kiddy authored
-
Olivier Goffart authored
REVIEW: 125675
-
- Nov 01, 2015
-
-
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"
-
- Oct 26, 2015
-
-
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"
-
- Oct 21, 2015
-
-
Emmanuel Pescosta authored
Paths like file:/home/me work now instead of showing an error message. BUG: 352743 BUG: 353550 FIXED-IN: 15.08.3 REVIEW: 125586
-
Emmanuel Pescosta authored
BUG: 352420 FIXED-IN: 15.08.3 REVIEW: 125587
-
- Oct 10, 2015
-
-
Vishesh Handa authored
REVIEW: 125584
-
- Oct 08, 2015
-
-
Albert Astals Cid authored
-
- Sep 25, 2015
-
-
David Rosca authored
-
David Rosca authored
In case of GlobalViewProps, propsBox == this and it already has layout. REVIEW: 125373
-
Michael Palimaka authored
-
Michael Palimaka authored
If found via find_package(KF5 COMPONENTS Activities) instead, it will inherit REQUIRED from the previous call. REVIEW: 125360
-
- Sep 10, 2015
-
-
Andreas Kainz authored
-
- Sep 09, 2015
-
-
Albert Astals Cid authored
-
- Sep 08, 2015
-
-
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"
-
- Sep 07, 2015
-
-
Emmanuel Pescosta authored
BUG: 351708 FIXED-IN: 15.08.1 REVIEW: 125078
-
Emmanuel Pescosta authored
Remove the dummy widget, which assured that the dialog layout was not stretched vertically (vbox align top does the same), to make the uncheckable "Open archives as folder" checkbox checkable again. BUG: 349148 FIXED-IN: 15.08.1 REVIEW: 125077
-
Matthias Klumpp authored
-
- Sep 03, 2015
-
-
Frank Reininghaus authored
-
Frank Reininghaus authored
This prevents that the new widths are written to disk multiple times in quick succession, which can make column resizing quite slow. BUG: 351846 REVIEW: 351846 FIXED-IN: 15.08.1
-