Commit graph

18441 commits

Author SHA1 Message Date
Script Kiddy
a19d4cdd4f SVN_SILENT made messages (.desktop file) 2013-01-21 12:43:59 +01:00
Script Kiddy
e62bf400b5 SVN_SILENT made messages (.desktop file) 2013-01-20 11:55:12 +01:00
Script Kiddy
3be00df4cb SVN_SILENT made messages (.desktop file) 2013-01-18 12:32:11 +01:00
Script Kiddy
b273d42c4f SVN_SILENT made messages (.desktop file) 2013-01-17 12:48:56 +01:00
Andrea Scarpino
26cf73dcac Allow Timeline-URLs as homepage
FEATURE: 313151
REVIEW: 108428
2013-01-16 23:16:10 +00:59
Kai Uwe Broulik
99f200d21b Use proper IconSize for PlacesItemEditDialog's KIconButton
REVIEW: 108443
2013-01-16 22:54:32 +01:00
Script Kiddy
98bcd3af23 SVN_SILENT made messages (.desktop file) 2013-01-16 12:34:10 +01:00
Frank Reininghaus
643c96787c Update Dolphin version to 2.1.98 for KDE 4.10 RC 3 2013-01-15 18:56:14 +01:00
Simeon Bird
a9d7ebbc8b A crash occurs if updateItemStates runs between the
UpdateItemStatesThread finishing and the finished() signal being
delivered.

In this case, a new thread was not created, because the old thread
still existed. However, pendingItemStatesUpdate was not set, because the
thread was not running. Instead, the old thread was restarted.

This meant that the finished() signal from the first run could be delivered
while the thread was running for a second time, causing the thread to be
deleted while still running and thus a crash.

Solution: set pendingItemStatesUpdate if the thread is non-null,
even if it is not running, knowing that slotThreadFinished has not yet run,
and will call updateItemStates itself.

BUG: 302264
FIXED-IN: 4.10
REVIEW: 107656
2013-01-15 11:10:58 -05:00
Emmanuel Pescosta
14e5ba5bfa Select right item as current item (first item after the deletion) after deleting files
BUG: 290736
REVIEW: 108356
FIXED-IN: 4.10
2013-01-14 20:01:03 +01:00
Kai Uwe Broulik
4d9af664e9 Don't delay popup menus of "Create New" and "Recently Closed Tabs" toolbar buttons
REVIEW: 108397
2013-01-14 10:42:03 +01:00
Emmanuel Pescosta
e27c4b3aa3 Show the file name as plain text in the file-metadata-tooltip
FIXED-IN: 4.10
BUG: 262464
REVIEW: 108336
2013-01-11 17:27:53 +01:00
Frank Reininghaus
6083215645 Slightly reduce the tinting for selected icons and previews
The intention of the tinting was to make it more obvious in icons view
which icons are selected. However, some icons and previews look quite
ugly with the current tinting value of 1.0 (i.e., the value passed to
KIconEffect::colorize). A slight reduction of this value to 0.8 makes
this a little less ugly. However, the real fix is to remove the tinting
altogether and find something better to indicate which items are
selected.

CCBUG: 309722
2013-01-11 17:12:34 +01:00
Frank Reininghaus
715f00a9b6 Only use parallel sorting when sorting by name
The reentrant natural comparison of strings is the only really
expensive operation. Other comparison functions are much cheaper and
might not be reentrant at all. Therefore, we disable parallel sorting
when not sorting by name to prevent crashes and other unpleasant
behaviour.

BUG: 312679
FIXED-IN: 4.10
REVIEW: 108309
2013-01-11 16:57:43 +01:00
Script Kiddy
5ccc6c70ed SVN_SILENT made messages (.desktop file) 2013-01-11 12:32:38 +01:00
Script Kiddy
d8ab9f5c43 SVN_SILENT made messages (.desktop file) 2013-01-10 12:19:18 +01:00
Kai Uwe Broulik
f05e18dbbf Fix information panel interpreting html tags
Only fixes the most obvious file name, the other entries in the table
probably have to be fixed in the FileMetaDataWidget.
REVIEW: 108307
BUG: 262464
(cherry picked from commit 3d7d900d28)
2013-01-09 22:15:56 +01:00
Emmanuel Pescosta
d23631d041 Show the real audio file duration in additional informations
Big Thanks to Frank Reininghaus and Vishesh Handa!

