┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-01-15Improve tests for DolphinTreeView's code that updates the selectionFrank Reininghaus
when a key is pressed. svn path=/trunk/KDE/kdebase/apps/; revision=1214565
2011-01-14Move the FileMetaDataConfigurationDialog from "settings" to ↵Peter Penz
"panels/information", as it is not used anymore for the tooltips and only in the information panel. svn path=/trunk/KDE/kdebase/apps/; revision=1214480
2011-01-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=1213663
2011-01-09Don't trigger a slotDirListerCompleted() when the directory lister has been ↵Peter Penz
cancelled. Beside leading to a crash for the unit tests this is semantically wrong. svn path=/trunk/KDE/kdebase/apps/; revision=1213203
2011-01-09Fix implementation of DolphinView::invertSelection() which assures that ↵Peter Penz
DolphinView::hasSelection() provides a valid return-value. This looks like an issue in Qt, but I did not have the time yet to provide a Qt-only example for a bug-report :-( svn path=/trunk/KDE/kdebase/apps/; revision=1213199
2011-01-09Encapsulate the creation and handling of the directory lister, the model and ↵Peter Penz
proxy model to DolphinView. By this it will be easier later to replace the traditional QAbstractItemViews by any kind of other implementation (e.g. based on QGraphicsView/QML). svn path=/trunk/KDE/kdebase/apps/; revision=1213189
2011-01-09Internal simplification: It is not necessary to keep the ViewModeController ↵Peter Penz
as member for the view-modes, as the URL is alredy known by the DolphinViewController. svn path=/trunk/KDE/kdebase/apps/; revision=1213172
2011-01-08Forward port: Fix memory leak in searchDirectory()Peter Penz
CCBUG: 262481 svn path=/trunk/KDE/kdebase/apps/; revision=1212998
2011-01-08SVN_SILENT: Remove unused methodPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1212992
2011-01-08SVN_SILENT: Fix typos in doxygen documentationSebastian Doerner
svn path=/trunk/KDE/kdebase/apps/; revision=1212955
2011-01-08Fix sanity check in toggleViews()Sebastian Doerner
svn path=/trunk/KDE/kdebase/apps/; revision=1212950
2011-01-04Add the "Lock Panels"/"Unlock Panels"-action to the context-menu of the ↵Peter Penz
Places Panel. svn path=/trunk/KDE/kdebase/apps/; revision=1211709
2011-01-01SVN_SILENT: Use same comment-style as the other unit-testsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1210710
2011-01-01Add test for the keyboard-focusPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1210707
2011-01-01Forward-port: Restore keyboard-focus when changing the view-modePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1210699
2011-01-01Increase version to 1.6.9Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1210665
2011-01-01Forward port: Don't grab the focus if the view did not have the focus already.Peter Penz
CCBUG: 261147 FIXED-IN: 4.6.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210659
2010-12-31SVN_SILENT: Don't connect to non-existing signal/slotPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=1210426
2010-12-31Lock panels per default and allow to unlock them like in Amarok.Peter Penz
BUG: 229811 FIXED-IN: 4.7.0 svn path=/trunk/KDE/kdebase/apps/; revision=1210424
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