Commit graph

19210 commits

Author SHA1 Message Date
Frank Reininghaus 1938ad54d4 Use deleteLater() to delete the selection toggle in KItemListWidget
This patch should make a crash with a backtrace as provided in the bug
report impossible. I'm not sure if this would really prevent the crash
- it looks like the actual cause of the problem could be in
QGraphicsView or anywhere else, but it's hard to tell because the bug
was reported just once and does not seem reproducible. But I'm pretty
sure that this change doesn't make anything worse.

BUG: 334785
REVIEW: 121087
2014-11-09 18:08:29 +01:00
Arjun AK e28147bf38 Ensure input is a valid regexp before enabling regexp filter mode
Checking whether the input contains '*', '?' or '[' alone will
not do since there can be files with '[' in their name.

REVIEW: 120986
BUG: 340470
FIXED-IN: 14.12
2014-11-09 19:36:20 +05:30
l10n daemon script a994524dd1 SVN_SILENT made messages (.desktop file) 2014-11-09 07:13:57 +00:00
l10n daemon script fa4f8417be SVN_SILENT made messages (after extraction) 2014-11-09 05:29:52 +00:00
l10n daemon script 9e0b79a733 SVN_SILENT made messages (after extraction) 2014-11-04 06:32:18 +00:00
l10n daemon script c2d283b318 SVN_SILENT made messages (.desktop file) 2014-10-30 04:10:20 +00:00
Emmanuel Pescosta 5227d6be42 Merge branch 'KDE/4.14' 2014-10-29 12:20:10 +01:00
Emmanuel Pescosta ebad54a5d6 Merge branch 'KDE/4.14' of git://anongit.kde.org/kde-baseapps into KDE/4.14 2014-10-29 12:19:04 +01:00
Emmanuel Pescosta 9d73311a10 Hide the video player when the video has finished.
BUG: 339882
FIXED-IN: 4.14.3
REVIEW: 120776
2014-10-29 12:18:02 +01:00
Burkhard Lück 51b457c169 fix Documentation about changing directory in terminal panel
FIXED-IN:14.12
BUG:340437
2014-10-29 07:26:28 +01:00
Arjun AK 9e477d9c76 Do not show "move" option while dragging and dropping a read only directory
posix does not permit the movement of a read-only folder, regardless of the permissions
on its parent. This patch removes the move option from the drag and drop context menu if
the user doesn't have write permission on the directory.

BUG: 337486
REVIEW: 119372
FIXED-IN: 4.14.3
2014-10-27 12:57:43 +05:30
l10n daemon script da39a8f87f SVN_SILENT made messages (.desktop file) 2014-10-25 07:15:29 +00:00
l10n daemon script 784a7ce06e SVN_SILENT made messages (.desktop file) 2014-10-25 03:54:25 +00:00
Frank Reininghaus c428d5aba4 Merge remote-tracking branch 'origin/KDE/4.14' 2014-10-24 18:45:28 +02:00
Frank Reininghaus c9bf4752ad Make the view/Terminal Panel synchronization less error-prone
The previous solution could cause problems if the user navigates to a
different URL in one view, and then activates another split view very
quickly: the new active view might be switched to the same URL as the
first view, which is unwanted.

To fix this problem, we record a history of "cd" commands that Dolphin
sends to the Terminal Panel in a queue. If a currentDirectoryChanged
signal is received, and the new terminal directory is "dir", this patch
does the following:

1.  If the queue is empty, change the view URL to "dir".
2.  Otherwise, take the queue's head, and check if it is equal to
    "dir". If that is the case, ignore the signal and return.
3.  Go back to step 1.

This ensures that every currentDirectoryChange signal that is caused by
a "cd" that was sent from Dolphin to the terminal is ignored.

BUG: 339009
BUG: 314038
REVIEW: 120768
2014-10-24 18:14:08 +02:00
Andrey Bondrov 3866c88ce9 Fix the information panel video player in Dolphin.
Patch from ROSA Linux.

BUG: 337107
BUG: 337033
BUG: 334924
CCBUG: 339882
REVIEW: 120745
FIXED-IN: 4.14.3
2014-10-24 08:26:40 +02:00
Frank Reininghaus 17d9db5c4c Merge branch 'KDE/4.14' 2014-10-23 23:23:19 +02:00
Frank Reininghaus 62c7120acd Connect to the currentDirectoryChanged signal after the shell setup
This fixes the problem that the view URL may be reset to the Home URL
when opening the Terminal Panel while browsing a remote URL. Moreover,
it fixes crashes that can occur when the signal is received during the
shell setup if the DolphinMainWindow does not have a valid
m_activeViewContainer yet.

