Peter Penz
11e1ee53bb
Now *really' open a new tab if the URL navigator requests it... (the previous commit missed this 2 quite important lines).
...
CCBUG: 181223
svn path=/trunk/KDE/kdebase/apps/; revision=1079854
2010-01-25 09:00:51 +00:00
Peter Penz
e5eae108ca
* Adjust code to use the improved KUrlNavigator API.
...
* Open a new tab if the URL navigator requests it.
* Get rid of a cyclic dependency between DolphinViewContainer and DolphinMainWindow.
BUG: 181223
svn path=/trunk/KDE/kdebase/apps/; revision=1079843
2010-01-25 07:58:24 +00:00
Peter Penz
0ad9abf7b1
Fixed crash, if the categorizied view sorted by date is used. Use case: modified date = 2010-01-01 (= week number 53), current date = 2010-01-22 (= week number 3).
...
BUG: 223651
svn path=/trunk/KDE/kdebase/apps/; revision=1078626
2010-01-22 14:05:09 +00:00
Darío Andrés Rodríguez
82bf5d99c1
- Fix minor typos
...
"sub folders" -> "sub-folders"
BUG: 198084
svn path=/trunk/KDE/kdebase/apps/; revision=1077615
2010-01-20 14:04:08 +00:00
Peter Penz
2798e5d225
only set the title synchronously for the file-protocol, otherwise use KIO::stat()
...
svn path=/trunk/KDE/kdebase/apps/; revision=1077599
2010-01-20 13:06:16 +00:00
Sebastian Trueg
a567da792a
Use a stat job to determine the caption on non-file URLs. This way we get the fancy UDS_DISPLAY_NAMEs for
...
URLs like the nepomuksearch ones.
BUG: 222095
svn path=/trunk/KDE/kdebase/apps/; revision=1077551
2010-01-20 11:26:39 +00:00
Peter Penz
b3ab00e8ba
fixed issue that SVN actions got disabled after selecting items
...
svn path=/trunk/KDE/kdebase/apps/; revision=1076617
2010-01-18 14:08:21 +00:00
Peter Penz
f18e6e6bb8
use KAction::setShortcut() instead of QAction::setShortcut()
...
svn path=/trunk/KDE/kdebase/apps/; revision=1075127
2010-01-15 15:23:43 +00:00
Peter Penz
d1099ee5bf
assure that the widgets of the panels are resized after receiving the Polish event
...
svn path=/trunk/KDE/kdebase/apps/; revision=1075076
2010-01-15 14:20:09 +00:00
Peter Penz
b4f7d12803
fixed issue that the Information Panel might show some (for the user confusing) information about a nepomuk protocol
...
svn path=/trunk/KDE/kdebase/apps/; revision=1075065
2010-01-15 13:55:13 +00:00
Peter Penz
6fcfb3c96c
don't try to access invalid files
...
BUG: 222364
svn path=/trunk/KDE/kdebase/apps/; revision=1075029
2010-01-15 11:47:09 +00:00
Sebastian Trueg
313cacd448
Use KFileItem::text() instead of name() for pretty printed filenames
...
svn path=/trunk/KDE/kdebase/apps/; revision=1074761
2010-01-14 18:14:10 +00:00
Peter Penz
d3ee535749
If the root directory lister is different from the internally used directory lister (e. g. in the column view), it is important to synchronize them.
...
This fixes the issue that the enabled state of the "Create New..." menu in the column view has not been updated.
BUG: 222329
svn path=/trunk/KDE/kdebase/apps/; revision=1074441
2010-01-14 07:43:14 +00:00
Peter Penz
a0d3cf4aa8
removed unused member variable (the dependency to DolphinMainWindow has been removed before KDE SC 4.0... ;-))
...
svn path=/trunk/KDE/kdebase/apps/; revision=1074238
2010-01-13 17:42:05 +00:00
Peter Penz
2f59a5236a
Fixed issue that the keyboard shortcuts for the docks places, folders, information and terminal could not be changed.
...
BUG: 218485
svn path=/trunk/KDE/kdebase/apps/; revision=1073053
2010-01-11 13:55:21 +00:00
Peter Penz
84f0a0d619
SVN_SILENT: Minor simplificiation of the code. No change of behavior has been done.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1073046
2010-01-11 13:37:54 +00:00
Peter Penz
6301372c21
Fixed issue in details view, that "sometimes" the rubberband selection only selects one item after an item has been deleted.
...
It took me nearly 30 minutes to find out how to reproduce this issue 100 % reliable:
- a confirm dialog must be shown (thanks a lot to Dario for the hint!)
- the most important part: the keys (e. g. Shift + Del) must be pressed long enough until the confirm dialog grabs the focus from the details view...
BUG: 220898
BUG: 183386
BUG: 203112
svn path=/trunk/KDE/kdebase/apps/; revision=1073043
2010-01-11 13:29:27 +00:00
Harsh Chouraria J
c8ad5fd5b6
BUG:222186
...
With respect to the action done on hitting the "Return/Enter" key:
* Fix the behavior for multiple-item opening, when they have directories among them.
* Open multiple directories in background tabs.
svn path=/trunk/KDE/kdebase/apps/; revision=1073019
2010-01-11 12:08:38 +00:00
Peter Penz
af3bf0958a
Don't offer the "Get Service Menu..." action as public action that can be added to the toolbar (the action should only be available in the Dolphin preferences).
...
BUG: 221766
svn path=/trunk/KDE/kdebase/apps/; revision=1073009
2010-01-11 11:35:20 +00:00
Peter Penz
cc06711735
- When the filterbar has been activated as startup setting, still the view should get the keyboard focus.
...
- Assure that the keyboard focus does not get lost when a tab is opened in background.
CCBUG: 183394
svn path=/trunk/KDE/kdebase/apps/; revision=1072868
2010-01-11 09:21:16 +00:00
Peter Penz
199f9af8b6
Fixed issue that the Information Panel might show the old filename after renaming an item.
...
Added implementation note, as a working code had been removed some time ago because of a performance bottleneck.
BUG: 198375
svn path=/trunk/KDE/kdebase/apps/; revision=1071287
2010-01-07 20:14:43 +00:00
Peter Penz
c367bff862
allow filtering for filenames having a +
...
BUG: 202002
svn path=/trunk/KDE/kdebase/apps/; revision=1071258
2010-01-07 19:28:28 +00:00
Peter Penz
bbfea3ccb2
SVN_SILENT: ah, forgot to remove temporary testing code...
...
CCBUG: 210256
svn path=/trunk/KDE/kdebase/apps/; revision=1070848
2010-01-06 22:18:12 +00:00
Peter Penz
229cbd7ac2
Send the selectionChanged() signal without delay in case the selection has been changed from 0 to n or from n to 0. This ensure that the edit-actions are updated without delay.
...
BUG: 210256
svn path=/trunk/KDE/kdebase/apps/; revision=1070844
2010-01-06 22:11:28 +00:00
Peter Penz
743b502a0e
If an operation has been completed (e. g. a rename operation), the default status bar text must be updated too. Otherwise the statusbar would show a cached version after the "operation completed" message is not shown anymore.
...
BUG: 212797
svn path=/trunk/KDE/kdebase/apps/; revision=1070800
2010-01-06 19:13:07 +00:00
Peter Penz
b93b305d2e
It is possible that the selection of an inactive column gets changed (e. g. by the selection markers). In this case the column should get active.
...
BUG: 188979
svn path=/trunk/KDE/kdebase/apps/; revision=1070789
2010-01-06 18:40:55 +00:00
Peter Penz
923a47290f
RC1 gets prepared -> increase version number
...
svn path=/trunk/KDE/kdebase/apps/; revision=1070747
2010-01-06 17:07:06 +00:00
Peter Penz
ef3b7d8991
When changing the selection, the currently shown file item should be reset. This fixes the issue that changing the selection with the keyboard might not have an effect if an item is hovered with the mouse.
...
BUG: 210177
svn path=/trunk/KDE/kdebase/apps/; revision=1070745
2010-01-06 17:01:38 +00:00
Peter Penz
4fdc3bad9c
Fixed issue that Ctrl+A sometimes did not result in an update of the Information Panel. As a sideeffect some code simplification has been done, which was possible because of the column view refactorization some time ago.
...
svn path=/trunk/KDE/kdebase/apps/; revision=1070740
2010-01-06 16:56:01 +00:00
Peter Penz
5cf5a8ea4b
Fixed issue that the "show folders first property" was not delegated to sub directories, when "[x] Apply to all sub directories" was checked.
...
BUG: 214865
svn path=/trunk/KDE/kdebase/apps/; revision=1070723
2010-01-06 15:39:06 +00:00
Peter Penz
2c3fc5c93f
use correct icon when opening new tabs with the middle click
...
BUG: 212942
svn path=/trunk/KDE/kdebase/apps/; revision=1070717
2010-01-06 15:33:27 +00:00
Peter Penz
749fac334d
SVN_SILENT: removed commented codephin with the column view a wrong layout has been shown.
...
BUG: 211149
BUG: 214515
svn path=/trunk/KDE/kdebase/apps/; revision=1070709
2010-01-06 14:50:17 +00:00
Peter Penz
3ea9e54081
Fixed issue that when starting Dolphin with the column view a wrong layout has been shown.
...
BUG: 211149
BUG: 214515
svn path=/trunk/KDE/kdebase/apps/; revision=1070708
2010-01-06 14:49:10 +00:00
Peter Penz
2570a42d38
- search by modification date of the file, not when the file has been tagged or something similar
...
- make "search files modified today" work
Thanks to Daniel Winter for the patch!
CCMAIL: dw@danielwinter.de
svn path=/trunk/KDE/kdebase/apps/; revision=1070440
2010-01-05 17:35:58 +00:00
Peter Penz
f0e54ea52b
- Details view and column view: Just use the height as indicator for the scrolling steps when using the wheel. Don't decrease the steps for larger icon sizes.
...
- Icons view: Use slightly larger scrolling steps.
BUG: 191418
BUG: 192958
svn path=/trunk/KDE/kdebase/apps/; revision=1070438
2010-01-05 17:19:51 +00:00
Peter Penz
d8d04037a0
Prevent black borders when compositing has been disabled.
...
BUG: 219667
CCMAIL: sourtooth@gmail.com
svn path=/trunk/KDE/kdebase/apps/; revision=1070424
2010-01-05 16:17:34 +00:00
Script Kiddy
6d24b182ea
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1070321
2010-01-05 10:43:27 +00:00
Christoph Feck
aea266ab6b
Revert r1070031
...
Nepomuk::Query::Query is no bug, it is a class from a nested
namespace. The commit broke compilation.
CCMAIL: Ch.Ehrlicher@gmx.de
svn path=/trunk/KDE/kdebase/apps/; revision=1070063
2010-01-04 19:57:28 +00:00
Christian Ehrlicher
9dd080b803
msvc compile++
...
svn path=/trunk/KDE/kdebase/apps/; revision=1070031
2010-01-04 19:02:00 +00:00
Script Kiddy
d35964345e
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1069851
2010-01-04 10:25:36 +00:00
Script Kiddy
7f0c420155
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1068962
2010-01-02 11:35:49 +00:00
Script Kiddy
71c53b4113
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1068486
2010-01-01 11:09:03 +00:00
Script Kiddy
236329588a
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1068118
2009-12-31 11:34:58 +00:00
Christoph Feck
54aa84a7d7
Fix wrong fontMetrics when using custom fonts
...
svn path=/trunk/KDE/kdebase/apps/; revision=1067898
2009-12-30 21:41:00 +00:00
Script Kiddy
d3b5245f53
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1067354
2009-12-29 12:23:43 +00:00
Script Kiddy
13e9fb04de
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1066900
2009-12-28 10:27:44 +00:00
Script Kiddy
b496471efb
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1065981
2009-12-25 09:48:01 +00:00
Script Kiddy
f6b48f32f7
SVN_SILENT made messages (.desktop file)
...
svn path=/trunk/KDE/kdebase/apps/; revision=1065786
2009-12-24 10:10:52 +00:00
Peter Penz
bf14f1f47d
add version control actions to konqueror context menu if availableolActions()
...
svn path=/trunk/KDE/kdebase/apps/; revision=1065348
2009-12-23 08:51:33 +00:00
Peter Penz
edc21bc24c
SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()
...
svn path=/trunk/KDE/kdebase/apps/; revision=1065347
2009-12-23 08:50:58 +00:00