]> cloud.milkyroute.net Git - dolphin.git/log
dolphin.git
10 years agoadded .reviewboardrc
Emmanuel Pescosta [Thu, 26 Feb 2015 13:37:18 +0000 (14:37 +0100)]
added .reviewboardrc

10 years agoMerge branch 'master' into frameworks
Emmanuel Pescosta [Wed, 25 Feb 2015 20:55:46 +0000 (21:55 +0100)]
Merge branch 'master' into frameworks

10 years agoMerge branch 'Applications/14.12'
Emmanuel Pescosta [Wed, 25 Feb 2015 20:53:21 +0000 (21:53 +0100)]
Merge branch 'Applications/14.12'

10 years agoBump the Qt version to 5.4 and the KF5 version to 5.7
Emmanuel Pescosta [Wed, 25 Feb 2015 20:45:19 +0000 (21:45 +0100)]
Bump the Qt version to 5.4 and the KF5 version to 5.7

Added all required components

Reviewed-By: David Edmundson
10 years agoFix DolphinVcs cmake to be findable
David Edmundson [Wed, 25 Feb 2015 20:40:24 +0000 (21:40 +0100)]
Fix DolphinVcs cmake to be findable

Reviewed-By: Emmanuel Pescosta
10 years agoreadded missing isVersioned check in VersionControlObserver::actions()
Emmanuel Pescosta [Wed, 25 Feb 2015 16:32:30 +0000 (17:32 +0100)]
readded missing isVersioned check in VersionControlObserver::actions()

10 years agoMove the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the...
Emmanuel Pescosta [Wed, 25 Feb 2015 11:12:55 +0000 (12:12 +0100)]
Move the KVersionControlPlugin2 interface from konqlib to Dolphin and remove the deprecated KVersionControlPlugin interface from konqlib

REVIEW: 122687

10 years agoFix build on Jenkins (or with BUILD_TESTING=ON)
Hrvoje Senjan [Tue, 24 Feb 2015 16:07:55 +0000 (17:07 +0100)]
Fix build on Jenkins (or with BUILD_TESTING=ON)

10 years agoFix the build of kde-baseapps temporarily (categorized logging in DolphinPart)
Emmanuel Pescosta [Tue, 24 Feb 2015 14:52:45 +0000 (15:52 +0100)]
Fix the build of kde-baseapps temporarily (categorized logging in DolphinPart)

10 years agoFix the build temporarily
Luca Beltrame [Tue, 24 Feb 2015 13:14:36 +0000 (14:14 +0100)]
Fix the build temporarily

