Commit graph

2628 commits

Author SHA1 Message Date
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
Frank Reininghaus a2365b6ed8 Reimplement visualRegionForSelection in DolpinDetailsView.
Fixes the problem that not the entire area affected by changing the
selection gets updated. QTreeView::visualRegionForSelection assumes
implicitly that the visualRects of all items have the same width,
which is not the case here.

Fix will be in KDE 4.4 Beta 2.

BUG: 218114

svn path=/trunk/KDE/kdebase/apps/; revision=1062076
2009-12-13 18:18:08 +00:00
Peter Penz 5d5d5c8e80 give KCategorizedView the chance to react on dragMoveEvents()
CCBUG: 208646

svn path=/trunk/KDE/kdebase/apps/; revision=1062054
2009-12-13 17:00:11 +00:00
Script Kiddy b6bd25b4a7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1061903
2009-12-13 10:16:59 +00:00
Peter Penz af7ced9047 Allow to disable version control plugins. It's too late already for providing a UI (string freeze...) and it should not be necessary to disable a plugin, but in the worst case (e. g. plugin crashes under certain circumstances) it is good to have a non-GUI fallback.
svn path=/trunk/KDE/kdebase/apps/; revision=1061740
2009-12-12 22:44:05 +00:00
Peter Penz df0b75e8c8 use the same link style as used for tags
svn path=/trunk/KDE/kdebase/apps/; revision=1061705
2009-12-12 18:53:05 +00:00
Peter Penz 9b0057b543 assure that obsolete file entries are removed from the SVN cache
svn path=/trunk/KDE/kdebase/apps/; revision=1061639
2009-12-12 15:26:38 +00:00
Peter Penz 0ca68f6a56 I guess most developers use the Details View with very small icons (16 x 16) for viewing their versioned code (at least I do ;-)). In this case the version control emblems are very small and it is easy to miss that there are locally changed files or that an update is required (Nuno and I tried different sizes, but for 16 x 16 icons there is really less room for variants).
So the text color gets tinted a little bit now to notice the difference...

svn path=/trunk/KDE/kdebase/apps/; revision=1061618
2009-12-12 14:16:02 +00:00
Peter Penz 50e9debc1b align the rating widget of the Information Panel left (or right for r2l) instead of horizontally centered
svn path=/trunk/KDE/kdebase/apps/; revision=1061598
2009-12-12 13:05:37 +00:00
Peter Penz a14119587a Removed enums SortByRating and SortByTags. They never have been activated yet because of performance issues...
svn path=/trunk/KDE/kdebase/apps/; revision=1061595
2009-12-12 12:51:31 +00:00
Peter Penz 5e25098037 allow to restrict the search results by the current folder (including all sub folders)
svn path=/trunk/KDE/kdebase/apps/; revision=1061589
2009-12-12 12:23:05 +00:00
Peter Penz 1dbcada376 don't update the version control emblems each time, reuse the cached versions (fixed wrong logic in 'if'-statement)
svn path=/trunk/KDE/kdebase/apps/; revision=1061553
2009-12-12 07:30:43 +00:00
Peter Penz a960935b00 * allow to filter the search result by images or text-documents
* minor cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=1061550
2009-12-12 05:59:45 +00:00
Frank Reininghaus f5deeadebb Rename Dolphin View's nameColumnRect member to visualRect.
This overrides QTreeView::visualRect, such that the "visual rect"
matches the area used in indexAt. Fixes the problem that the selection
loses items in the Details View when selecting new items with
Shift+Keyboard.

BUG: 217447

svn path=/trunk/KDE/kdebase/apps/; revision=1060716
2009-12-09 18:38:54 +00:00
Script Kiddy 72280a5fdc SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1060615
2009-12-09 11:40:52 +00:00
Sebastian Trueg d326572a72 Do not show links for unsupported protocols, ie. pre-4.4 resources which used URNs instead of nepomuk:/res/<uuid> URIs.
svn path=/trunk/KDE/kdebase/apps/; revision=1060341
2009-12-08 15:51:51 +00:00
Script Kiddy 49a611f213 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1060237
2009-12-08 10:50:27 +00:00
Christoph Feck ae17139546 Fix crash with tool tips enabled
Do not delete window inside the event handling, causing crashes with
queued events for the tool tip window.

This is the same fix that had been applied to systemsettings.

BUG: 217449

svn path=/trunk/KDE/kdebase/apps/; revision=1060080
2009-12-08 01:32:20 +00:00
Peter Penz cc88568ad6 SVN_SILENT: inserted comment
svn path=/trunk/KDE/kdebase/apps/; revision=1060036
2009-12-07 22:44:36 +00:00
Peter Penz 1c4fddb06e fix possible crash when the signal finished() has been emitted asynchronously
BUG: 213985

