]>
cloud.milkyroute.net Git - dolphin.git/log
Frank Reininghaus [Thu, 2 Dec 2010 11:56:47 +0000 (11:56 +0000)]
1. Also use a time out when waiting for the view's selectionChanged signal.
2. Reduce the time out for the finishedPathLoading signal.
svn path=/trunk/KDE/kdebase/apps/; revision=
1202815
Script Kiddy [Wed, 1 Dec 2010 06:10:29 +0000 (06:10 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=
1202489
Frank Reininghaus [Mon, 29 Nov 2010 21:27:18 +0000 (21:27 +0000)]
Use the correct libraries for the test in the CMake file.
svn path=/trunk/KDE/kdebase/apps/; revision=
1202160
Frank Reininghaus [Mon, 29 Nov 2010 21:24:53 +0000 (21:24 +0000)]
Use kWaitForSignal to wait until the view has finished reloading. I've
also added a timeout such that the tests fail rather than hang if the
file kioslave dies (which happens sometimes according to some test
logs on cdash.org).
svn path=/trunk/KDE/kdebase/apps/; revision=
1202159
Frank Reininghaus [Mon, 29 Nov 2010 21:15:35 +0000 (21:15 +0000)]
Add a unit test for the basic selection-related functionality of
DolphinView. The main testing code is inside an abstract base
class. Three classes inherit this base class and do the actual testing
in one view mode each.
svn path=/trunk/KDE/kdebase/apps/; revision=
1202157
Script Kiddy [Sun, 28 Nov 2010 10:25:26 +0000 (10:25 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=
1201667
Vishesh Handa [Sat, 27 Nov 2010 20:06:44 +0000 (20:06 +0000)]
Use KFileItem::targetUrl() instead of KFileItem::url().
This fixes previews for Nepomuk Search results.
svn path=/trunk/KDE/kdebase/apps/; revision=
1201458
Peter Penz [Fri, 26 Nov 2010 18:51:04 +0000 (18:51 +0000)]
DragAndDropHelper::isMimeTypeSupported() returns always true in the meantime - remove it
svn path=/trunk/KDE/kdebase/apps/; revision=
1201101
Peter Penz [Fri, 26 Nov 2010 18:38:33 +0000 (18:38 +0000)]
Assure that the directory lister gets updated when changing the URL
svn path=/trunk/KDE/kdebase/apps/; revision=
1201096
Peter Penz [Fri, 26 Nov 2010 18:37:37 +0000 (18:37 +0000)]
SVN_SILENT: Don't inline the setter/getters
svn path=/trunk/KDE/kdebase/apps/; revision=
1201095
Peter Penz [Fri, 26 Nov 2010 17:54:49 +0000 (17:54 +0000)]
Also reconnect signals for the directory lister when changing the view or the URL, as the directory lister might change in the case of the column view (based on a patch from Frank Reininghaus)
svn path=/trunk/KDE/kdebase/apps/; revision=
1201082
Peter Penz [Thu, 25 Nov 2010 15:42:15 +0000 (15:42 +0000)]
Don't offer the "Search everywhere" option for non-local URLs.
svn path=/trunk/KDE/kdebase/apps/; revision=
1200741
Peter Penz [Wed, 24 Nov 2010 16:03:10 +0000 (16:03 +0000)]
Assure that the "From Here (...)" button contains always a useful content also for non-local URLs
svn path=/trunk/KDE/kdebase/apps/; revision=
1200307
Peter Penz [Wed, 24 Nov 2010 15:51:58 +0000 (15:51 +0000)]
Allow to search for filenames + textcontent also for non-local files.
svn path=/trunk/KDE/kdebase/apps/; revision=
1200303
Frank Reininghaus [Tue, 23 Nov 2010 17:14:04 +0000 (17:14 +0000)]
Some minor changes in DolphinDetailsViewTest:
1. Remove unneeded includes
2. Fix typo
3. Add newline at end of file.
svn path=/trunk/KDE/kdebase/apps/; revision=
1200027
Sebastian Trueg [Tue, 23 Nov 2010 08:06:22 +0000 (08:06 +0000)]
Honor the from here/everywhere setting
svn path=/trunk/KDE/kdebase/apps/; revision=
1199915
Frank Reininghaus [Mon, 22 Nov 2010 14:10:26 +0000 (14:10 +0000)]
Simplify dolphindetailsviewtest by moving code that is shared by all
test to init() and cleanup().
svn path=/trunk/KDE/kdebase/apps/; revision=
1199721
Frank Reininghaus [Sun, 21 Nov 2010 12:36:45 +0000 (12:36 +0000)]
In the item view constructors, call setFocus() only after
m_extensionsFactory is initialised. This fixes a possible crash in
Konqueror when changing the settings or manipulating tabs.
CCBUG: 240374
svn path=/trunk/KDE/kdebase/apps/; revision=
1199276
Friedrich W. H. Kossebau [Sat, 20 Nov 2010 21:32:16 +0000 (21:32 +0000)]
removed: include of unused header
svn path=/trunk/KDE/kdebase/apps/; revision=
1199157
Friedrich W. H. Kossebau [Sat, 20 Nov 2010 21:27:36 +0000 (21:27 +0000)]
changed: QImageBlitz is no longer used, so do not require and link to it (useful for built on MeeGo)
svn path=/trunk/KDE/kdebase/apps/; revision=
1199156
Friedrich W. H. Kossebau [Sat, 20 Nov 2010 21:23:15 +0000 (21:23 +0000)]
removed: include of unused header
svn path=/trunk/KDE/kdebase/apps/; revision=
1199153
Friedrich W. H. Kossebau [Sat, 20 Nov 2010 21:08:56 +0000 (21:08 +0000)]
removed: include of unused (and deprecated) header
svn path=/trunk/KDE/kdebase/apps/; revision=
1199149
Frank Reininghaus [Sat, 20 Nov 2010 19:13:57 +0000 (19:13 +0000)]
Backup and restore the zoom level in
bug234600_overlappingIconsWhenZooming() such that it's the standard
value again in the following test. Also verify that the zoom level is
as expected after each call to DolphinView::setZoomLevel(int).
svn path=/trunk/KDE/kdebase/apps/; revision=
1199137
Frank Reininghaus [Sat, 20 Nov 2010 17:53:38 +0000 (17:53 +0000)]
Make sure that an item's visualRect in the Details View is not wider
than the "Name" column. Fixes keyboard navigation problems if files
with very wide names are present in the current folder.
Unit test included.
CCBUG: 257401
svn path=/trunk/KDE/kdebase/apps/; revision=
1199123
Peter Penz [Sat, 20 Nov 2010 17:17:35 +0000 (17:17 +0000)]
Allow to cancel the loading of search results.
BUG: 257421
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=
1199112
Peter Penz [Sat, 20 Nov 2010 11:29:54 +0000 (11:29 +0000)]
Use the inactive text color for all columns except the name column. This indicates for the user that hovering other columns does not change the actions context.
svn path=/trunk/KDE/kdebase/apps/; revision=
1199020
Peter Penz [Sat, 20 Nov 2010 11:15:14 +0000 (11:15 +0000)]
SVN_SILENT: documentation fix
svn path=/trunk/KDE/kdebase/apps/; revision=
1199017
Peter Penz [Thu, 18 Nov 2010 16:18:07 +0000 (16:18 +0000)]
- When showing the trash content, use the details view with path as default view
- Assure that the original path is shown for the trash protocol within Dolphin
svn path=/trunk/KDE/kdebase/apps/; revision=
1198481
Sebastian Trueg [Thu, 18 Nov 2010 11:16:56 +0000 (11:16 +0000)]
* Fixed performer facet
* Always use FileQuery which is much faster than normal queries
svn path=/trunk/KDE/kdebase/apps/; revision=
1198420
Frank Reininghaus [Wed, 17 Nov 2010 20:59:05 +0000 (20:59 +0000)]
Add unit test which checks that DolphinDetailsView::expandedUrls()
works as expected.
svn path=/trunk/KDE/kdebase/apps/; revision=
1198202
Frank Reininghaus [Wed, 17 Nov 2010 20:54:35 +0000 (20:54 +0000)]
Fix Qt runtime warning "QTimeLine::start: already running".
svn path=/trunk/KDE/kdebase/apps/; revision=
1198200
Peter Penz [Wed, 17 Nov 2010 19:10:23 +0000 (19:10 +0000)]
Move the "Show Menubar" entry from the top to the bottom. For users that have hidden the menubar on purpose having this as first item makes no sense.
BUG: 257089
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=
1198181
Frank Reininghaus [Wed, 17 Nov 2010 15:10:12 +0000 (15:10 +0000)]
Verify that the pointer m_extensionsFactory is not 0 before
dereferencing it. Fixes a possible crash when initialising the
Details View in Konqueror, caused by an indirect resizing the of
columns before the DolphinDetailsView constructor is finished.
CCBUG: 257035
svn path=/trunk/KDE/kdebase/apps/; revision=
1198138
Script Kiddy [Wed, 17 Nov 2010 09:42:13 +0000 (09:42 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=
1198064
Peter Penz [Tue, 16 Nov 2010 17:09:15 +0000 (17:09 +0000)]
Don't show the "Show menubar" action for a context-menu above items.
BUG: 257065
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=
1197828
Peter Penz [Tue, 16 Nov 2010 17:03:13 +0000 (17:03 +0000)]
There is no need to use a regular expression to get all files.
svn path=/trunk/KDE/kdebase/apps/; revision=
1197827
Peter Penz [Mon, 15 Nov 2010 15:55:34 +0000 (15:55 +0000)]
Disable the text for some toolbuttons in the "Text Alongside Icons" configuration per default. The text can of course be enabled again by the user.
BUG: 256858
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=
1197377
Peter Penz [Fri, 12 Nov 2010 21:16:14 +0000 (21:16 +0000)]
Fix issue that the folders in the details-view are not automatically opened when dragging items and "expandable folders" is disabled.
CCBUG: 237731
svn path=/trunk/KDE/kdebase/apps/; revision=
1196240
Peter Penz [Fri, 12 Nov 2010 12:58:00 +0000 (12:58 +0000)]
Fix issue that no filtering is possible if the Filter Panel is used outside the "Find" mode of Dolphin.
svn path=/trunk/KDE/kdebase/apps/; revision=
1196029
Peter Penz [Fri, 12 Nov 2010 12:34:51 +0000 (12:34 +0000)]
Fix build-issue if no Nepomuk is available
svn path=/trunk/KDE/kdebase/apps/; revision=
1196022
Peter Penz [Thu, 11 Nov 2010 19:19:40 +0000 (19:19 +0000)]
Remove the "Remove folder restriction" button from the Filter Panel as discussed with Sebastian Trüg. This will be replaced by the "From Here" and "Everywhere" buttons later.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195690
Peter Penz [Thu, 11 Nov 2010 19:16:45 +0000 (19:16 +0000)]
Provide a parent for the "From Here" button
svn path=/trunk/KDE/kdebase/apps/; revision=
1195688
Peter Penz [Thu, 11 Nov 2010 18:29:23 +0000 (18:29 +0000)]
Remove the filter-button as it has been replaced by the Filter Panel.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195671
Peter Penz [Thu, 11 Nov 2010 18:27:14 +0000 (18:27 +0000)]
The string freeze is near: Add a string that may contain the file-name as paramater.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195670
Peter Penz [Thu, 11 Nov 2010 17:52:09 +0000 (17:52 +0000)]
Disable the Facet Panel if Nepomuk is disabled (at least for 4.6, hopefully in 4.7 we can also provide Facets that don't require a running Nepomuk)
svn path=/trunk/KDE/kdebase/apps/; revision=
1195658
Peter Penz [Thu, 11 Nov 2010 17:43:32 +0000 (17:43 +0000)]
Currently the Filter Panel does only work with enabled Nepomuk. Don't show it when Nepomuk is disabled.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195652
Peter Penz [Thu, 11 Nov 2010 17:05:52 +0000 (17:05 +0000)]
Block signals from the facet-widget when applying a query. This prevents recursive URL changes.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195637
Peter Penz [Wed, 10 Nov 2010 22:27:06 +0000 (22:27 +0000)]
Don't try to apply the services-settings, if they have not even been shown. This fixes the issue that the version-control settings get reset when changing another setting.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195364
Peter Penz [Wed, 10 Nov 2010 22:20:02 +0000 (22:20 +0000)]
Also allow to show/hide the Filter Panel if Nepomuk is disabled
svn path=/trunk/KDE/kdebase/apps/; revision=
1195360
Peter Penz [Wed, 10 Nov 2010 22:07:37 +0000 (22:07 +0000)]
Per default automatically rotate JPEG images corresponding to their EXIF data.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195356
Kevin Ottens [Wed, 10 Nov 2010 16:42:52 +0000 (16:42 +0000)]
Cleanup KLibLoader use.
svn path=/trunk/KDE/kdebase/apps/; revision=
1195243
Frank Reininghaus [Tue, 9 Nov 2010 22:04:51 +0000 (22:04 +0000)]
Add unit test for bug 201459.
svn path=/trunk/KDE/kdebase/apps/; revision=
1194790
Peter Penz [Tue, 9 Nov 2010 16:26:19 +0000 (16:26 +0000)]
Adjust the color when using the LocallyModifiedUnstagedVersion (patch written by Sebastian Dörner)
svn path=/trunk/KDE/kdebase/apps/; revision=
1194724
Frank Reininghaus [Tue, 9 Nov 2010 08:33:45 +0000 (08:33 +0000)]
1. Add method TestBase::reloadViewAndWait().
2. Remove some debug output from DolphinDetailsViewTest - it seems
that the test failure I saw on cdash.org is due to a failing kioslave,
which is probably not Dolphin's fault.
svn path=/trunk/KDE/kdebase/apps/; revision=
1194514
Frank Reininghaus [Tue, 9 Nov 2010 08:23:33 +0000 (08:23 +0000)]
Add unit test for bug 217447.
To make it work, I had to make DolphinTreeView::indexAt public, but
this method is public in the base class anyway.
svn path=/trunk/KDE/kdebase/apps/; revision=
1194511
Aurélien Gâteau [Tue, 9 Nov 2010 00:15:14 +0000 (00:15 +0000)]
Revert "showMenuBar is deprecated, use showHideMenuBar instead."
This reverts commit
f20cd7fd1836d0f16bc1dec2204bd4356a9f2802 .
svn path=/trunk/KDE/kdebase/apps/; revision=
1194446
Sebastian Trueg [Mon, 8 Nov 2010 23:23:09 +0000 (23:23 +0000)]
* Adjusted to the small API changes in libnepomuk
* Fancy facets.
svn path=/trunk/KDE/kdebase/apps/; revision=
1194431
Peter Penz [Mon, 8 Nov 2010 18:05:36 +0000 (18:05 +0000)]
Remember the root-URL when saving the state of a view. This allows to restore a column-view correctly when going back in history.
svn path=/trunk/KDE/kdebase/apps/; revision=
1194323
Peter Penz [Mon, 8 Nov 2010 16:26:01 +0000 (16:26 +0000)]
Also assure that when scrolling right that the currently completely invisible column gets partly visible.
svn path=/trunk/KDE/kdebase/apps/; revision=
1194305
Peter Penz [Mon, 8 Nov 2010 16:13:10 +0000 (16:13 +0000)]
Use KFileItem::mostLocalUrl() instead of KFileItem::url() for the "Path" column. This assures that a path is shown also for the nepomuksearch:/ protocol.
svn path=/trunk/KDE/kdebase/apps/; revision=
1194303
Peter Penz [Sun, 7 Nov 2010 15:00:09 +0000 (15:00 +0000)]
The clearing is already done in DolphinSearchBox::keyReleaseEvent()
svn path=/trunk/KDE/kdebase/apps/; revision=
1193915
Peter Penz [Sun, 7 Nov 2010 14:55:33 +0000 (14:55 +0000)]
Make the filter-behavior similar to applications like Kate, where activating the filter lets focus it again.
BUG: 256160
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=
1193912
Peter Penz [Sun, 7 Nov 2010 14:31:33 +0000 (14:31 +0000)]
Remove patch from SVN commit
1126336 : It has sideeffects if the removed entry still shows a valid content.
BUG: 244021
BUG: 250405
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=
1193904
Peter Penz [Sat, 6 Nov 2010 14:33:23 +0000 (14:33 +0000)]
Disable the filter-dock if Nepomuk is not active.
svn path=/trunk/KDE/kdebase/apps/; revision=
1193611
Peter Penz [Fri, 5 Nov 2010 17:46:40 +0000 (17:46 +0000)]
Take care to not reset the preview-settings if they have not been changed.
CCBUG: 252254
svn path=/trunk/KDE/kdebase/apps/; revision=
1193355
Peter Penz [Fri, 5 Nov 2010 17:32:46 +0000 (17:32 +0000)]
Take care to listen for changes of the settings-widgets after loadSettings() is invoked, otherwise it is possible that a change is accidently indicated.
svn path=/trunk/KDE/kdebase/apps/; revision=
1193350
Peter Penz [Fri, 5 Nov 2010 17:12:35 +0000 (17:12 +0000)]
Rename the setter showFilterBar() to setFilterBarVisible().
svn path=/trunk/KDE/kdebase/apps/; revision=
1193348
Peter Penz [Fri, 5 Nov 2010 17:03:29 +0000 (17:03 +0000)]
SVN_SILENT: fix typo
svn path=/trunk/KDE/kdebase/apps/; revision=
1193345
Peter Penz [Fri, 5 Nov 2010 17:02:58 +0000 (17:02 +0000)]
If the user has changed the startup settings, they should also get applied to the current views.
BUG: 254947
FIXED-IN: 4.6.0
svn path=/trunk/KDE/kdebase/apps/; revision=
1193344
Peter Penz [Fri, 5 Nov 2010 15:31:23 +0000 (15:31 +0000)]
Fix issue that the horizontal scrollbar is not updated correctly when resizing the window
svn path=/trunk/KDE/kdebase/apps/; revision=
1193329
Peter Penz [Thu, 4 Nov 2010 19:04:18 +0000 (19:04 +0000)]
Fix issue that moving the mouse above the viewport might trigger showing the meta-information of an only shortly hovered file.
svn path=/trunk/KDE/kdebase/apps/; revision=
1193131
Peter Penz [Thu, 4 Nov 2010 18:05:36 +0000 (18:05 +0000)]
Adjust code to the changed signal of the Nepomuk facet-widget.
svn path=/trunk/KDE/kdebase/apps/; revision=
1193123
Peter Penz [Thu, 4 Nov 2010 17:27:11 +0000 (17:27 +0000)]
Interface cleanup: The DolphinView should not expose QAbstractItemView-specific things like QItemSelectionModel. Just providing interfaces for KFileItem and KUrl will make it easier in future to change the view-implementations internally to QML-specific itemviews or whatever.
svn path=/trunk/KDE/kdebase/apps/; revision=
1193113
Tobias Koenig [Thu, 4 Nov 2010 13:38:06 +0000 (13:38 +0000)]
Use the ontologies compiled into libnepomuk
svn path=/trunk/KDE/kdebase/apps/; revision=
1193072
Peter Penz [Wed, 3 Nov 2010 15:06:40 +0000 (15:06 +0000)]
Use a ':' as end of the label instead of a '.', even if the label is top-aligned.
svn path=/trunk/KDE/kdebase/apps/; revision=
1192621
Dawit Alemayehu [Mon, 1 Nov 2010 16:56:47 +0000 (16:56 +0000)]
Added implementation of the FileInfoExtension to allow KPart plugins to obtain such information
svn path=/trunk/KDE/kdebase/apps/; revision=
1191993
Peter Penz [Mon, 1 Nov 2010 12:31:44 +0000 (12:31 +0000)]
Assure that always the search-box is shown instead of the URL-navigator if a Nepomuk-URL is requested. We still have to think about how to show queries that cannot be represented by the facet-widget, but at least it is sure that this kind of information should not be shown by the URL navigator.
svn path=/trunk/KDE/kdebase/apps/; revision=
1191912
Script Kiddy [Sun, 31 Oct 2010 09:11:11 +0000 (09:11 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=
1191511
Peter Penz [Fri, 29 Oct 2010 15:32:31 +0000 (15:32 +0000)]
If the signal sliderMoved() is emitted, always valueChanged() is emitted too -> no need to connect to sliderMoved()
svn path=/trunk/KDE/kdebase/apps/; revision=
1191107
Peter Penz [Fri, 29 Oct 2010 15:17:32 +0000 (15:17 +0000)]
If the vertical scrollbar got triggered by the wheel, the autoscrolling should be reactivated too.
svn path=/trunk/KDE/kdebase/apps/; revision=
1191100
Peter Penz [Fri, 29 Oct 2010 15:12:59 +0000 (15:12 +0000)]
Don't do an automatic horizontal scrolling, if the user has adjusted the horizontal scrollbar. The autoscrolling gets reactivated again if the vertical scrollbar has been moved by the user.
svn path=/trunk/KDE/kdebase/apps/; revision=
1191098
Frank Reininghaus [Fri, 29 Oct 2010 14:13:11 +0000 (14:13 +0000)]
It's easier to put functionality that is used by many unit tests into
a common base class. I took that idea from Nepomuk's unit tests in
kdelibs.
svn path=/trunk/KDE/kdebase/apps/; revision=
1191051
Peter Penz [Fri, 29 Oct 2010 13:41:26 +0000 (13:41 +0000)]
Fix build-issue if Nepomuk is not available.
svn path=/trunk/KDE/kdebase/apps/; revision=
1191041
Peter Penz [Wed, 27 Oct 2010 20:30:49 +0000 (20:30 +0000)]
Set icons for the rename- and properties-action of the Folders Panels context-menu.
svn path=/trunk/KDE/kdebase/apps/; revision=
1190486
Peter Penz [Wed, 27 Oct 2010 20:11:46 +0000 (20:11 +0000)]
- Allow to disable the automatic horizontal scrolling of the Folders Panel
- Remember the 'Show Hidden Files' setting
- Improve the autoscroll behavior
- Fix issue that expanding folders might not increase the horizontal width
- Fix issue that the selected item might get hidden by the horizontal scrollbar
BUG: 191787
FIXED-IN: 4.6.0
CCMAIL: datpeter@yahoo.com>
svn path=/trunk/KDE/kdebase/apps/; revision=
1190479
Peter Penz [Wed, 27 Oct 2010 18:31:39 +0000 (18:31 +0000)]
Postpone the initialization of the filter-panel until it is shown. This prevents overhead if the filter-panel is disabled.
svn path=/trunk/KDE/kdebase/apps/; revision=
1190460
Peter Penz [Wed, 27 Oct 2010 17:17:20 +0000 (17:17 +0000)]
Move "Filter"-action to the bottom and apply icon + shortcut
svn path=/trunk/KDE/kdebase/apps/; revision=
1190446
Peter Penz [Wed, 27 Oct 2010 17:08:02 +0000 (17:08 +0000)]
- Automatically show the filter-panel when a searching is done
- Remove filter-prototypes that conflict with the filterpanel
svn path=/trunk/KDE/kdebase/apps/; revision=
1190445
Kevin Ottens [Wed, 27 Oct 2010 14:26:05 +0000 (14:26 +0000)]
showMenuBar is deprecated, use showHideMenuBar instead.
svn path=/trunk/KDE/kdebase/apps/; revision=
1190390
Peter Penz [Wed, 27 Oct 2010 13:35:24 +0000 (13:35 +0000)]
Rename FacetPanel to FilterPanel so that the name reflects the headline.
svn path=/trunk/KDE/kdebase/apps/; revision=
1190370
Peter Penz [Tue, 26 Oct 2010 16:01:43 +0000 (16:01 +0000)]
Fix build issues if Nepomuk is not available
svn path=/trunk/KDE/kdebase/apps/; revision=
1190010
Peter Penz [Tue, 26 Oct 2010 13:11:37 +0000 (13:11 +0000)]
Apply the facets-patch written by Sebastian Trüg, which allows to filter search results in a very comfortable way. A lot of finetuning is necessary (e.g. the custom filter-prototypes from Dolphin will get removed etc). This will be done during the next weeks.
svn path=/trunk/KDE/kdebase/apps/; revision=
1189951
Script Kiddy [Tue, 26 Oct 2010 09:57:26 +0000 (09:57 +0000)]
SVN_SILENT made messages (.desktop file)
svn path=/trunk/KDE/kdebase/apps/; revision=
1189884
Frank Reininghaus [Mon, 25 Oct 2010 14:51:10 +0000 (14:51 +0000)]
Add some debug output to DolphinDetailsViewTest
I've seen the test fail due to timeout at
http://my.cdash.org/index.php?project=kdebase&date=
Maybe some debug output helps to find the cause for this.
svn path=/trunk/KDE/kdebase/apps/; revision=
1189677
Peter Penz [Mon, 25 Oct 2010 13:45:34 +0000 (13:45 +0000)]
- Add support for file item actions (see http://reviewboard.kde.org/r/5659/)
- Internal cleanups of DolphinContextMenu code
svn path=/trunk/KDE/kdebase/apps/; revision=
1189651
Andreas Hartmetz [Fri, 22 Oct 2010 22:29:56 +0000 (22:29 +0000)]
Link with gold, KDirModel is in KIO. Also remove redundant
QT_QTCORE_LIBRARY - KDE4_*_LIBS includes dependencies.
svn path=/trunk/KDE/kdebase/apps/; revision=
1188673
Frank Reininghaus [Fri, 22 Oct 2010 15:41:47 +0000 (15:41 +0000)]
Add a second Dolphin unit test (for a regression in DolphinDetailsView
which has been fixed recently). This commit also adds a new class
TestHelper which provides some funtionality that most Dolphin unit
tests will need. I hope that this makes implementing additional tests
as easy as possible :-)
svn path=/trunk/KDE/kdebase/apps/; revision=
1188536
Andreas Hartmetz [Thu, 21 Oct 2010 14:11:09 +0000 (14:11 +0000)]
Link with gold
svn path=/trunk/KDE/kdebase/apps/; revision=
1188148
Frank Reininghaus [Thu, 21 Oct 2010 07:58:56 +0000 (07:58 +0000)]
Add a first unit test for Dolphin, which verifies that the fix for one
of the problems related to Dolphin's modifications to QTreeView works
as it should.
This is only a small start, but I hope that we can cover at least the
basic functionality of DolphinView, the three item views and possibly
a couple of other classes with a rather stable API soon.
svn path=/trunk/KDE/kdebase/apps/; revision=
1188049
Oswald Buddenhagen [Tue, 19 Oct 2010 12:44:48 +0000 (12:44 +0000)]
actually install the .desktop files as executables
changing merely the file permissions is the repo is quite a noop as far
as cmake is concerned.
svn path=/trunk/KDE/kdebase/apps/; revision=
1187438