BUG: 311794
REVIEW: 108281
FIXED-IN: 4.10
2013-01-09 16:24:15 +01:00
Emmanuel Pescosta
4e6d2d849a Show the file name as plain text in the rename dialog
BUG: 312812
BUG: 262464
FIXED-IN: 4.10
REVIEW: 108291
2013-01-09 16:17:55 +01:00
Script Kiddy
4dce79e8d7 SVN_SILENT made messages (.desktop file) 2013-01-08 22:33:48 +01:00
Christophe Giboudeaux
32d5e287ce Fix build if one of the missing Nepomuk dependencies is missing 2013-01-07 18:11:07 +01:00
Vishesh Handa
da5b7dcde4 Dolphin: Make Nepomuk Support Optional
Use the KFileMetadataWidget if Nepomuk is not present.

REVIEW: 108236
2013-01-07 19:59:23 +05:30
Script Kiddy
94d2db8d00 SVN_SILENT made messages (.desktop file) 2013-01-06 07:28:57 +01:00
Script Kiddy
4f759ded9d SVN_SILENT made messages (.desktop file) 2013-01-04 07:40:18 +01:00
Michael Jansen
90c7fd400c Fix crash when browsing bluetooth device.
When trying to browse a N900 it crashed here because pathA was empty. Which
lead to index = maxIndex beeing -1 and pathA.at(index) crashing.

Reorder the while condition to prevent that courtesy of tsdgeos.

(cherry picked from commit f0c90a47de)
2013-01-03 17:14:30 +01:00
Dawit Alemayehu
506874cee8 Properly address the activation problem of tabs opened in the background.
BUG: 306417
FIXED-IN: 4.10 RC2 (4.9.97)
REVIEW: 107048
2013-01-03 01:30:53 -05:00
Vishesh Handa
487d6dd560 Dolphin Information Panel: Use Nepomuk2::FileMetadataWidget
Instead of the KFileMetadataWidget. The Nepomuk widget is just a copy of
the KFileMetadataWidget which utilizes Nepomuk2.
2013-01-02 16:35:37 +05:30
Script Kiddy
b3d90a1ca5 SVN_SILENT made messages (.desktop file) 2012-12-29 07:52:44 +01:00
Frank Reininghaus
d27fc9621b Increase Dolphin version to 2.1.97 for the 2nd release candidate 2012-12-27 22:20:03 +01:00
Frank Reininghaus
5731c56fe2 Merge remote-tracking branch 'origin/KDE/4.9' into KDE/4.10 2012-12-27 22:08:16 +01:00
Script Kiddy
acc1b231e9 SVN_SILENT made messages (.desktop file) 2012-12-27 07:40:57 +01:00
Script Kiddy
a8c475eefa SVN_SILENT made messages (.desktop file) 2012-12-24 08:54:15 +01:00
Ignat Semenov
0df2b730ea fix crash: delete the Dialog and its child ListView in the applet dtor
The ListView object ownership is transferred to Dialog upon creation, so
not deleting the Dialog object in the applet dtor results in a leaked
ListView. However, when the leaked ListView receives a repaint signal on
plasma theme change, the model pointer in that view is already invalid,
which leads to the crash in m_model->rowCount().

BUG:299077
FIXED-IN:4.9.5
2012-12-23 23:22:25 +04:00
Ignat Semenov
d0262729cc fix crash: delete the Dialog and its child ListView in the applet dtor
The ListView object ownership is transferred to Dialog upon creation, so
not deleting the Dialog object in the applet dtor results in a leaked
ListView. However, when the leaked ListView receives a repaint signal on
plasma theme change, the model pointer in that view is already invalid,
which leads to the crash in m_model->rowCount().

