Commit graph

2872 commits

Author SHA1 Message Date
Sebastian Trueg 950d3ad78b * Do not hide the parent folder since we can now browse into it by simply clicking the link.
* Fixed index bug which caused the last information item to be deleted.
* Why make merge-sort more complicated than it is? ;)

svn path=/trunk/KDE/kdebase/apps/; revision=1080377
2010-01-26 09:25:22 +00:00
Peter Penz 6c326f9962 Don't show the search options again, if the user closed them and cleared the search box.
BUG: 218880

svn path=/trunk/KDE/kdebase/apps/; revision=1080372
2010-01-26 09:01:38 +00:00
Peter Penz e536466ac7 * Assure that the URL navigator is synchronized with the active column.
* Removed obsolete triggerUrlChangeRequest() method + signal in the DolphinController. This is not needed anymore because of the refactored column view.

svn path=/trunk/KDE/kdebase/apps/; revision=1080351
2010-01-26 08:27:42 +00:00
Friedrich W. H. Kossebau 5accf42fc8 changed: made static const data symbols really static const
svn path=/trunk/KDE/kdebase/apps/; revision=1080302
2010-01-26 02:57:09 +00:00
Peter Penz 3b4b98ed57 fixed regression: don't open files twice in the column-view
BUG: 223799

