┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-26Fix a very obscure previews-in-tooltip bug.Simon Paul St James
svn path=/trunk/KDE/kdebase/apps/; revision=876175
2008-10-26Revert http://websvn.kde.org/?view=rev&revision=876107 - it introduced a ↵Simon Paul St James
massive performance regression and also didn't really fix the issue. Use new way that fixes the issue in a less direct but more general way. Also - ;-- :) svn path=/trunk/KDE/kdebase/apps/; revision=876137
2008-10-26improved drag & drop support for ArkPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876115
2008-10-26more straight forward syntax (no change of behavior is done)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=876110
2008-10-26Minor fix - ensure that the horizontal elastic band optimisation info works ↵Simon Paul St James
with filenames that are wider than the name column. svn path=/trunk/KDE/kdebase/apps/; revision=876107
2008-10-26Improve the selection performance of the details view by factor of 5 (patch ↵Peter Penz
provided by Simon St. James). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=876099
2008-10-26Show the iconsize of zoom sliders as tooltip (code shamelessly stolen from ↵Peter Penz
Rafael's patch in kfilewidget ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=876081
2008-10-26assure that the zoom level is updated when refreshing the viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=876079
2008-10-25If the context menu is opened above a directory, add the actions "Open in ↵Peter Penz
New Window" and "Open in New Tab" to the context menu. Thanks to Mathias Soeken for the patch! CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=875711
2008-10-25use the DolphinDirLister instead of KDirListerPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=875703
2008-10-25* renamed "[x] Show Full Location" to "[x] Editable Location"Peter Penz
* renamed "Edit Location" to "Replace Location" svn path=/trunk/KDE/kdebase/apps/; revision=875699
2008-10-25SVN_SILENT: minor coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=875696
2008-10-25You can now switch the tabs in dolphin via keyboard shortcuts like in konquerorMathias Soeken
svn path=/trunk/KDE/kdebase/apps/; revision=875689
2008-10-24* Move code from DolphinDropController to DragAndDropHelper.Peter Penz
* Move code which checks whether the dragging of a MIME type is supported to DragAndDropHelper. This allows adding an improved support for dropping compressed files from Ark to Dolphin later... CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=875611
2008-10-24Provide a UI option for the "auto expand folders during drag operations" ↵Peter Penz
feature. The feature is not 100 % finished yet (dragging into a folder having a different view type does not work yet), but it's important to get in the UI string for the translators. svn path=/trunk/KDE/kdebase/apps/; revision=875582
2008-10-24Assure that no reloading is done if KDirLister emits a redirection, only ↵Peter Penz
change the the URL. Thanks to David Faure and Albert Alstals Cid for the detailed analysis! BUG: 155591 svn path=/trunk/KDE/kdebase/apps/; revision=875554
2008-10-24performance improvement when selecting itemsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=875518
2008-10-23SVN_SILENT Fix typos in kdebaseEnrique Matías Sánchez
svn path=/trunk/KDE/kdebase/apps/; revision=875089
2008-10-22use a smaller radius for the tooltip borders to stay consistent with the ↵Peter Penz
Oxygen style svn path=/trunk/KDE/kdebase/apps/; revision=874948
2008-10-22KBallonTipDelegate is not used at all in Dolphin.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=874947
2008-10-22Don't draw a frame for previews in tooltips by code duplication: Now we had ↵Peter Penz
3 different frame types in Dolphin (frames from KFilePreviewGenerator, no frame in the Information Panel and an outdated frame by code duplication from the old file preview generator). Until we find a nice way to make the code for drawing frames in KFilePreviewGenerator public, better don't draw any frame at all. svn path=/trunk/KDE/kdebase/apps/; revision=874942
2008-10-22* don't show a tooltip if a rubberband selection is donePeter Penz
* hide a tooltip if a drag operation has been started BUG: 173148 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=874641
2008-10-16global typoFrederik Schwarzer
more then -> more than other then -> other than svn path=/trunk/KDE/kdebase/apps/; revision=872169
2008-10-16fixed regression: don't change the state, otherwise when having a split view ↵Peter Penz
it is not possible dragging an item from the inactive to the active view (only the rubberband gets active in this case) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=871928
2008-10-15assure that the minimized width can never get larger than the default widthPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=871881
2008-10-15SVN_SILENT: coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=871877
2008-10-15Assure that the item delegate draws the hover effect and the selection for ↵Peter Penz
the details view only above the icon + name. Open issue: The performance when selecting files by the rubberband is too slow (will be fixed before KDE 4.2). CCBUG: 165999 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=871874
2008-10-15First step for having a details view, where only the icon + name act as ↵Peter Penz
selectable area (not the whole width of the name column - similar to KDE3). Thanks to Simon St. James for the original patch! Currently it is very confusing that although only the icon + name is selectable, still the selection and hovering is drawn above the whole column width. This will be fixed before KDE 4.2. CCBUG: 165999 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=871834
2008-10-15- Fix crash found while investigating ↵Simon Paul St James
https://bugs.kde.org/show_bug.cgi?id=170927 svn path=/trunk/KDE/kdebase/apps/; revision=871808
2008-10-15Assure that the docks get informed about an URL change before the GUI is ↵Peter Penz
setup (thanks to Frank Reininghaus for the patch!). This prevents that slots from the docks are called with invalid URLs. BUG: 169103 CCMAIL: [email protected]> svn path=/trunk/KDE/kdebase/apps/; revision=871525
2008-10-14Don't show an empty error dlg box when aborting deletion.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=871137
2008-10-13Konq popupmenu fix: we don't show the "Create new" submenu over subdirs in ↵David Faure
an iconview because you wouldn't see the just-created file/dir, but let's show it in the case of the hiearchical details view ("folders expandable" option), since you can indeed see the new file/dir in that case. Peter: problem solved with itemsExpandable(). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=871109
2008-10-11Simplify the treeview panel implementation (thanks to David Faure for ↵Peter Penz
pimping KDirModel::expandToUrl() :-)). svn path=/trunk/KDE/kdebase/apps/; revision=869982
2008-10-09make it compile if no nepomuk is availablePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=869739
2008-10-09assure that the zoom slider/capacity bar gets hidden correctly if the width ↵Peter Penz
is too small for having a fitting text svn path=/trunk/KDE/kdebase/apps/; revision=869727
2008-10-08Improve performance of information panel. Depending on the used backend ↵Peter Penz
reading the meta information like rating, tags and comments can be slow (especially when e. g. selecting 1000 files at once having items that are not cached yet). The reading of the meta information is now forwarded to a separate thread, so that Dolphin never gets blocked. CCMAIL: [email protected] BUG: 170017 BUG: 164309 BUG: 166057 svn path=/trunk/KDE/kdebase/apps/; revision=869401
2008-10-08clear the shown URL property when a selection is donePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=869386
2008-10-08Don't request any meta data, if the requested URL is equal to the currently ↵Peter Penz
shown URL. This is especially important when opening a directory, where the meta info has been requested twice (the first time on hovering a directory, the second time when opening - now when opening the directory no meta data is requested at all). Further performance improvements will follow... svn path=/trunk/KDE/kdebase/apps/; revision=869328
2008-10-08Also use the Nepomuk MassUpdateJob for taggingSebastian Trueg
svn path=/trunk/KDE/kdebase/apps/; revision=869130
2008-10-07improvement to previous commit: check whether the URL can be listed by ↵Peter Penz
asking the protocol manager (thanks to David Faure for the hint) svn path=/trunk/KDE/kdebase/apps/; revision=869022
2008-10-07If an URL cannot be listed, just let the view and the panels show the last ↵Peter Penz
listable URL. This prevents having an empty view and empty panels when typing a wrong URL. BUG: 170695 svn path=/trunk/KDE/kdebase/apps/; revision=868984
2008-10-07provide zoom-out and zoom-in buttons beside the zoom sliderPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=868953
2008-10-07when changing the settings it is necessary to refresh all tabs, not only the ↵Peter Penz
active tab svn path=/trunk/KDE/kdebase/apps/; revision=868952
2008-10-07Small fix to the zoom slider bar, the old sliderMoved(int) signal is just ↵Sascha Peilicke
fired when the user pressed a mouse button and drags the slider. It is however possible to change the slider position by clicking into it or (when focus follows mouse is enabled) by hovering on top of the slider and scrolling the mouse wheel. The zoom state was currently not updated in the latter 2 cases. svn path=/trunk/KDE/kdebase/apps/; revision=868815
2008-10-06allow to configure whether the zoom slider and/or the space information ↵Peter Penz
should be shown in the statusbar svn path=/trunk/KDE/kdebase/apps/; revision=868596
2008-10-06SVN_SILENT: coding style cleanupPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=868595
2008-10-06remove the asynchronous update of the zooming again, it decreases the ↵Peter Penz
"feeled" performance svn path=/trunk/KDE/kdebase/apps/; revision=868575
2008-10-06Provide more zoom levels. When zooming icons > KIconLoader::SizeHuge with ↵Peter Penz
sizes that are not available, the quality is still good in opposite to scaling smaller icons. svn path=/trunk/KDE/kdebase/apps/; revision=868565
2008-10-05Provide a zoom slider in the status bar. It is configurable whether the zoom ↵Peter Penz
slider and/or the space information is shown in the statusbar (the GUI in the settings dialog will be provided during the next week). svn path=/trunk/KDE/kdebase/apps/; revision=868272
2008-10-05do only a polling of the available space when the widget is visiblePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=868270