svn path=/trunk/KDE/kdebase/apps/; revision=1060029
2009-12-07 22:37:11 +00:00
Peter Penz 1b05d108a1 don't crash if the Information Panel is updated by file changes
BUG: 214060

svn path=/trunk/KDE/kdebase/apps/; revision=1060022
2009-12-07 22:15:54 +00:00
Peter Penz 4724888b0c use KNewStuff3 instead of the deprecated KNewStuff2
svn path=/trunk/KDE/kdebase/apps/; revision=1060003
2009-12-07 21:20:28 +00:00
Peter Penz 233a08164f SVN_SILENT: minor coding style fix (Sebastian likes spaces :-))
svn path=/trunk/KDE/kdebase/apps/; revision=1059988
2009-12-07 20:55:38 +00:00
Peter Penz 207cb06316 Activated "clicking on tags" fix from Sebastian Trüg. By providing a different link color the difference to the "Change tags..." link is visible.
svn path=/trunk/KDE/kdebase/apps/; revision=1059985
2009-12-07 20:45:20 +00:00
Sebastian Trueg 88b37bdec9 Fixed custom query integration.
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=1059964
2009-12-07 19:49:49 +00:00
Sebastian Trueg 25b9640456 Added all code necessary for clickable tags in the KTaggingWidget. As soon as we figured out how to
only show links on hover we are good to go.
This is actually a fix as resources in the rest of the info view are already clickable.

CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=1059908
2009-12-07 16:41:37 +00:00
Sebastian Trueg f4067a705a Added versioning information to the list of hidden properties. This fixes hiding in case an old kmetainformationrc exists.
CCMAIL: peter.penz@gmx.at

svn path=/trunk/KDE/kdebase/apps/; revision=1059900
2009-12-07 16:31:05 +00:00
Script Kiddy 4aa35558af SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1059769
2009-12-07 10:16:35 +00:00
Peter Penz 65d3008d51 Respect drag time delay from application before starting the automatic scrolling. Thanks to Christoph Feck for the initial patch!
CCMAIL: christoph@maxiom.de
BUG: 205664
CCBUG: 212989

svn path=/trunk/KDE/kdebase/apps/; revision=1059377
2009-12-06 13:05:56 +00:00
Script Kiddy 5f332cd8dd SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1059331
2009-12-06 10:39:11 +00:00
Peter Penz 1205646e4f Fixed searching by rating. After the kdelibs fix in nepomuk now searching by date, tags and rating work. Searching by size is still open...
svn path=/trunk/KDE/kdebase/apps/; revision=1058710
2009-12-04 23:54:42 +00:00
Script Kiddy b5c9f832d0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1058319
2009-12-04 10:04:22 +00:00
Peter Penz 521f826ad9 Minor adjustments for searching: at least searching for tags works now again :-)
svn path=/trunk/KDE/kdebase/apps/; revision=1058137
2009-12-04 00:18:24 +00:00
Peter Penz 9337b232b8 store the search-query in the places model
svn path=/trunk/KDE/kdebase/apps/; revision=1058046
2009-12-03 21:17:47 +00:00
Peter Penz ebf3331755 removed workaround for KDE 4.0, that is obviously not required anymore
CCMAIL: faure@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1058033
2009-12-03 20:49:53 +00:00
Adenilson Cavalcanti Da Silva def7e952fb Ouch! Reverting the change.
svn path=/trunk/KDE/kdebase/apps/; revision=1058026
2009-12-03 20:41:00 +00:00
Adenilson Cavalcanti Da Silva e6defda0b8 Patches to make kdebase compile with current animation code.
svn path=/trunk/KDE/kdebase/apps/; revision=1057994
2009-12-03 19:32:42 +00:00
Frederik Gladhorn 3dc3edfa79 remove unneded include
svn path=/trunk/KDE/kdebase/apps/; revision=1057875
2009-12-03 13:57:35 +00:00
Burkhard Lück b8a65aa79c add doc path to enable launching the documentation from konquerors settings dialog
svn path=/trunk/KDE/kdebase/apps/; revision=1057856
2009-12-03 12:34:19 +00:00
Script Kiddy 829873a1e9 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1057809
2009-12-03 10:06:58 +00:00
Script Kiddy b88116c518 SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=1057423
2009-12-02 12:04:40 +00:00
Laurent Montel 456fa7054b Fix mem leak
svn path=/trunk/KDE/kdebase/apps/; revision=1057381
2009-12-02 08:14:31 +00:00