svn path=/trunk/KDE/kdebase/apps/; revision=1080102
2010-01-25 16:37:43 +00:00
Peter Penz 6ea2aec5ae SVN_SILENT: minor coding style fixes
svn path=/trunk/KDE/kdebase/apps/; revision=1080074
2010-01-25 14:39:47 +00:00
Laurent Montel 8dd3b9d3be Implement todo (create a dialog box when ok is enable/disable when text is empty or not)
(and fix restore size, in old version we didn't save size before to delete element)

svn path=/trunk/KDE/kdebase/apps/; revision=1080045
2010-01-25 13:14:39 +00:00
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
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
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
Script Kiddy 0de0ae737e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1057041
2009-12-01 11:16:26 +00:00
Script Kiddy 252218a7db SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1056593
2009-11-30 12:31:59 +00:00
Frank Reininghaus 56a81a196f When the view is reloaded in Dolphin or the DolphinPart inside
Konqueror, restore the selection, the current item, the scroll
position, and the expanded folders in the Details View.

BUG: 169893
BUG: 187732

svn path=/trunk/KDE/kdebase/apps/; revision=1056438
2009-11-30 08:15:22 +00:00
Sebastian Trueg bd47f7f978 Use KFileItem::text() instead of KUrl::fileName() to display the entry's name in the metadata panel. This way Nepomuk results and all entries from KIO slaves that make use of UDS_DISPLAY_NAME look nice.
svn path=/trunk/KDE/kdebase/apps/; revision=1056260
2009-11-29 18:16:36 +00:00
Script Kiddy a0a211f973 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1055086
2009-11-27 10:22:18 +00:00
Laurent Montel 61f49c3d4c use cmake macro
svn path=/trunk/KDE/kdebase/apps/; revision=1054655
2009-11-26 12:29:38 +00:00
Script Kiddy a40cbb8f98 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1054620
2009-11-26 11:19:49 +00:00
Peter Penz 1115a6d1e2 * fixed wrong connection from a signal
* added some temporary kDebug() messages for searching

svn path=/trunk/KDE/kdebase/apps/; revision=1054337
2009-11-25 22:07:06 +00:00
Peter Penz 4491e38760 adopt internal interfaces to the new Nepomuk search API
svn path=/trunk/KDE/kdebase/apps/; revision=1054327
2009-11-25 21:38:47 +00:00
Sebastian Trueg d324e790d6 * Fixed execution of links in the metadata widget.
* Do not try to list non-listable URLs.

svn path=/trunk/KDE/kdebase/apps/; revision=1054300
2009-11-25 20:53:37 +00:00
Sebastian Trueg 482fea3ec6 fixed linking
svn path=/trunk/KDE/kdebase/apps/; revision=1054299
2009-11-25 20:52:06 +00:00
Frank Reininghaus 5592947ec2 Fix Dolphin crash on startup if HAVE_NEPOMUK is false.
svn path=/trunk/KDE/kdebase/apps/; revision=1054165
2009-11-25 17:48:41 +00:00
Frank Reininghaus ab39a59520 Restore the "Edit->Selection" menu from Konqueror 3 for file
management. It includes the actions "Select All" and "Select Items
Matching a Pattern".

This feature will be in KDE 4.4.

FEATURE: 197536

svn path=/trunk/KDE/kdebase/apps/; revision=1053976
2009-11-25 08:46:04 +00:00
Script Kiddy a6a253667e SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1053570
2009-11-24 10:24:48 +00:00
Helio Castro bb603e5b4d Fix trunk compilation using proper soprano Vocabulary, since moved from nie.h nepomuk.
svn path=/trunk/KDE/kdebase/apps/; revision=1053540
2009-11-24 09:58:10 +00:00
Peter Penz 981feb40aa SVN_SILENT: replaced "criterions" by "criteria"
svn path=/trunk/KDE/kdebase/apps/; revision=1053448
2009-11-24 07:20:36 +00:00
Peter Penz 7662e0e4d4 Prepare the search criterion selector to use the new Nepomuk::Query::Term instead of a QString. The implementation still needs to be adapted, but this will be straight forward.
svn path=/trunk/KDE/kdebase/apps/; revision=1053447
2009-11-24 07:15:24 +00:00
Dmitry Suzdalev 61813e0df7 Add missing include
svn path=/trunk/KDE/kdebase/apps/; revision=1053349
2009-11-23 21:56:26 +00:00
Andrew Coles f821db58be Proof-reading: the plural of criterion is criteria.
svn path=/trunk/KDE/kdebase/apps/; revision=1053196
2009-11-23 15:58:22 +00:00
Script Kiddy 5879415102 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1053120
2009-11-23 10:50:06 +00:00
Script Kiddy 6857d5bdc4 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1052700
2009-11-22 10:43:25 +00:00
Peter Penz aeaec1c2d1 I'm very sorry for breaking the build: I forgot to add the new files :-(
svn path=/trunk/KDE/kdebase/apps/; revision=1052677
2009-11-22 10:22:29 +00:00
Peter Penz 2a02ac7d02 Let KMetaDataWidget and all the child widgets respect the foreground role that might be set by the client. This allows KMetaDataWidget to get embedded inside a tooltip having correct tooltip colors.
svn path=/trunk/KDE/kdebase/apps/; revision=1052509
2009-11-21 22:50:22 +00:00
Peter Penz 3be4adae11 apply the correct foreground role for widgets that represent the tooltip content
svn path=/trunk/KDE/kdebase/apps/; revision=1052508
2009-11-21 22:47:56 +00:00
Peter Penz 35ba6eb132 * show only a minimized set of search options per default
* remember the search options when closing Dolphin, so that the user can adjust his "default search template"

svn path=/trunk/KDE/kdebase/apps/; revision=1052499
2009-11-21 22:08:59 +00:00
Script Kiddy 42372dc3b5 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1052335
2009-11-21 10:52:41 +00:00
Sebastian Trueg ccd9a32988 Simplified the clickable resource metadata display. This also fixes a bug where sometimes resources are not displayed at all
svn path=/trunk/KDE/kdebase/apps/; revision=1052237
2009-11-21 09:33:37 +00:00
Script Kiddy 83e8cdf8fb SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1051907
2009-11-20 10:31:50 +00:00
Peter Penz 2b6cceb0f6 Provide clickable resources for the Information Panel. Thanks to Sebastian Trüg für the patch!
CCMAIL: trueg@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1051553
2009-11-19 19:38:34 +00:00
David Faure f2c315a147 Warn when the unsuspecting user is about to create a directory that starts with a dot,
like Sabine's ".csv test files" folder, which did not appear in the directory view
after being created.


svn path=/trunk/KDE/kdebase/apps/; revision=1051124
2009-11-18 22:27:31 +00:00
Peter Penz d4a983d98c don't crash if Nepomuk gets activated/deactivated during Dolphin is running
svn path=/trunk/KDE/kdebase/apps/; revision=1050611
2009-11-17 18:32:53 +00:00
David Faure 23e0b64e60 better fix so that it links, too...
svn path=/trunk/KDE/kdebase/apps/; revision=1050535
2009-11-17 15:16:38 +00:00
David Faure df5b974b1b try to fix compilation for people without nepomuk (dolphinmainwindow.cpp:1008: error: invalid use of incomplete type ‘struct DolphinSearchOptionsConfigurator’)
svn path=/trunk/KDE/kdebase/apps/; revision=1050534
2009-11-17 15:12:10 +00:00
Nicolas Lécureuil fb1380b183 Fix crash
svn path=/trunk/KDE/kdebase/apps/; revision=1050466
2009-11-17 11:09:28 +00:00
Script Kiddy 4d498b7e48 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1050436
2009-11-17 10:38:46 +00:00
Frank Reininghaus 452b480d85 SVN_SILENT: Remove trailing white space
svn path=/trunk/KDE/kdebase/apps/; revision=1049182
2009-11-14 16:33:25 +00:00
Frank Reininghaus 487215f0c4 When navigating back/forward in the DolphinPart inside Konqueror, remember
1. the current item,
2. the scroll position of the view, and
3. the expansion state of the details view.

Before 3. can be implemented in Dolphin itself, some changes in
KUrlNavigator are required.

This fix will be in KDE 4.4.

BUG: 193549
BUG: 198073
BUG: 213137

svn path=/trunk/KDE/kdebase/apps/; revision=1049164
2009-11-14 15:51:47 +00:00
Peter Penz d49bdf8f9c don't forget to hide the value-widget again, if e. g. "Any" from "Date:" has been reselected
svn path=/trunk/KDE/kdebase/apps/; revision=1049129
2009-11-14 14:10:54 +00:00
Script Kiddy 3b773e91a9 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1049023
2009-11-14 10:18:18 +00:00
David Faure 5c4b82b8da Cheat a bit with the root item: give it the view URL, rather than the dirlister url
(e.g. because KDirLister now resolves symlinks)
CCBUG: 213799

svn path=/trunk/KDE/kdebase/apps/; revision=1048853
2009-11-14 01:51:08 +00:00
David Faure 5328ae8942 Stop crashing (apparently I have HAVE_NEPOMUK but the runtime check fails so the widget isn't created)
svn path=/trunk/KDE/kdebase/apps/; revision=1048851
2009-11-14 01:49:16 +00:00
Peter Penz 22ec26083e layout improvements
svn path=/trunk/KDE/kdebase/apps/; revision=1048820
2009-11-13 23:42:41 +00:00
Peter Penz 3eb05a06bb fixed issue that the rating was not applied to the Information Panel
svn path=/trunk/KDE/kdebase/apps/; revision=1048811
2009-11-13 23:25:38 +00:00
Peter Penz 041a2f0594 * allow searching for ratings
* minor general cleanups

svn path=/trunk/KDE/kdebase/apps/; revision=1048809
2009-11-13 23:21:47 +00:00
Peter Penz 3d7b54b21a Implemented initialization of value-widgets. This allows e.g. to apply dates like "today", "last week", ... to the date-value-widgets just by specifying a search criterion.
svn path=/trunk/KDE/kdebase/apps/; revision=1048771
2009-11-13 22:48:07 +00:00
Peter Penz bd30bb6ca9 search finetuning:
* trigger progress information when starting a search
* let the information panel hide the meta data for the search string
* get the search string from the configurator

svn path=/trunk/KDE/kdebase/apps/; revision=1048721
2009-11-13 21:03:19 +00:00
Peter Penz a87760d22c move the search-button from the toolbar into the configurator widget
svn path=/trunk/KDE/kdebase/apps/; revision=1048239
2009-11-12 23:18:21 +00:00
Peter Penz 07f31c2087 Show a progress information when doing a Nepomuk search. As "sideeffect" some KDE3 relicts for the progress bar code have been removed too...
svn path=/trunk/KDE/kdebase/apps/; revision=1048225
2009-11-12 22:45:47 +00:00
Peter Penz 4f24794fc3 initial code to provide a Nepomuk query string out of the search criterions
svn path=/trunk/KDE/kdebase/apps/; revision=1048202
2009-11-12 22:03:07 +00:00
Harsh Chouraria J 51dc542497 BUG: 191309
Don't show 'Add to Places' context-menu action for urls already in places.


svn path=/trunk/KDE/kdebase/apps/; revision=1048149
2009-11-12 20:22:22 +00:00
Peter Penz ebba84fbdd * adjust order of search options
* load real tags instead of offering the dummy "feffi"

svn path=/trunk/KDE/kdebase/apps/; revision=1048145
2009-11-12 20:07:14 +00:00
Peter Penz 1c62d0accf SVN_SILENT: constify
svn path=/trunk/KDE/kdebase/apps/; revision=1048143
2009-11-12 20:05:30 +00:00
Peter Penz f0cab33518 Don't show the search options, if no Nepomuk is available. Hopefully Nepomuk will get a hard build dependency quite soon, those #ifdef-code is really ugly and difficult to maintain...
svn path=/trunk/KDE/kdebase/apps/; revision=1048135
2009-11-12 19:45:55 +00:00
Peter Penz d3f37b1af4 SVN_SILENT: removed unnecessary include
svn path=/trunk/KDE/kdebase/apps/; revision=1048117
2009-11-12 19:16:09 +00:00
Peter Penz 288c7db6a7 Show some default search configurations, so that the user is able to adjust queries in a faster way (similar to a defaceted interface).
svn path=/trunk/KDE/kdebase/apps/; revision=1048109
2009-11-12 18:58:44 +00:00
Script Kiddy 408d94ac57 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1047908
2009-11-12 10:23:19 +00:00
Peter Penz 56bccf8f2f let the user also delete the created tags
svn path=/trunk/KDE/kdebase/apps/; revision=1047714
2009-11-11 21:47:09 +00:00
Peter Penz 98f0289c76 Images: Instead of showing the meta data for "Width:" and "Height:" separately with other items in between, they are merged as "Width x Height:" and added to the top of the sort order.
CCBUG: 193592

svn path=/trunk/KDE/kdebase/apps/; revision=1047680
2009-11-11 19:47:07 +00:00
Peter Penz 36ae0b6185 * don't show the "Add Tags..." and "Add Comments..." links for the meta data inside a tooltip
* minor cleanup of thread-interface to allow a proper sorting/merging on client side

svn path=/trunk/KDE/kdebase/apps/; revision=1047662
2009-11-11 18:59:29 +00:00
Script Kiddy 6d0ddb92fd SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1047532
2009-11-11 11:37:00 +00:00
Peter Penz 0d448fc6f3 Added some default search criterions. A lot of fine tuning of the UI has to be made ASAP, but all in all I think it is more efficient to have some default criterions already instead of the need to press the (+) icon for each option.
svn path=/trunk/KDE/kdebase/apps/; revision=1047298
2009-11-10 22:18:45 +00:00
Peter Penz d9e3139e50 * Show the search options as soon as the search bar gains focus.
* Allow the user to manually close the options.
* Added tooltip descriptions.

svn path=/trunk/KDE/kdebase/apps/; revision=1047281
2009-11-10 21:44:24 +00:00
Peter Penz a97291c90d adjust code to use Nuno's new version control icons
svn path=/trunk/KDE/kdebase/apps/; revision=1047280
2009-11-10 21:43:18 +00:00
Peter Penz a317de2dc5 SVN_SILENT: stay consistent with other indentations
svn path=/trunk/KDE/kdebase/apps/; revision=1047278
2009-11-10 21:41:14 +00:00
Peter Penz a47dc8edae never report a success if there was none: check the exit code + status
svn path=/trunk/KDE/kdebase/apps/; revision=1047233
2009-11-10 18:36:13 +00:00
David Faure 7b42d2d6cb Fix RMB/paste on a subfolder (konq calls pasteTo(KUrl), as documented in BrowserExtension)
svn path=/trunk/KDE/kdebase/apps/; revision=1047090
2009-11-10 13:15:08 +00:00
Script Kiddy c690f63af7 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1047028
2009-11-10 10:19:04 +00:00
David Faure 46e1d85f96 While reading this code, I noted that it didn't use KFileItemListProperties and was broken in the tree-view case -> fixed and simplified.
svn path=/trunk/KDE/kdebase/apps/; revision=1046935
2009-11-10 00:07:36 +00:00
Andreas Hartmetz bbf2836138 link with gold (knewstuff2 for dolphin) and remove a few redundant linked libraries already included by others
svn path=/trunk/KDE/kdebase/apps/; revision=1046917
2009-11-09 23:09:16 +00:00
Peter Penz c14e428d94 fixed merge issue
svn path=/trunk/KDE/kdebase/apps/; revision=1046789
2009-11-09 18:16:30 +00:00
Peter Penz 232e7eaad7 move the "Download New Services..." entry from the Settings menu to the service configuration dialog
svn path=/trunk/KDE/kdebase/apps/; revision=1046788
2009-11-09 18:13:36 +00:00
Frank Reininghaus 7ff8c0d89a When the Back, Forward and Up buttons in the toolbar are clicked with
the middle mouse button, open the URL in a new tab.

FEATURE: 190549

svn path=/trunk/KDE/kdebase/apps/; revision=1046785
2009-11-09 17:50:21 +00:00
Script Kiddy 89b18a8b33 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1046618
2009-11-09 10:33:21 +00:00
Jonathan Schmidt-Dominé 4804e76e24 Single-file-service-menus are now supported.
svn path=/trunk/KDE/kdebase/apps/; revision=1046238
2009-11-07 23:40:26 +00:00
Jonathan Schmidt-Dominé 2b951e61fa get_servicemenu added to dolphinpart
svn path=/trunk/KDE/kdebase/apps/; revision=1046130
2009-11-07 16:07:39 +00:00
Andrew Coles b90e618a82 Two minor proof-reading changes:
- missing space in one message in string split across two lines
 - Servicemenu -> Service Menu.


svn path=/trunk/KDE/kdebase/apps/; revision=1046089
2009-11-07 13:24:03 +00:00
Script Kiddy db367a2513 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1046040
2009-11-07 11:03:06 +00:00
Peter Penz 7c981c1ec2 * increased version to 11
* removed tabs

svn path=/trunk/KDE/kdebase/apps/; revision=1045858
2009-11-06 21:34:06 +00:00
Peter Penz 2636ba3c03 use a vertical gradient like in KDE 4.3
svn path=/trunk/KDE/kdebase/apps/; revision=1045823
2009-11-06 20:39:00 +00:00
Peter Penz 18a2989794 move the position of the filename below the preview
svn path=/trunk/KDE/kdebase/apps/; revision=1045798
2009-11-06 20:06:00 +00:00
Peter Penz a9f8714fc1 fixed calculation of the height size hint: don't forget the spacing and margin of the layout
svn path=/trunk/KDE/kdebase/apps/; revision=1045768
2009-11-06 18:39:01 +00:00
Peter Penz 7746fdb9a3 * provide descriptive tooltip texts for actions
* fixed some coding style issue (tabs...)

BUG: 213358

svn path=/trunk/KDE/kdebase/apps/; revision=1045751
2009-11-06 18:02:55 +00:00
Peter Penz 49a1a72d50 allow to set a custom description for the KMetaDataConfigurationDialog
svn path=/trunk/KDE/kdebase/apps/; revision=1045712
2009-11-06 17:06:33 +00:00
Peter Penz d009bf5eae allow to configure which meta data should be shown for tooltips
svn path=/trunk/KDE/kdebase/apps/; revision=1045705
2009-11-06 16:51:42 +00:00
Peter Penz 8fbb884755 Fixed issues when several LoadItemStatesThreads access one plugin or when the VersionControlObserver is deleted during thread execution.
svn path=/trunk/KDE/kdebase/apps/; revision=1045694
2009-11-06 16:27:19 +00:00
Peter Penz 896ee459af * enable the loading of version control plugins (thanks to Aaron for the hint)
* Don't terminate the thread that receives the item states when changing a view. Instead let the thread get finished and ignore the result.


svn path=/trunk/KDE/kdebase/apps/; revision=1045674
2009-11-06 15:43:08 +00:00
Jonathan Schmidt-Dominé 5114ab58bc Initial ServiceMenu-KHotNewStuff-stuff
TODO: fix the existing servicemenus (some install-scripts are broken, some do not provide a simple CLI-interface)
TODO: add support for single-desktop-file-servicemenus (for example the "open as root")


svn path=/trunk/KDE/kdebase/apps/; revision=1045663
2009-11-06 14:56:35 +00:00
Script Kiddy 2d2aea1c58 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1045568
2009-11-06 10:08:51 +00:00
Sebastian Trueg d07b3d9ddb Handle lists of resources nicer. Maybe a list separated by new-lines is not the best though...
svn path=/trunk/KDE/kdebase/apps/; revision=1045283
2009-11-05 17:12:38 +00:00
Script Kiddy 9b2c03ee23 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1045140
2009-11-05 11:41:16 +00:00
Sebastian Trueg 8955d51666 fancy date formatting
svn path=/trunk/KDE/kdebase/apps/; revision=1045013
2009-11-05 08:56:42 +00:00
Sebastian Trueg e3d68e709f Nicer formatting of the values - only a temp solution just like tuneLabel. To many temp solutions...
svn path=/trunk/KDE/kdebase/apps/; revision=1044996
2009-11-05 08:04:54 +00:00
Peter Penz ee20ff929c Install fileviewversioncontrolplugin.desktop as servicetype, so that version control plugins can be found by Dolphin. Open issue: The instantiation fails and the following errors are returned:
dolphin(13505)/kdecore (KLibrary) kde4Factory: The library "/home/kde4peter/kde/lib/kde4/fileviewsvnplugin.so" does not offer a qt_plugin_instance function.
dolphin(13505)/kdecore (KLibrary) kde3Factory: The library "/home/kde4peter/kde/lib/kde4/fileviewsvnplugin.so" does not offer an "init_fileviewsvnplugin" function.

svn path=/trunk/KDE/kdebase/apps/; revision=1044902
2009-11-04 21:37:12 +00:00
Peter Penz 565bd3bf23 Don't call QThread::wait() in the destructor - in the worst case an issue in Nepomuk will block Dolphin for several seconds. Refactored the load-meta-data-thread in a way that the meta data widget does not require to wait for a result of the thread.
svn path=/trunk/KDE/kdebase/apps/; revision=1044848
2009-11-04 19:14:39 +00:00
Peter Penz f5f2ccf8ee Fixed link issue - I'm sorry: I had installed a temporary version of KMetaDataWidget from kdelibs and did not recognize the issue...
svn path=/trunk/KDE/kdebase/apps/; revision=1044545
2009-11-04 00:46:45 +00:00
Peter Penz d9418e0d62 forgot to remove the obsolete file ktooltip_p.h for commit 1044485
svn path=/trunk/KDE/kdebase/apps/; revision=1044487
2009-11-03 21:54:13 +00:00
Peter Penz 74c1d61aa3 Since Qt 4.5 it is possible to have translucient windows. The tooltip approach having a delegate and custom drawing + animation code for transparent tooltips has now been replaced by a translucient window where any kind of (animated) widget can be embedded. Still a lot of finetuning has to be done, but maybe this code can be part of kdelibs in KDE 4.5 (systemsettings currently used the Dolphin tooltips code).
Additionally the tooltip uses now KMetaDataWidget instead of using KMetaInfo. This assures that no blocking of the application will occur even if there is a buggy Strigi analyzer that ignores the maximum size-setting and might block the retrieving of the meta data.

BUG: 182941
BUG: 195878

svn path=/trunk/KDE/kdebase/apps/; revision=1044485
2009-11-03 21:48:27 +00:00
Script Kiddy 48a9ecbf5b SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1044258
2009-11-03 10:23:21 +00:00
Patrick Spendrin af50b02f78 some more export fixes
svn path=/trunk/KDE/kdebase/apps/; revision=1043907
2009-11-02 16:54:10 +00:00
Patrick Spendrin 7f76ab761d do not export this widget with a wrong export define
svn path=/trunk/KDE/kdebase/apps/; revision=1043889
2009-11-02 16:05:52 +00:00
Script Kiddy 9aaa347b1f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1042976
2009-10-31 11:30:18 +00:00
Script Kiddy 8bf3db0e6a SVN_SILENT made messages (.desktop file, second try)
svn path=/trunk/KDE/kdebase/apps/; revision=1042618
2009-10-30 10:46:47 +00:00
Script Kiddy 4a35a9ebd0 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1042220
2009-10-29 10:39:21 +00:00
Peter Penz 73007f7d63 After some discussions at http://reviewboard.kde.org/r/1938 it turned out that moving KMetaDataWidget and KMetaDataConfigurationDialog to kdelibs should be postponed to KDE 4.5. The main reason is that adding application specific properties is not possible with the current API in a generic way. Also the topic how to hide properties application specific is an open point...
So now all adjustments from the review have been adapted to the Dolphin code. After KDE 4.4 has been released some refactoring will be done so that the open topics above are handled in a nice way.

svn path=/trunk/KDE/kdebase/apps/; revision=1041547
2009-10-28 07:18:00 +00:00
Matthias Fuchs 1201c61884 Fixes double inserting of terms, interestingly this problem did not existed before than the code was written.
svn path=/trunk/KDE/kdebase/apps/; revision=1041128
2009-10-27 12:33:40 +00:00
Script Kiddy b7fae99c59 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1041062
2009-10-27 10:39:38 +00:00
Script Kiddy be6d9b26d9 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1040026
2009-10-25 10:53:46 +00:00
Frank Reininghaus 499e8723f4 Do not zoom the icons if the user presses Control and the left mouse
button while using the mouse wheel. The user is probably trying to
scroll the view during a rubberband selection in that case.

Also simplify the code a bit by handling the icon zooming in
DolphinView::eventFilter().

BUG: 190703

svn path=/trunk/KDE/kdebase/apps/; revision=1040021
2009-10-25 10:41:15 +00:00
Peter Penz 9c2f205a09 SVN_SILENT: no, I've not been cloned yet
svn path=/trunk/KDE/kdebase/apps/; revision=1039579
2009-10-23 21:12:25 +00:00
Peter Penz efecb5021c Imported Adam Kidders search configuration widgets from playground/base/nepomuk/search_widgets_test. I adjusted some names of classes and members and also changed some parts of the implementation, but conceptually the concept is 1:1 like provided by Adam in playground.
Currently the UI works quite well, but the creating of the query string has not been integrated yet.

svn path=/trunk/KDE/kdebase/apps/; revision=1039572
2009-10-23 21:06:33 +00:00
Script Kiddy 66995e1a8f SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1039372
2009-10-23 09:33:48 +00:00
Script Kiddy e499f27230 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1038501
2009-10-21 10:07:26 +00:00
Markus Meik Slopianka 573299f13b Typo
svn path=/trunk/KDE/kdebase/apps/; revision=1038352
2009-10-21 06:59:05 +00:00
Markus Meik Slopianka b0f405c37e Deleted totally outdated file
svn path=/trunk/KDE/kdebase/apps/; revision=1038271
2009-10-20 22:52:21 +00:00
Markus Meik Slopianka f1ebbff6e4 Less technical language in status bar messages
svn path=/trunk/KDE/kdebase/apps/; revision=1038270
2009-10-20 22:50:34 +00:00
Peter Penz ba9a4972a0 assure that the "size" information can be hidden by the user
svn path=/trunk/KDE/kdebase/apps/; revision=1038142
2009-10-20 17:36:28 +00:00
Script Kiddy de5b67e8d3 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1037926
2009-10-20 09:35:54 +00:00
Raphael Kubo da Costa 5e6f3b87ed Fix some spelling mistakes in comments.
svn path=/trunk/KDE/kdebase/apps/; revision=1037779
2009-10-19 23:32:21 +00:00
Raphael Kubo da Costa 3ca71b3a06 Fix slot name.
svn path=/trunk/KDE/kdebase/apps/; revision=1037776
2009-10-19 23:27:49 +00:00
Peter Penz dd6febd314 use correct name for the tags-entry, otherwise disabling of tags won't work...
svn path=/trunk/KDE/kdebase/apps/; revision=1037727
2009-10-19 20:53:24 +00:00
Andrew Coles 485a76be94 Proof-reading - two minor changes:
- Texts is generally taken as a bulk term, i.e. one searches through text,
   rather than searches through texts;
 - File Name -> Filename, standard-usage term.


svn path=/trunk/KDE/kdebase/apps/; revision=1037706
2009-10-19 20:26:54 +00:00
Peter Penz d6db9ac22c the configuration menu should be shown also for multiple selections
svn path=/trunk/KDE/kdebase/apps/; revision=1037684
2009-10-19 19:52:25 +00:00
Peter Penz 453c48660c Fixed possible crash when switching between 2 views. In this case DolphinView::itemView() can temporary be 0 and it is important that no signals/slot connection is existing for the (by deleteLater()) deleted instance.
Thanks a lot to Frank Reininghaus for the analysis!

CCMAIL: frank78ac@googlemail.com

svn path=/trunk/KDE/kdebase/apps/; revision=1037671
2009-10-19 18:55:50 +00:00
Script Kiddy 0bc2e64383 SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1037463
2009-10-19 09:38:03 +00:00
Peter Penz 52ce79d1bd SVN_SILENT: fixed documentation
svn path=/trunk/KDE/kdebase/apps/; revision=1036786
2009-10-17 19:34:51 +00:00
Peter Penz 213705a22c give the splitter more space than the (optional) search options
svn path=/trunk/KDE/kdebase/apps/; revision=1036783
2009-10-17 19:33:36 +00:00
Peter Penz 884b5ad3a9 add A search options widget, which later on will include Adam Kidder's search prototype from playground
svn path=/trunk/KDE/kdebase/apps/; revision=1036776
2009-10-17 19:24:05 +00:00
Sebastian Trueg 002787543f xesam is deprecated
svn path=/trunk/KDE/kdebase/apps/; revision=1036703
2009-10-17 16:47:48 +00:00
Peter Penz 5e123c68d7 * move classes for searching into an own folder (new classes will be added soon)
* Postpone the creation of the searchcompleter, until the editor gets focused. This improves the startup time of Dolphin (reading all available tags is an expensive operation).

svn path=/trunk/KDE/kdebase/apps/; revision=1036658
2009-10-17 15:05:50 +00:00
Sebastian Trueg e1dde0669f Use the magic QFlags I love so much.
svn path=/trunk/KDE/kdebase/apps/; revision=1036578
2009-10-17 13:16:45 +00:00
Peter Penz 59c430bb3f Use the tunedLabel() workaround also for the configuration dialog. Hopefully this can be cleaned up until KDE 4.4...
CCMAIL: trueg@kde.org

svn path=/trunk/KDE/kdebase/apps/; revision=1036559
2009-10-17 12:43:58 +00:00
Peter Penz 998b88f304 * get rid of MetaDataWidget::openConfigurationDialog()
* allow to hide specific data for applications
* check whether Nepomuk has been activated (the check with #idfef HAVE_NEPOMUK is not sufficient in the case if Nepomok is available but not activated)

svn path=/trunk/KDE/kdebase/apps/; revision=1036556
2009-10-17 12:23:38 +00:00
Script Kiddy e68c76c19a SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=1036506
2009-10-17 10:54:18 +00:00
Peter Penz 71b292e95b provide an URI for the tag
svn path=/trunk/KDE/kdebase/apps/; revision=1036306
2009-10-16 23:28:13 +00:00
Peter Penz e512e98b41 * allow editing of tags
* minor adjustments for the default settings of visible meta data

svn path=/trunk/KDE/kdebase/apps/; revision=1036296
2009-10-16 22:53:27 +00:00
Peter Penz ee08881486 remove unnecessary 'const'
svn path=/trunk/KDE/kdebase/apps/; revision=1036229
2009-10-16 20:54:50 +00:00
Peter Penz 0bd6e46b2b prepare the behavior-settings dialog to configure the shown meta data for tooltips
svn path=/trunk/KDE/kdebase/apps/; revision=1036100
2009-10-16 15:50:30 +00:00