┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2011-08-01Some small API docs fixes in DolphinView.Frank Reininghaus
2011-08-01Add missing separators to the "Help" sub-menu of Dolphin's menubar ↵Kai Uwe Broulik
replacement like all KDE apps have BUG: 276560
2011-07-31normalize signals/slotsMontel Laurent
2011-07-30Merged very early alpha-version of Dolphin 2.0Peter Penz
Dolphin 2.0 will get a new view-engine with the following improvements: - Better performance - Animated transitions - No clipped filenames due to dynamic item-sizes - Grouping support for all view-modes - Non-rectangular selection areas - Simplified code for better maintenance More details will be provided in a blog-entry during the next days. Please note that the code is in a very early alpha-stage and although the most tricky parts have been implemented already very basic things like drag and drop or selections have not been pushed yet. Those things are rather trivial to implement but this still will take some time.
2011-07-17Fix Dolphin session management regressionFrank Reininghaus
The commit fff7573ebb910712ad97951bf1762e6a7bb0bdc7 introduced a regression concerning restoration of saved Dolphin sessions. The main window numbers which can be passed to KMainWindow::restore() start with 1, and not with 0. CCBUG:275649 (cherry picked from commit b4091809beedf0e373ac2f497634cc0bedf77a8f)
2011-07-12SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-12Revert "Use isEmpty()" - the original code asked for a size > 1 and not >= 1...Peter Penz
This reverts commit fa73fbfb84792d16dd56ebdeca1667ca12a597bd. CCMAIL: [email protected]
2011-07-11Use isEmpty()Nicolas Lécureuil
2011-07-11SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-10PreviewSettingsPage: update JPG preview plugin settings if neededFrank Reininghaus
In KDE <= 4.6, the 'jpegrotatedthumbnail' plugin was used to provide thumbnails for JPG images which are rotated correctly. In KDE 4.7, this is done by the usual 'jpegthumbnail' plugin if it is configured accordingly. The update of the settings is done in KFilePreviewGenerator. However, if Konqueror is run in web browsing mode and the settings dialog is opened, KFilePreviewGenerator does not have a chance to do the update. To make sure that the correct plugins are shown in the settings, this commit adds a plugin update to PreviewSettingsPage. The old code that just removed the 'jpegrotatedthumbnail' plugin without enabling the 'jpegthumbnail' plugin is removed. CCBUG:277251 (cherry picked from commit 626fb3cf58dc12d4a8d219c12e7663881a1246e7)
2011-07-07Use QToolButtons instead of QPushButtons for the searchbarPeter Penz
Thanks to Hugo Pereira Da Costa for the patch. BUG: 277227 FIXED-IN: 4.7.0
2011-07-06SVN_SILENT made messages (.desktop file)Script Kiddy
2011-07-03Squeeze the filename shown in the rename dialog when it is too longDawit Alemayehu
and show the full name in a tool tip instead.
2011-06-21Show icon overlays in the Informationen Panel.Matthias Fuchs
BUG:190579 REVIEW:101573
2011-06-21SVN_SILENT made messages (.desktop file)Script Kiddy
2011-06-13Add missing actions to report bug + switch language to Help menu in dolphin ↵Burkhard Lück
whithout menubar Using Dolphin in default mode in master/4.7 whithout menubar the user has no actions to report a bug or switch language. Add these missing actions the Help menu launched from the toolbar button Configure and control Dolphin. REVIEW: 101597
2011-06-11Return the url of the view instead of the url of the url navigator.Matthias Fuchs
That way if a wrong protocol had been entered the currently watched directory will be returned. BUG:274890 REVIEW:101580
2011-06-10Fix position of toolbar-menuPeter Penz
CCBUG: 274495
2011-06-09Wait longer for the selectionChanged signalFrank Reininghaus
The timeout for the selectionChanged signal is increased in DolphinViewTest_AllViewModes::verifySelectedItemsCount(). I hope that this will fix a part of the failures seen in http://my.cdash.org/testDetails.php?test=6350150&build=196639
2011-06-09Improve stability of DolphinView testsFrank Reininghaus
1. Fix possible test failure if hidden files are shown initially. 2. Fix possible test failure if a .directory file is created in the test directory. I think that this fixes the test failure from http://my.cdash.org/testDetails.php?test=6350151&build=196639
2011-06-02Keeps the selection after showing/hiding hidden files.Matthias Fuchs
Still only files that are shown will be selected, thus selecting hidden files and then hiding hidden files will deselect those. BUG:177215 REVIEW:101487
2011-06-01Fix problems with commit 8d789f2626243dSebastian Dörner
- fix crash when Ctrl-D-ing in the terminal - don't respond to window manager actions, only when the dock itself is hidden Refers to commit 8d789f2626243ddc6c763c84e582e8e20afe7689
2011-05-31Improves 79ccd0202d106a9c16b79a20cd79831a60dc5393 by allowing "/" in file names.Matthias Fuchs
Though here "/" is not the ascii char '/' but the "unicode fraction slash" one, thus it is not taken as directory command. CCBUG:211751 REVIEW:101454
2011-05-30Fix position of Dolphin menu with multiple-screens setupPeter Penz
BUG: 274495 FIXED-IN: 4.7.0
2011-05-29Set the window on the directory lister created in ViewAccessor so that passwordDawit Alemayehu
management can be handled properly. REVIEW: 101469
2011-05-29SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-29Improved query creation. There is absolutely no point in using aSebastian Trueg
regular expression in addition to the query created by the query parser. All it does is majorly slowing down the query execution. REVIEW: 101462
2011-05-28Disallow renaming to names containing '/', names being equal to "." or "..".Matthias Fuchs
BUG:211751 REVIEW:101454
2011-05-28DolphinColumnView navigation works more intuitively.Matthias Fuchs
If no item is selected then pressing right moves to a column view with child url, instead of the first index. BUG:263110 REVIEW:101449
2011-05-28Fix build failure if Nepomuk is not available.Frank Reininghaus
Thanks to Krzysztof Nowicki for the patch! BUG: 274297
2011-05-28Tooltips: Use tooltip-text-color for the filenamePeter Penz
Thanks to Jacopo De Simoi for the patch! CCMAIL: [email protected]
2011-05-27SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-26Don't try to build dolphinsearchboxtest if Nepomuk isn't found.Frank Reininghaus
2011-05-25Don't let hidden terminals prevent unmountingSebastian Dörner
Previous state: When the terminal is hidden, the cwd is not updated anymore. If it was on a removable device when hiding, the hidden terminal might prevent unmounting this device. This patch fixes that bug by changing the cwd to "/" when hiding the panel. REVIEW: 101387 BUG: 158264 FIXED-IN: 4.7.0
2011-05-23Compile with QT_USE_FAST_OPERATOR_PLUSAlex Merry
2011-05-22It compiles fine with "-DQT_USE_FAST_CONCATENATION -DQT_USE_FAST_OPERATOR_PLUS"Montel Laurent
2011-05-19Fix DolphinView regression in 4.6: Keep renamed items visibleFrank Reininghaus
Commit 78669f2a57ecfb547019383deadf4aeac7d20070 introduced a regression in DolphinView which disabled the automatic scrolling after a rename operation to keep the renamed item visible. This commit reverts a part of that change to re-enable the feature. CCBUG: 273600 FIXED-IN: 4.6.4 (cherry picked from commit 54f34a941f85efa659392a06b14fee86f1420bf5)
2011-05-17SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-11Fix build: Only compile code using Nepomuk #ifdef HAVE_NEPOMUK.Andreas Hartmetz
Actually HAVE_NEPOMUK should be defined here, but it isn't. This seems to be some bug in the buildsystem. CCMAIL: [email protected]
2011-05-11SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-09SVN_SILENT made messages (.desktop file)Script Kiddy
2011-05-01Use pathOrUrl() instead of path() for application/x-kde-dndextract.Raphael Kubo da Costa
This makes it possible to extract to remote locations or, say, trash:/ when everything is properly set up in Ark's side. CCMAIL: [email protected] (cherry picked from commit 5307f8ee2457387361e85517df38979bceeafb2a)
2011-05-01adapt to INSTALLed permissionsOswald Buddenhagen
2011-04-29Use special zoom-icons for the zoom-widget in the statusbarPeter Penz
2011-04-26Don't ask twice whether the trash should get emptiedPeter Penz
Thanks to Casey Jones for the patch! BUG: 265785 FIXED-IN: 4.7.0
2011-04-23Move add_subdirectory(tests) to where Nepomuk has been found.Andreas Hartmetz
The tests were using NEPOMUK_FOO_LIBRARIES variables that were, at least partially, not defined. Didn't link with gold linker.
2011-04-20Fix enabled/disabled issue of Search PanelPeter Penz
2011-04-20Search improvementsPeter Penz
Use Query::titleFromQueryUrl() to give a hint what kind of information is shown to the user.
2011-04-20Improve usability of Search PanelPeter Penz
If the Search Panel is shown outside the context of the "Find" mode it will be always enabled and does a global search. Only if the user is in the "Find" mode and the searching is restricted to the current directory the Search Panel might get disabled if the current directory is not indexed. This solves the major usability issue that it was not clear for the users whether a global or restricted search is done.
2011-04-19Center tooltips horizontally in relation to the itemPeter Penz
Patch has been written by Aaron J. Seigo.