┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-10-05the model from the KFilePreviewGenerator constructor has been removedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=868269
2008-10-05update the statusbar and provide a progress information within the Dolphin ↵Peter Penz
KPart, so that Konqueror shows the same information as Dolphin (thanks to Simon St James for the patch!) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=868210
2008-10-01SVN_SILENT: coding style cleanups (no change of behavior has been done)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=866787
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ↵Peter Penz
implementation * used new signals jobRecordingStarted() and jobRecordingFinished from FileUndoManager to inform the user in the statusbar when a recorded command has been finished svn path=/trunk/KDE/kdebase/apps/; revision=866777
2008-09-30make dolphin link correctly on mac osxMarijn Kruisselbrink
svn path=/trunk/KDE/kdebase/apps/; revision=866393
2008-09-29Fix connect.David Faure
But the one in dolphinviewcontainer (connecting to the kurlnavigator slot urlsDropped) still fails, since it has no QDropEvent. Not sure what's the plan there. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=866046
2008-09-29Don't call setShortcut for a KAction over a QAction Pointer.Michael Jansen
svn path=/trunk/KDE/kdebase/apps/; revision=865998
2008-09-29Need to provide menu names, in case the hosting application doesn't (e.g. ↵David Faure
kpartloader ;) svn path=/trunk/KDE/kdebase/apps/; revision=865979
2008-09-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=865874
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some ↵Peter Penz
minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week. BUG: 168154 svn path=/trunk/KDE/kdebase/apps/; revision=865708
2008-09-28KFilePreviewGenerator has been moved to kdelibsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=865707
2008-09-25let me introduce: typo of the year "the the"Frederik Schwarzer
mostly seen as "the the" -> "the" "the the" -> "to the" and in its best case "a the the" -> "" :) svn path=/trunk/KDE/kdebase/apps/; revision=864814
2008-09-24use better terms for the grid alignmentPeter Penz
BUG: 169606 svn path=/trunk/KDE/kdebase/apps/; revision=864320
2008-09-24rename setter/getter for showing previews to be naming guidelines conformPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=864303
2008-09-24* renamed AbstractViewAdapter to KAbstractViewAdapterPeter Penz
* added virtual destructor to KAbstractViewAdapter svn path=/trunk/KDE/kdebase/apps/; revision=864301
2008-09-23Fixed issue that the "Show Menu Bar" state is not updated correctly ↵Peter Penz
(workaround for bug #171080). Patch has been provided by Laurens Vanhove. svn path=/trunk/KDE/kdebase/apps/; revision=863909
2008-09-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=863855
2008-09-23SVN_SILENT: fixed some typosPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863852
2008-09-23Make KFilePreviewGenerator independent from the view implementation, so that ↵Peter Penz
it is no requirement that a QAbstractItemView is used -> the view implementation can also be based on QGraphicsView like done in the FolderView Plasmoid. Patch provided by Fredrik Höglund. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863845
2008-09-23We have our own tooltip implementation in Dolphin. We don't want to use this ↵Rafael Fernández López
KFileItemDelegate capability svn path=/trunk/KDE/kdebase/apps/; revision=863740
2008-09-22The else path is never reached -> removed it (thanks to Simon St James for ↵Peter Penz
the hint) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863623
2008-09-22try to align the x-position of the tooltip to the mouse-cursor if the ↵Peter Penz
tooltip can be shown below or above the item (thanks to Simon St James for the patch) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863586
2008-09-22don't modify the background color to transparent, just don't draw the ↵Peter Penz
background if no warning is shown CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863585
2008-09-22make the background transparent and apply the window-text color to the text ↵Peter Penz
color, so that enough contrast is given for all color schemes CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863584
2008-09-21cleanup of includesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863354
2008-09-21Experimental patch provided by Fredrik Höglund: Use Xrender to scale the ↵Peter Penz
preview pixmaps in the X server. This is accelerated in HW by the latest version of the NVidia driver and by the open source ATI, Intel and Nouveau drivers when they're using the EXA acceleration architecture. EXA will be the default in the upcoming 1.6 release of the server, which is scheduled for December. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863342
2008-09-21prepare class to simplify keeping binary compatibilityPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863339
2008-09-21* documentation updatesPeter Penz
* don't trigger an assertion if no icon size is spezified by the view, just don't generate a preview in this case svn path=/trunk/KDE/kdebase/apps/; revision=863328
2008-09-21renamed IconManager to KFilePreviewGeneratorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863324
2008-09-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=863150
2008-09-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=858087
2008-09-06this code can be called quite a lot so call the non-detaching at() instead ↵Albert Astals Cid
of the detaching [] svn path=/trunk/KDE/kdebase/apps/; revision=857914
2008-09-04don't use SPACE as shortcut for Quick View, as this conflicts with the ↵Peter Penz
Terminal Panel svn path=/trunk/KDE/kdebase/apps/; revision=857151