BUG: 339502
BUG: 340233
REVIEW: 120726
FIXED-IN: 4.14.3
2014-10-23 23:17:43 +02:00
l10n daemon script 84e96d4edd SVN_SILENT made messages (after extraction) 2014-10-17 01:35:17 +00:00
Frank Reininghaus ad1a06f3ed Merge remote-tracking branch 'origin/KDE/4.14' 2014-10-16 20:33:19 +02:00
Frank Reininghaus 83c5913615 Update "About" dialog after maintainership change
See http://lists.kde.org/?t=140990649300001&r=1&w=2

REVIEW: 120608
2014-10-16 20:19:59 +02:00
Emmanuel Pescosta 3b7e6afbf1 Made the free space indicator and zoom slider a little bit larger. (was reduced by an older commit)
BUG: 339768
FIXED-IN: 4.14.3
2014-10-13 11:53:06 +02:00
l10n daemon script b39d937311 SVN_SILENT made messages (.desktop file) 2014-10-12 07:05:59 +00:00
l10n daemon script dbe2a1604c SVN_SILENT made messages (after extraction) 2014-10-12 05:17:04 +00:00
l10n daemon script c66da9f884 SVN_SILENT made messages (.desktop file) 2014-10-12 04:06:23 +00:00
l10n daemon script 62a672ac38 SVN_SILENT made messages (after extraction) 2014-10-12 01:38:49 +00:00
l10n daemon script f622a6d42b SVN_SILENT made messages (after extraction) 2014-10-11 01:34:27 +00:00
l10n daemon script 27e79225d9 SVN_SILENT made messages (.desktop file) 2014-10-09 07:06:23 +00:00
l10n daemon script 6f5ae80abc SVN_SILENT made messages (after extraction) 2014-10-09 05:14:24 +00:00
l10n daemon script 309bbd3244 SVN_SILENT made messages (.desktop file) 2014-10-09 04:03:33 +00:00
l10n daemon script f960c395a7 SVN_SILENT made messages (after extraction) 2014-10-09 01:31:06 +00:00
l10n daemon script ba76dd2611 SVN_SILENT made messages (after extraction) 2014-10-08 01:35:21 +00:00
l10n daemon script 52ce6ae445 SVN_SILENT made messages (after extraction) 2014-10-07 01:38:29 +00:00
l10n daemon script df314d245b SVN_SILENT made messages (after extraction) 2014-10-06 01:43:37 +00:00
l10n daemon script adeecef91a SVN_SILENT made messages (after extraction) 2014-10-05 01:35:21 +00:00
l10n daemon script 6b73be9299 SVN_SILENT made messages (after extraction) 2014-10-04 01:36:01 +00:00
l10n daemon script 5a771391e6 SVN_SILENT made messages (after extraction) 2014-10-03 01:38:37 +00:00
Burkhard Lück d1bff4deea No file editing in preview, change KOffice to Calligra, see also http://websvn.kde.org/?view=rev&revision=1401391 2014-10-02 16:32:29 +02:00
l10n daemon script 2e6c20dbb8 SVN_SILENT made messages (after extraction) 2014-09-30 01:34:30 +00:00
l10n daemon script 6cce766e94 SVN_SILENT made messages (after extraction) 2014-09-26 01:37:53 +00:00
Rex Dieter f1d5b90489 Merge branch 'KDE/4.14' 2014-09-25 09:29:23 -05:00
Rex Dieter 9f2a0643e5 Fix scrollbar appearing on FolderView
BUG: 294795
FIXED-IN: 4.14.2
REVIEW: 120057

Workaround for some kind of memory corruption error which can lead to
availRect.bottom() being set to 0 after availableScreenRect returns.
If this happens, use qdesktopwidget instead.
2014-09-25 09:28:35 -05:00
Luca Beltrame e1d9caa4f3 Merge branch 'KDE/4.14' 2014-09-21 14:36:02 +02:00
Arjun AK dd4b4d5bcd Do not allow files or folders inside trash to be added to dolphin's places panel
REVIEW: 120286
BUG: 339204
FIXED-IN: 4.14.2
2014-09-21 17:16:19 +05:30
l10n daemon script a0e62856f2 SVN_SILENT made messages (after extraction) 2014-09-19 01:41:16 +00:00
l10n daemon script 146be3b2e8 SVN_SILENT made messages (after extraction) 2014-09-15 01:40:02 +00:00
Emmanuel Pescosta 5cbf03f53d Merge branch 'KDE/4.14' 2014-09-11 10:49:58 +02:00
Emmanuel Pescosta ce25c19a83 Set the focus to the active view if the current tab has been changed.
BUG: 338892
FIXED-IN: 4.15.0
REVIEW: 120125
2014-09-10 09:41:17 +02:00
l10n daemon script df7109646b SVN_SILENT made messages (after extraction) 2014-09-10 01:45:04 +00:00
l10n daemon script 9858f294fa SVN_SILENT made messages (after extraction) 2014-09-08 01:42:00 +00:00