┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-11-20changed: QImageBlitz is no longer used, so do not require and link to it ↵Friedrich W. H. Kossebau
(useful for built on MeeGo) svn path=/trunk/KDE/kdebase/apps/; revision=1199156
2010-11-20removed: include of unused headerFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=1199153
2010-11-20removed: include of unused (and deprecated) headerFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=1199149
2010-11-20Backup and restore the zoom level inFrank Reininghaus
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
2010-11-20Make sure that an item's visualRect in the Details View is not widerFrank Reininghaus
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
2010-11-20Allow to cancel the loading of search results.Peter Penz
BUG: 257421 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1199112
2010-11-20Use the inactive text color for all columns except the name column. This ↵Peter Penz
indicates for the user that hovering other columns does not change the actions context. svn path=/trunk/KDE/kdebase/apps/; revision=1199020
2010-11-20SVN_SILENT: documentation fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1199017
2010-11-18- When showing the trash content, use the details view with path as default viewPeter Penz
- Assure that the original path is shown for the trash protocol within Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=1198481
2010-11-18* Fixed performer facetSebastian Trueg
* Always use FileQuery which is much faster than normal queries svn path=/trunk/KDE/kdebase/apps/; revision=1198420
2010-11-17Add unit test which checks that DolphinDetailsView::expandedUrls()Frank Reininghaus
works as expected. svn path=/trunk/KDE/kdebase/apps/; revision=1198202
2010-11-17Fix Qt runtime warning "QTimeLine::start: already running".Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1198200
2010-11-17Move the "Show Menubar" entry from the top to the bottom. For users that ↵Peter Penz
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
2010-11-17Verify that the pointer m_extensionsFactory is not 0 beforeFrank Reininghaus
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
2010-11-17SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1198064
2010-11-16Don't show the "Show menubar" action for a context-menu above items.Peter Penz
BUG: 257065 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1197828
2010-11-16There is no need to use a regular expression to get all files.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1197827
2010-11-15Disable the text for some toolbuttons in the "Text Alongside Icons" ↵Peter Penz
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
2010-11-12Fix issue that the folders in the details-view are not automatically opened ↵Peter Penz
when dragging items and "expandable folders" is disabled. CCBUG: 237731 svn path=/trunk/KDE/kdebase/apps/; revision=1196240
2010-11-12Fix issue that no filtering is possible if the Filter Panel is used outside ↵Peter Penz
the "Find" mode of Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=1196029
2010-11-12Fix build-issue if no Nepomuk is availablePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1196022
2010-11-11Remove the "Remove folder restriction" button from the Filter Panel as ↵Peter Penz
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
2010-11-11Provide a parent for the "From Here" buttonPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1195688
2010-11-11Remove the filter-button as it has been replaced by the Filter Panel.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1195671
2010-11-11The string freeze is near: Add a string that may contain the file-name as ↵Peter Penz
paramater. svn path=/trunk/KDE/kdebase/apps/; revision=1195670
2010-11-11Disable the Facet Panel if Nepomuk is disabled (at least for 4.6, hopefully ↵Peter Penz
in 4.7 we can also provide Facets that don't require a running Nepomuk) svn path=/trunk/KDE/kdebase/apps/; revision=1195658
2010-11-11Currently the Filter Panel does only work with enabled Nepomuk. Don't show ↵Peter Penz
it when Nepomuk is disabled. svn path=/trunk/KDE/kdebase/apps/; revision=1195652
2010-11-11Block signals from the facet-widget when applying a query. This prevents ↵Peter Penz
recursive URL changes. svn path=/trunk/KDE/kdebase/apps/; revision=1195637
2010-11-10Don't try to apply the services-settings, if they have not even been shown. ↵Peter Penz
This fixes the issue that the version-control settings get reset when changing another setting. svn path=/trunk/KDE/kdebase/apps/; revision=1195364
2010-11-10Also allow to show/hide the Filter Panel if Nepomuk is disabledPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1195360
2010-11-10Per default automatically rotate JPEG images corresponding to their EXIF data.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1195356
2010-11-10Cleanup KLibLoader use.Kevin Ottens
svn path=/trunk/KDE/kdebase/apps/; revision=1195243
2010-11-09Add unit test for bug 201459.Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1194790
2010-11-09Adjust the color when using the LocallyModifiedUnstagedVersion (patch ↵Peter Penz
written by Sebastian Dörner) svn path=/trunk/KDE/kdebase/apps/; revision=1194724
2010-11-091. Add method TestBase::reloadViewAndWait().Frank Reininghaus
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
2010-11-09Add unit test for bug 217447.Frank Reininghaus
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
2010-11-09Revert "showMenuBar is deprecated, use showHideMenuBar instead."Aurélien Gâteau
This reverts commit f20cd7fd1836d0f16bc1dec2204bd4356a9f2802. svn path=/trunk/KDE/kdebase/apps/; revision=1194446
2010-11-08* Adjusted to the small API changes in libnepomukSebastian Trueg
* Fancy facets. svn path=/trunk/KDE/kdebase/apps/; revision=1194431
2010-11-08Remember the root-URL when saving the state of a view. This allows to ↵Peter Penz
restore a column-view correctly when going back in history. svn path=/trunk/KDE/kdebase/apps/; revision=1194323
2010-11-08Also assure that when scrolling right that the currently completely ↵Peter Penz
invisible column gets partly visible. svn path=/trunk/KDE/kdebase/apps/; revision=1194305
2010-11-08Use KFileItem::mostLocalUrl() instead of KFileItem::url() for the "Path" ↵Peter Penz
column. This assures that a path is shown also for the nepomuksearch:/ protocol. svn path=/trunk/KDE/kdebase/apps/; revision=1194303
2010-11-07The clearing is already done in DolphinSearchBox::keyReleaseEvent()Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193915
2010-11-07Make the filter-behavior similar to applications like Kate, where activating ↵Peter Penz
the filter lets focus it again. BUG: 256160 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193912
2010-11-07Remove patch from SVN commit 1126336: It has sideeffects if the removed ↵Peter Penz
entry still shows a valid content. BUG: 244021 BUG: 250405 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193904
2010-11-06Disable the filter-dock if Nepomuk is not active.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193611
2010-11-05Take care to not reset the preview-settings if they have not been changed.Peter Penz
CCBUG: 252254 svn path=/trunk/KDE/kdebase/apps/; revision=1193355
2010-11-05Take care to listen for changes of the settings-widgets after loadSettings() ↵Peter Penz
is invoked, otherwise it is possible that a change is accidently indicated. svn path=/trunk/KDE/kdebase/apps/; revision=1193350
2010-11-05Rename the setter showFilterBar() to setFilterBarVisible().Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193348
2010-11-05SVN_SILENT: fix typoPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1193345
2010-11-05If the user has changed the startup settings, they should also get applied ↵Peter Penz
to the current views. BUG: 254947 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1193344