BUG:299077
FIXED-IN:4.9.5
2012-12-23 23:09:13 +04:00
Script Kiddy
1a3fc37886 SVN_SILENT made messages (.desktop file) 2012-12-23 07:50:02 +01:00
Script Kiddy
b56f6b9533 SVN_SILENT made messages (.desktop file) 2012-12-22 12:09:08 +01:00
Script Kiddy
a0330ee72b SVN_SILENT made messages (.desktop file) 2012-12-22 08:05:56 +01:00
Emmanuel Pescosta
07ee7c0658 Fix Bug 311782 - Directory loading has been cancelled sometimes falsly triggered which was introduced by commit 9dbc24fd64
BUG: 311782
REVIEW: 107787
FIXED-IN: 4.10
2012-12-19 17:31:08 +01:00
Emmanuel Pescosta
3a9b327196 Fix Bug 287829 - inline rename multiple files does not honour
sort order

BUG: 287829
FIXED-IN: 4.9.5
REVIEW: 107718
2012-12-17 14:02:22 +01:00
Ignat Semenov
09c8e911d6 Revert "delete m_listView in constraintsEvent()"
This reverts commit f9ec7cf53d.

BUG:311754
2012-12-16 21:35:55 +04:00
Ignat Semenov
78e46d2fc6 Revert "delete m_listView in constraintsEvent()"
This reverts commit f9ec7cf53d.

BUG:311754
2012-12-16 21:26:40 +04:00
Emmanuel Pescosta
e45a847d48 Fix Bug 304299 - Dolphin launches multiple instances of a program when multiple files are selected
BUG: 304299
REVIEW: 107305
2012-12-13 22:54:09 +01:00
Frank Reininghaus
523d857996 Merge remote-tracking branch 'origin/KDE/4.9' 2012-12-13 22:34:38 +01:00
Frank Reininghaus
97143d6cfd Add i18 call to untranslated string
The string was added in ecb2715ead.
According to the soft message freeze policy on techbase, it's OK to fix
previously untranslated strings. Translators, please tell me if I'm
wrong, then I'll remove the string and the surrounding code and re-add
it to master later for KDE 4.11. Sorry for the trouble.

Thanks to David Faure for pointing out this mistake!

CCMAIL: kde-i18n-doc@kde.org
2012-12-13 22:30:07 +01:00
Emmanuel Pescosta
fb190faac5 Fix Bug 240820 - [Usability Bug] Handling Bad Filenames, dolphin gives unclear error message
Fix Bug 308597 - Regression: Renaming a file/folder to something that contains a "/" will result in several message boxes

Uses the same solution as Dolphin-Rename-Dialog does. (KIO::encodeFileName)

BUG: 240820
BUG: 308597
REVIEW: 107681
FIXED-IN: 4.9.5
2012-12-12 22:57:20 +01:00
Script Kiddy
2ec0a675d7 SVN_SILENT made messages (.desktop file) 2012-12-10 11:27:21 +01:00
Script Kiddy
6f2a295092 SVN_SILENT made messages (.desktop file) 2012-12-10 07:32:47 +01:00
Dawit Alemayehu
3ddc66ab8d Do not crash if the system configuration cache (syscoca) is corrupt and the user
launched to the preferences window.

BUG: 310653
FIXED-IN: 4.9.5
REVIEW: 107642
2012-12-10 00:01:14 -05:00
Yuri Chornoivan
5bf66ae8de Get rid of KOffice entries (their components are not installed by major distributions) 2012-12-09 18:07:22 +02:00
Frank Reininghaus
fe4bb55848 Correct value for autostart setting of Service-nepomukfileindexer, part2
After 530c743a89, this fixes the other
places where the incorrect default value 'false' was used.

Thanks to Luc Menut for noticing this problem!

CCBUG: lmenut@free.fr
2012-12-07 22:38:57 +01:00