Commit graph

2769 commits

Author SHA1 Message Date
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
Peter Penz fb86b50eca SVN_SILENT: renamed addRevisionControlActions() to addVersionControlActions()
svn path=/trunk/KDE/kdebase/apps/; revision=1065346
2009-12-23 08:50:54 +00:00
Maciej Mrozowski b6cf6cc684 Revert r1053349 - this file is included alread when HAVE_NEPOMUK is defined - no need to do it twice.
This fixed compilation without nepomuk libs.

svn path=/trunk/KDE/kdebase/apps/; revision=1064809
2009-12-21 20:58:28 +00:00
Maciej Mrozowski cf0e6bcfe6 Better fix for compilation without Nepomuk - like Sebastian noted SDO is being searched for automatically. It was just sufficient to wrap soprano_add_ontology with Nepomuk_FOUND in this case.
svn path=/trunk/KDE/kdebase/apps/; revision=1064414
2009-12-20 21:57:43 +00:00
Script Kiddy 04c14862c7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1064230
2009-12-20 12:04:42 +00:00
Maciej Mrozowski f3ee79bb68 [kdebase/apps/dolphin/CMakeLists.txt] Fixed compilation without Nepomuk
CCMAIL: kde-buildsystem@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1064077
2009-12-20 04:28:22 +00:00
Burkhard Lück afb526bb4a remove the inconsistencies wrt Navigation/Location Bar
CCMAIL:peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=1064000
2009-12-19 20:26:46 +00:00
Peter Penz 11abae0a1d Don't rely on that the same proxy model is used for all views. Trigger a refresh of the directory (done from the cache) and remember the selection. This fixes also the issue that the selection got lost when previews have been enabled or when the column view was used.
BUG: 217562
CCBUG: 211149

svn path=/trunk/KDE/kdebase/apps/; revision=1063960
2009-12-19 17:38:38 +00:00
Luboš Luňák ea258a5f09 +include(SopranoAddOntology)
svn path=/trunk/KDE/kdebase/apps/; revision=1063929
2009-12-19 15:43:53 +00:00
Peter Penz c96d6dea10 Don't show the size information, if only one directory is shown. This issue only occured in the context of tooltips, as updateRowsVisibility() is invoked after setItems()...
svn path=/trunk/KDE/kdebase/apps/; revision=1063483
2009-12-18 17:01:40 +00:00
Peter Penz 955ded1864 I did not recognize when refactoring the tooltip class that no filename is shown anymore. This is fixed now :-)
BUG: 219082

svn path=/trunk/KDE/kdebase/apps/; revision=1063470
2009-12-18 16:18:48 +00:00
Peter Penz 4ce21c5a6e don't try to do anything if no files have been passed
svn path=/trunk/KDE/kdebase/apps/; revision=1063333
2009-12-17 21:14:38 +00:00
Peter Penz e15a9f3a8d * respect the --select startup option
* minor cleanups related to selecting items in general

svn path=/trunk/KDE/kdebase/apps/; revision=1063329
2009-12-17 21:07:18 +00:00
Script Kiddy d613313b06 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1062931
2009-12-16 10:54:56 +00:00
Script Kiddy fdfdcd1a05 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1062596
2009-12-15 10:07:50 +00:00
Frank Reininghaus 63bba4c94e SVN_SILENT: Sorry about the whitespace which I added in my last commit!
svn path=/trunk/KDE/kdebase/apps/; revision=1062080
2009-12-13 18:25:42 +00:00