The port of Dolphin to categorized logging created errors in one
specific point only, in main.cpp:

 undefined reference to `DolphinDebug()'

 I couldn't spot any obvious error, so for now I did it the bad way
 (warnings should not be commented out!) to keep it building while a
 real solution is found.

 CCMAIL: emmanuelpescosta099@gmail.com

10 years agoReplace kDebug/kWarning by categorized logging (org.kde.dolphin)
Emmanuel Pescosta [Tue, 24 Feb 2015 12:07:35 +0000 (13:07 +0100)]
Replace kDebug/kWarning by categorized logging (org.kde.dolphin)

10 years agoRemoved unused KGlobal includes and use KIO/Job instead of KIO/JobClasses
Emmanuel Pescosta [Tue, 24 Feb 2015 11:51:24 +0000 (12:51 +0100)]
Removed unused KGlobal includes and use KIO/Job instead of KIO/JobClasses

10 years agoinclude KFileItem instead of KFileItemList
Emmanuel Pescosta [Tue, 24 Feb 2015 11:25:28 +0000 (12:25 +0100)]
include KFileItem instead of KFileItemList

10 years agoPort away from KLocale
Emmanuel Pescosta [Tue, 24 Feb 2015 11:22:16 +0000 (12:22 +0100)]
Port away from KLocale

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sat, 21 Feb 2015 06:26:31 +0000 (06:26 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sat, 21 Feb 2015 01:59:29 +0000 (01:59 +0000)]
SVN_SILENT made messages (after extraction)

10 years agoFix a QDateTime porting bug (different format expressions) in KFileItemModel::dateRol...
Emmanuel Pescosta [Wed, 18 Feb 2015 12:17:42 +0000 (13:17 +0100)]
Fix a QDateTime porting bug (different format expressions) in KFileItemModel::dateRoleGroups

REVIEW: 122625

10 years agoMissed a saveBookmarks call in the PlacesItemModel's deconstructor (see commit 2a79fe...
Emmanuel Pescosta [Fri, 20 Feb 2015 09:47:23 +0000 (10:47 +0100)]
Missed a saveBookmarks call in the PlacesItemModel's deconstructor (see commit 2a79feaea0088730bbf4fd4b65baa1c4a91b84b9)

10 years agoMerge branch 'master' into frameworks
Emmanuel Pescosta [Thu, 19 Feb 2015 19:34:35 +0000 (20:34 +0100)]
Merge branch 'master' into frameworks

10 years agoMerge branch 'Applications/14.12'
Emmanuel Pescosta [Thu, 19 Feb 2015 19:15:49 +0000 (20:15 +0100)]
Merge branch 'Applications/14.12'

10 years agoIncrease the version number to 14.12.3
Emmanuel Pescosta [Thu, 19 Feb 2015 19:09:47 +0000 (20:09 +0100)]
Increase the version number to 14.12.3

10 years agoSync bookmark manager only if the change was done by the current process
Emmanuel Pescosta [Thu, 19 Feb 2015 19:05:55 +0000 (20:05 +0100)]
Sync bookmark manager only if the change was done by the current process

Adoption of http://commits.kde.org/kdelibs/2b5c6e42fc8114c6854ce490b9cdd4356be683d9

FIXED-IN: 14.12.3
BUG: 343620
BUG: 310080
REVIEW: 122640

10 years agoQUrl porting bug: Added a missing QUrl::fromLocalFile in FoldersPanel::loadTree to...
Emmanuel Pescosta [Wed, 18 Feb 2015 16:12:10 +0000 (17:12 +0100)]
QUrl porting bug: Added a missing QUrl::fromLocalFile in FoldersPanel::loadTree to make the FoldersPanel work again

REVIEW: 122631
BUG: 344204
FIXED-IN: 15.04

10 years agoMake tests optional
Andreas Sturmlechner [Thu, 22 Jan 2015 21:16:07 +0000 (22:16 +0100)]
Make tests optional

REVIEW: 122212

10 years agoUpdate desktop filename for filelight.
Elias Probst [Wed, 11 Feb 2015 10:48:23 +0000 (11:48 +0100)]
Update desktop filename for filelight.

10 years agoAssume links passed via cmdline args are local files
Arjun AK [Tue, 10 Feb 2015 05:51:53 +0000 (11:21 +0530)]
Assume links passed via cmdline args are local files

If not, when the user types 'dolphin nonexistantfile' he will be
taken to 'http://nonexistantfile'

BUG: 343906

10 years agoConstruct URLs passed via cmdline args using QUrl::fromUserInput()
Arjun AK [Mon, 9 Feb 2015 12:31:56 +0000 (18:01 +0530)]
Construct URLs passed via cmdline args using QUrl::fromUserInput()

Otherwise user will have to type "dolphin file:///tmp" instead of
"dolphin /tmp"

REVIEW: 122475
BUG: 343906

10 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Mon, 9 Feb 2015 01:56:39 +0000 (01:56 +0000)]
SVN_SILENT made messages (after extraction)

10 years agokdelibs4support--
Montel Laurent [Fri, 6 Feb 2015 12:21:27 +0000 (13:21 +0100)]
kdelibs4support--

10 years agoClean up includes
Montel Laurent [Fri, 6 Feb 2015 08:37:24 +0000 (09:37 +0100)]
Clean up includes

10 years agoFix includes
Montel Laurent [Fri, 6 Feb 2015 08:35:26 +0000 (09:35 +0100)]
Fix includes

10 years agoMigrate settings
Montel Laurent [Fri, 6 Feb 2015 08:32:39 +0000 (09:32 +0100)]
Migrate settings

10 years agoFix includes
Montel Laurent [Fri, 6 Feb 2015 08:22:34 +0000 (09:22 +0100)]
Fix includes

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Thu, 5 Feb 2015 06:55:16 +0000 (06:55 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Thu, 5 Feb 2015 03:50:56 +0000 (03:50 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoTry to fix the build
Hrvoje Senjan [Wed, 4 Feb 2015 11:56:29 +0000 (12:56 +0100)]
Try to fix the build

10 years agoadd debug message to check CI failure
Bhushan Shah [Wed, 4 Feb 2015 11:27:20 +0000 (16:57 +0530)]
add debug message to check CI failure

10 years agoAdd dolphin dbus service
Emmanuel Pescosta [Wed, 4 Feb 2015 09:29:33 +0000 (10:29 +0100)]
Add dolphin dbus service

10 years agoPort Dolphin away from KApplication, KCmdLineArgs and K4AboutData
Mathieu Tarral [Wed, 4 Feb 2015 09:22:03 +0000 (10:22 +0100)]
Port Dolphin away from KApplication, KCmdLineArgs and K4AboutData

10 years agoPort away from KGlobal::mainComponent()
Emmanuel Pescosta [Wed, 4 Feb 2015 08:39:40 +0000 (09:39 +0100)]
Port away from KGlobal::mainComponent()

10 years agoSolved TODO: KWindowConfig::saveWindowSize/restoreWindowSize in DolphinSettingsDialog
Emmanuel Pescosta [Wed, 4 Feb 2015 08:10:23 +0000 (09:10 +0100)]
Solved TODO: KWindowConfig::saveWindowSize/restoreWindowSize in DolphinSettingsDialog

10 years agoPort KonqCopyToMenu to KFileCopyToMenu
Emmanuel Pescosta [Wed, 4 Feb 2015 07:56:17 +0000 (08:56 +0100)]
Port KonqCopyToMenu to KFileCopyToMenu

10 years agoPorted Dolphin from KDialog to QDialog and save/restoreDialogSize to KWindowConfig...
Emmanuel Pescosta [Tue, 3 Feb 2015 08:25:33 +0000 (09:25 +0100)]
Ported Dolphin from KDialog to QDialog and save/restoreDialogSize to KWindowConfig::save/restoreWindowSize with the help of the porting scripts.

REVIEW: 122305

10 years agoPort away from KGlobalSettings::completionMode()
Emmanuel Pescosta [Fri, 30 Jan 2015 12:33:00 +0000 (13:33 +0100)]
Port away from KGlobalSettings::completionMode()

REVIEW: 122347

10 years agoPort away from KGlobalSettings::singleClick() and use the mouse kcm module instead...
Emmanuel Pescosta [Sun, 1 Feb 2015 15:16:13 +0000 (16:16 +0100)]
Port away from KGlobalSettings::singleClick() and use the mouse kcm module instead of implementing the single/double click settings on our one.

REVIEW: 122311

10 years agoPort away from KGlobalSettings::naturalSorting() by moving it to Dolphin's GeneralSet...
Emmanuel Pescosta [Fri, 30 Jan 2015 12:08:35 +0000 (13:08 +0100)]
Port away from KGlobalSettings::naturalSorting() by moving it to Dolphin's GeneralSettings

REVIEW: 122310

10 years agoPort KGlobalSettings::smallestReadableFont() to QFontDatabase::systemFont(QFontDataba...
Emmanuel Pescosta [Thu, 29 Jan 2015 13:43:20 +0000 (14:43 +0100)]
Port KGlobalSettings::smallestReadableFont() to QFontDatabase::systemFont(QFontDatabase::SmallestReadableFont)

REVIEW: 122308

10 years agoPort away from KGlobalSettings::graphicEffectsLevel()
Emmanuel Pescosta [Thu, 29 Jan 2015 15:02:39 +0000 (16:02 +0100)]
Port away from KGlobalSettings::graphicEffectsLevel()

REVIEW: 122309

10 years agoRevert commit 0c6c76b038e868e225f7816fae39635d472bce0a and make the
Emmanuel Pescosta [Thu, 29 Jan 2015 12:45:14 +0000 (13:45 +0100)]
Revert commit 0c6c76b038e868e225f7816fae39635d472bce0a and make the
QWeakPointer a QPointer (+comment) to make it clear, that we must track the lifetime of the context menu instead of doing "only" out of scope deleting.

Thanks to Frank for pointing out this problem!

CCMAIL: frank78ac@googlemail.com

10 years agoMerge branch 'Applications/14.12' into frameworks
Emmanuel Pescosta [Wed, 28 Jan 2015 16:13:59 +0000 (17:13 +0100)]
Merge branch 'Applications/14.12' into frameworks

Conflicts:
dolphin/src/main.cpp
kdepasswd/kcm/kcm_useraccount.desktop
konqueror/settings/ebrowsing/ebrowsing.desktop
konqueror/settings/kio/cache.desktop
konqueror/settings/kio/cookies.desktop
konqueror/settings/kio/netpref.desktop
konqueror/settings/kio/proxy.desktop
konqueror/settings/kio/smb.desktop
konqueror/settings/kio/uasproviders/firefox30oncurrent.desktop
konqueror/settings/kio/uasproviders/ie90onwinnt71.desktop
konqueror/settings/kio/useragent.desktop
lib/konq/konq_operations.cpp

10 years agoMake the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu>
Emmanuel Pescosta [Wed, 28 Jan 2015 15:25:41 +0000 (16:25 +0100)]
Make the QWeakPointer<DolphinContextMenu> a QScopedPointer<DolphinContextMenu>

10 years agouse addActions instead of doing addAction in a loop
Emmanuel Pescosta [Wed, 28 Jan 2015 14:25:09 +0000 (15:25 +0100)]
use addActions instead of doing addAction in a loop

10 years agoforward requestItemInfo signal
Emmanuel Pescosta [Sat, 24 Jan 2015 23:42:43 +0000 (00:42 +0100)]
forward requestItemInfo signal

10 years agoundo should be disabled by default
Emmanuel Pescosta [Wed, 28 Jan 2015 14:04:32 +0000 (15:04 +0100)]
undo should be disabled by default

10 years agouse DolphinMainWindow::showErrorMessage instead of DolphinMainWindow::slotPanelErrorM...
Emmanuel Pescosta [Sat, 24 Jan 2015 23:14:37 +0000 (00:14 +0100)]
use DolphinMainWindow::showErrorMessage instead of DolphinMainWindow::slotPanelErrorMessage because the implementation is exactly the same

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Sun, 25 Jan 2015 04:11:13 +0000 (04:11 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoRemoved old (<= 4.6) settings upgrading code (jpegrotatedthumbnail to jpegthumbnail...
Emmanuel Pescosta [Sat, 24 Jan 2015 22:11:02 +0000 (23:11 +0100)]
Removed old (<= 4.6) settings upgrading code (jpegrotatedthumbnail to jpegthumbnail) from PreviewsSettingsPage

10 years agoPort ConfigurePreviewPluginDialog away from KLibrary, KIO::NetAccess::del and ThumbCr...
Emmanuel Pescosta [Sat, 24 Jan 2015 22:07:30 +0000 (23:07 +0100)]
Port ConfigurePreviewPluginDialog away from KLibrary, KIO::NetAccess::del and ThumbCreatorV2

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Sat, 24 Jan 2015 07:14:40 +0000 (07:14 +0000)]
SVN_SILENT made messages (.desktop file)

10 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Fri, 23 Jan 2015 04:19:27 +0000 (04:19 +0000)]
SVN_SILENT made messages (.desktop file)

11 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Wed, 21 Jan 2015 06:55:27 +0000 (06:55 +0000)]
SVN_SILENT made messages (.desktop file)

11 years agoAdd disk usage statistics menu to SpaceInfo widget in the status bar:
Gregor Mi [Mon, 12 Jan 2015 15:18:50 +0000 (16:18 +0100)]
Add disk usage statistics menu to SpaceInfo widget in the status bar:

the menu has the following entries:

1. Filelight location
2. Filelight device
3. Filelight
4. KDiskFree

KService is used to find the applications and display proper
translations.
KRun is used to run the applications.

REVIEW: 121478
CHANGELOG: Add a menu on left-click on the SpaceInfo widget in the status bar to show Disk Usage statistics.

11 years agoAlways connect the drop job result with DolphinView::slotPasteJobResult
Emmanuel Pescosta [Mon, 5 Jan 2015 11:50:53 +0000 (12:50 +0100)]
Always connect the drop job result with DolphinView::slotPasteJobResult
to receive the error message in case of an error also when the destUrl
is not equal to the current url in the view.

CCMAIL: faure@kde.org

11 years agoDolphin: port from KonqOperations::doDrop to the new KIO::DropJob
David Faure [Fri, 26 Dec 2014 07:57:42 +0000 (08:57 +0100)]
Dolphin: port from KonqOperations::doDrop to the new KIO::DropJob

REVIEW: 121678

11 years agoFix for crash which was introduced by commit
Emmanuel Pescosta [Sun, 4 Jan 2015 20:45:30 +0000 (21:45 +0100)]
Fix for crash which was introduced by commit
c2a0d3e889666539669562a6c1f7a080a0f29b11
(use QCollator instead of KStringHandler)

REVIEW: 121817
BUG: 342316

11 years agoFix docbook
Montel Laurent [Thu, 1 Jan 2015 11:55:16 +0000 (12:55 +0100)]
Fix docbook

11 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Fri, 26 Dec 2014 04:16:19 +0000 (04:16 +0000)]
SVN_SILENT made messages (.desktop file)

11 years agoRemove unused libkonq includes
David Faure [Thu, 25 Dec 2014 09:16:12 +0000 (10:16 +0100)]
Remove unused libkonq includes

11 years agoSVN_SILENT made messages (.desktop file)
l10n daemon script [Thu, 25 Dec 2014 04:02:55 +0000 (04:02 +0000)]
SVN_SILENT made messages (.desktop file)

11 years agoFix compilation with Qt 5.2 and 5.3; QSignalSpy can't take a function pointer yet
David Faure [Wed, 24 Dec 2014 07:49:47 +0000 (08:49 +0100)]
Fix compilation with Qt 5.2 and 5.3; QSignalSpy can't take a function pointer yet

11 years agoStatusbar SpaceInfo widget: set visible by default
Gregor Mi [Sat, 13 Dec 2014 10:40:45 +0000 (11:40 +0100)]
Statusbar SpaceInfo widget: set visible by default

REVIEW: 121474

11 years agoPorted tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.
Emmanuel Pescosta [Thu, 18 Dec 2014 13:56:46 +0000 (14:56 +0100)]
Ported tests away from KRandomSequence, QTest::kWaitForSignal and KTempDir.

All tests passed!

11 years agoPort from KStringHandler naturalCompare to QCollator compare.
Emmanuel Pescosta [Sat, 13 Dec 2014 19:31:01 +0000 (20:31 +0100)]
Port from KStringHandler naturalCompare to QCollator compare.

Make use of the QCollator instance (m_collator) in nameRoleGroups instead of using QString::localeAwareCompare (uses QCollator internally)

We don't need the m_caseSensitivity anymore, because the QCollator instance also holds this information.

(This patch doesn't make use of QCollatorSortKey)

Reviewed by Kai

REVIEW: 121480

11 years agouse save() instead of writeConfig()
Emmanuel Pescosta [Sun, 14 Dec 2014 18:11:39 +0000 (19:11 +0100)]
use save() instead of writeConfig()

11 years agoPort KInputDialog to QInputDialog
Emmanuel Pescosta [Sun, 14 Dec 2014 18:05:53 +0000 (19:05 +0100)]
Port KInputDialog to QInputDialog

11 years agoRemove K_EXPORT_PLUGIN
Emmanuel Pescosta [Sun, 14 Dec 2014 17:58:57 +0000 (18:58 +0100)]
Remove K_EXPORT_PLUGIN

11 years agoport from KTabWidget to QTabWidget
Emmanuel Pescosta [Sun, 14 Dec 2014 17:42:54 +0000 (18:42 +0100)]
port from KTabWidget to QTabWidget

11 years agoget rid of KFileItemActionPlugin
Emmanuel Pescosta [Sun, 14 Dec 2014 17:39:08 +0000 (18:39 +0100)]
get rid of KFileItemActionPlugin

11 years agoport away from VBox/HBox
Emmanuel Pescosta [Sun, 14 Dec 2014 17:32:48 +0000 (18:32 +0100)]
port away from VBox/HBox

11 years agoshow warnings about deprecated declarations
Emmanuel Pescosta [Sun, 14 Dec 2014 16:47:58 +0000 (17:47 +0100)]
show warnings about deprecated declarations

11 years agoport away from deprecated KFileItem(mode_t mode, mode_t permissions, const QUrl ...
Emmanuel Pescosta [Sun, 14 Dec 2014 16:46:58 +0000 (17:46 +0100)]
port away from deprecated KFileItem(mode_t mode, mode_t permissions, const QUrl &url, bool delayedMimeTypes = false);

11 years agoFix Terminal-View navigation sync issue
Arjun AK [Wed, 10 Dec 2014 17:21:25 +0000 (22:51 +0530)]
Fix Terminal-View navigation sync issue

The URL needs to be constructed from 'QUrl::fromLocalFile()' instead of
a QString so that the scheme is set properly.

REVIEW: 121409
BUG: 341678

11 years agoFix KUrl -> QUrl porting error
Arjun AK [Mon, 1 Dec 2014 12:01:39 +0000 (17:31 +0530)]
Fix KUrl -> QUrl porting error

Trailing slashes should be removed before calling QUrl::filename(),
else it will return an empty string.

BUG: 341411
REVIEW: 121293

11 years agoSet version number to 14.11.97 for the KDE Applications 14.12 RC
Emmanuel Pescosta [Wed, 26 Nov 2014 09:27:41 +0000 (10:27 +0100)]
Set version number to 14.11.97 for the KDE Applications 14.12 RC

11 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Sat, 22 Nov 2014 01:41:29 +0000 (01:41 +0000)]
SVN_SILENT made messages (after extraction)

11 years agoMerge branch 'Applications/14.12'
Frank Reininghaus [Fri, 21 Nov 2014 16:28:32 +0000 (17:28 +0100)]
Merge branch 'Applications/14.12'

11 years agoUpdate Dolphin version to 4.14.98 for Release Candidate
Frank Reininghaus [Fri, 21 Nov 2014 16:25:19 +0000 (17:25 +0100)]
Update Dolphin version to 4.14.98 for Release Candidate

Using KDE_VERSION_STRING as the Dolphin version was convenient, but it
does not make sense anymore because it is fixed at 4.14.3 now.

REVIEW: 121195

11 years agoFix desktop name
Montel Laurent [Thu, 20 Nov 2014 12:36:15 +0000 (13:36 +0100)]
Fix desktop name

11 years agoFix build after review 121078
Luca Beltrame [Thu, 20 Nov 2014 08:28:11 +0000 (09:28 +0100)]
Fix build after review 121078

RR 121078 fixed exports, but did not include the necessary
generate_export_header in the CMakeLists.txt.

Please, if you are testing for Windows, ensure you also test your build
in Linux (and with a clean build dir). The fact that kde-baseapps for
KF5 is still unreleased does not mean it should not be buildable.

CCMAIL: andriusmao@gmail.com

11 years agoFix Exports.
Andrius da Costa Ribas [Sat, 8 Nov 2014 21:50:38 +0000 (19:50 -0200)]
Fix Exports.
REVIEW: 121078

11 years agoset the dolphin part's translation domain
Lukáš Tinkl [Tue, 18 Nov 2014 23:54:51 +0000 (00:54 +0100)]
set the dolphin part's translation domain

see RR 121141 for details

11 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Mon, 17 Nov 2014 05:13:00 +0000 (05:13 +0000)]
SVN_SILENT made messages (after extraction)

11 years agoFixed build error which was introduced by commit 7ed7cd97d084364d8ee61b35f5ffa3630c5277a4
Emmanuel Pescosta [Tue, 11 Nov 2014 07:02:29 +0000 (08:02 +0100)]
Fixed build error which was introduced by commit 7ed7cd97d084364d8ee61b35f5ffa3630c5277a4

CCMAIL: bhush94@gmail.com

11 years agoSVN_SILENT made messages (after extraction)
l10n daemon script [Tue, 11 Nov 2014 01:45:07 +0000 (01:45 +0000)]
SVN_SILENT made messages (after extraction)

11 years agoMerge branch 'Applications/14.12'
Emmanuel Pescosta [Mon, 10 Nov 2014 08:24:17 +0000 (09:24 +0100)]
Merge branch 'Applications/14.12'

11 years agoKIntSpinBox to QSpinBox
Emmanuel Pescosta [Mon, 10 Nov 2014 08:12:33 +0000 (09:12 +0100)]
KIntSpinBox to QSpinBox

11 years agoKLineEdit to QLineEdit
Emmanuel Pescosta [Mon, 10 Nov 2014 08:08:04 +0000 (09:08 +0100)]
KLineEdit to QLineEdit

11 years agomake use of initializer lists
Emmanuel Pescosta [Mon, 10 Nov 2014 07:45:38 +0000 (08:45 +0100)]
make use of initializer lists

11 years agoget rid of unused warnings
Emmanuel Pescosta [Mon, 10 Nov 2014 07:42:37 +0000 (08:42 +0100)]
get rid of unused warnings

11 years agoMake sure that m_selectionToggle is not 0 before calling deleteLater()
Frank Reininghaus [Sun, 9 Nov 2014 20:57:40 +0000 (21:57 +0100)]
Make sure that m_selectionToggle is not 0 before calling deleteLater()

Commit 1938ad54d4ee640f04d24bad3b690095bc9b8668 replaced delete by
deleteLater(). However, the latter cannot be used safely with null
pointers. This commit adds a safety check in order to make sure that
we do not get a crash.

Thanks to Christoph Feck for pointing out this issue.