┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-12-19Fix regression introduced in 4.5 and allow to add the menu actions "Show ↵Peter Penz
Information Panel", "Show Folders Panel", "Show Terminal Panel", "Show Places Panel" and "Show Places Panel" to the toolbar like in KDE SC 4.4. BUG: 250847 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1207728
2010-12-19Select the whole text in the filterbar and searchbox if the widget has lost ↵Peter Penz
the focus and gets focused again by the shortcut (this behavior is consistent to e.g. the behavior in Kate). CCBUG: 256160 svn path=/trunk/KDE/kdebase/apps/; revision=1207719
2010-12-16Remove the dynamic "Configure Tooltips..." button. The tooltip configuration ↵Peter Penz
is context specific anyhow and can be done inside the properties dialog. svn path=/trunk/KDE/kdebase/apps/; revision=1207031
2010-12-15Keeping DolphinDirLister and DolphinModel as DolphinViewContainers members ↵Peter Penz
is not needed anymore, as all the handling is encapsulated inside DolphinView in the meantime. The moving of the dirlister- and model-construction will be done after the 4.6 release, as some internal API adjustments are necessary. svn path=/trunk/KDE/kdebase/apps/; revision=1206754
2010-12-15Fix issue that the enabled state of the "Create New..." menu is not updated ↵Peter Penz
correctly in the column-view. BUG: 258534 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1206749
2010-12-15Fix issue that 2 files get deleted in the details-view instead of 1 when ↵Peter Penz
Shift+DEL is pressed for a longer time (and the confirmation dialog has been turned off). BUG: 259656 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1206734
2010-12-15If "Use common view properties for all folders" is checked, the optimized ↵Peter Penz
view-modes for trash and searching should be replaced by the common view properties too. BUG: 259894 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1206728
2010-12-10Show an undetermined progress indication within one second after changing an ↵Peter Penz
URL. Update to SVN commit 1205329: - Fix issue that an undetermined progress is shown when switching between columns of the column-view. - Fix issue that no undetermined progress is shown when editing the URL directly in the URL navigator BUG: 234894 BUG: 163004 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1205345
2010-12-10Show an undetermined progress indication within one second after changing an ↵Peter Penz
URL. svn path=/trunk/KDE/kdebase/apps/; revision=1205329
2010-12-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1204063
2010-12-021. Also use a time out when waiting for the view's selectionChanged signal.Frank Reininghaus
2. Reduce the time out for the finishedPathLoading signal. svn path=/trunk/KDE/kdebase/apps/; revision=1202815
2010-12-01SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1202489
2010-11-29Use the correct libraries for the test in the CMake file.Frank Reininghaus
svn path=/trunk/KDE/kdebase/apps/; revision=1202160
2010-11-29Use kWaitForSignal to wait until the view has finished reloading. I'veFrank Reininghaus
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
2010-11-29Add a unit test for the basic selection-related functionality ofFrank Reininghaus
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
2010-11-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1201667
2010-11-27Use KFileItem::targetUrl() instead of KFileItem::url().Vishesh Handa
This fixes previews for Nepomuk Search results. svn path=/trunk/KDE/kdebase/apps/; revision=1201458
2010-11-26DragAndDropHelper::isMimeTypeSupported() returns always true in the meantime ↵Peter Penz
- remove it svn path=/trunk/KDE/kdebase/apps/; revision=1201101
2010-11-26Assure that the directory lister gets updated when changing the URLPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1201096
2010-11-26SVN_SILENT: Don't inline the setter/gettersPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1201095
2010-11-26Also reconnect signals for the directory lister when changing the view or ↵Peter Penz
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
2010-11-25Don't offer the "Search everywhere" option for non-local URLs.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1200741
2010-11-24Assure that the "From Here (...)" button contains always a useful content ↵Peter Penz
also for non-local URLs svn path=/trunk/KDE/kdebase/apps/; revision=1200307
2010-11-24Allow to search for filenames + textcontent also for non-local files.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1200303
2010-11-23Some minor changes in DolphinDetailsViewTest:Frank Reininghaus
1. Remove unneeded includes 2. Fix typo 3. Add newline at end of file. svn path=/trunk/KDE/kdebase/apps/; revision=1200027
2010-11-23Honor the from here/everywhere settingSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=1199915
2010-11-22Simplify dolphindetailsviewtest by moving code that is shared by allFrank Reininghaus
test to init() and cleanup(). svn path=/trunk/KDE/kdebase/apps/; revision=1199721
2010-11-21In the item view constructors, call setFocus() only afterFrank Reininghaus
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
2010-11-20removed: include of unused headerFriedrich W. H. Kossebau
svn path=/trunk/KDE/kdebase/apps/; revision=1199157
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