┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-01-21a group box called "Settings" in a settings dialog is useless...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=764390
2008-01-21Split the "General Settings" into "Startup Settings" and "General Settings" ↵Peter Penz
for having a cleaner layout. Still some fine tuning and code cleanups have to be done... svn path=/trunk/KDE/kdebase/apps/; revision=764389
2008-01-21Make it configurable whether a browsing through archives should be done. The ↵Peter Penz
default setting is 'off'. TODO: cleanup the "General Settings" dialog and split it as "General" and "Startup". svn path=/trunk/KDE/kdebase/apps/; revision=764378
2008-01-21Cleanup: let the DolphinView be aware about the used action collection. This ↵Peter Penz
will allow us cleaning up some code in DolphinMainWindow and will make it easier sharing code with DolphinPart. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=764347
2008-01-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=764257
2008-01-19treeview: prevent that when expanding a subtree that the selected item gets ↵Peter Penz
hidden by the (maybe) appearing horizontal scrollbar svn path=/trunk/KDE/kdebase/apps/; revision=763543
2008-01-19stay consistent with Konqueror: F10 creates a new directoryPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=763500
2008-01-18SVN_SILENT: updated version numberPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=763181
2008-01-18* Always take the root of an URL as root for the treeview (using a matching ↵Peter Penz
Places-URL leads to serious usability issues - see bug #150941 for details). * Don't reset the horizontal scrollbar position when expanding/reloading the tree. BUG: 150941 svn path=/trunk/KDE/kdebase/apps/; revision=763171
2008-01-18show the correct meta information in the information sidebar also for ↵Peter Penz
non-local files BUG: 155534 svn path=/trunk/KDE/kdebase/apps/; revision=763141
2008-01-18SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=763015
2008-01-17When moving left/right by pressing left/right arrows on keyboard, the ↵Rafael Fernández López
previous current index becomes selected to see which item was the last one selected on that column. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=762777
2008-01-17SVN_SILENT: remove debugging outputPeter Penz
(damn, I've lost the coding race with Rafael by a few minutes, so this line is the only thing I can commit now ;-)) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=762763
2008-01-17Who said there aren't coding races ? haha. Fix the keyboard navigation Rafael Fernández López
in the special case of moving left to the previous column and going upwards or downwards. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=762760
2008-01-17if the icons are aligned left to right, the vertical wheel event should be ↵Peter Penz
applied to the horizontal scrollbar BUG: 153343 svn path=/trunk/KDE/kdebase/apps/; revision=762722
2008-01-17Treeview fixes:Peter Penz
* don't jump to the selected folder when expanding a sub tree within the treeview widget * don't reset the root of non-local URLs when there is no Places-URL available BUG: 155996 BUG: 156008 svn path=/trunk/KDE/kdebase/apps/; revision=762704
2008-01-17Fix for the scroll+click column bugRafael Fernández López
CCBUG: 155751 svn path=/trunk/KDE/kdebase/apps/; revision=762539
2008-01-16don't resize the columns automatically, as soon as the user has modified the ↵Peter Penz
column widths himself (e. g. by a double-click on the header or by moving the header handle) BUG: 155760 svn path=/trunk/KDE/kdebase/apps/; revision=762385
2008-01-15Forwardport SVN commit 761729 by woebbe:André Wöbbeking
make sure that other apps using this part find Dolphin's view-file-columns icons svn path=/trunk/KDE/kdebase/apps/; revision=761747
2008-01-13don't forget to initialize the correct preview settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=760940
2008-01-13Improve the feeled preview performance by assuring that the preview is ↵Peter Penz
generated first for the visible items. svn path=/trunk/KDE/kdebase/apps/; revision=760897
2008-01-13Move KCategorizedView to kdelibs. Use that one.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=760873
2008-01-13Improve the categorized view for the list modeRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=760866
2008-01-11increase version number for trunkPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=759969
2008-01-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=759879
2008-01-11Up to now DolphinView and ColumnWidget contained a lot of code duplication ↵Peter Penz
regarding generating previews and the dimming of cut items. This has been refactored by introducing an IconManager which takes care itself about generating a preview and dimming cut items. This also allows improving the speed of previews in (near) future (at the moment showing previews from the cache is a lot slower than in KDE 3...). svn path=/trunk/KDE/kdebase/apps/; revision=759864
2008-01-10use F3 for "Split View" instead of F10, as F10 is used for "new directory" ↵Peter Penz
since KDE 3... (thanks to Aaron for the hint) svn path=/trunk/KDE/kdebase/apps/; revision=759633
2008-01-10fixed HIG color violationsPeter Penz
BUG: 153363 svn path=/trunk/KDE/kdebase/apps/; revision=759482
2008-01-10Fixed issue that when renaming a variable number of items, that only one ↵Peter Penz
#-character as index is allowed. BUG: 155249 svn path=/trunk/KDE/kdebase/apps/; revision=759454
2008-01-10Fix selectionsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=759098
2008-01-09Only increase the height of the statusbar for long texts if the message type ↵Peter Penz
is not DolphinStatusBar::Default (otherwise the layout of the icons view might get changed when hovering items). svn path=/trunk/KDE/kdebase/apps/; revision=759053
2008-01-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=758818
2008-01-06SVN_SILENT: minor coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=757988
2008-01-06Don't start QTimeLine if QTimeLine is already startedLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=757960
2008-01-05SVN_SILENT: added comment related to fix of bug 154854Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=757803
2008-01-05Remember the additional-info property (size, date, type, ...) for each view ↵Peter Penz
mode (icons view, details view, column view) individually. BUG: 154434 CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=757791
2008-01-05SVN_SILENT: warning--Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=757787
2008-01-05i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=757515
2008-01-04dolphin can use soprano, but nowhere in apps we look for it; so search for ↵Pino Toscano
Soprano manually svn path=/trunk/KDE/kdebase/apps/; revision=757434
2008-01-04i18n style guide fixesStephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=757261
2008-01-04forwardport r757231David Faure
Make it possible to run applications from the applications:/ kioslave again. svn path=/trunk/KDE/kdebase/apps/; revision=757239
2008-01-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=757112
2008-01-04ARGH!Jakob Petsovits
No, but really, we can't ship Dolphin with a missing toolbar icon. And no, I have no clue why it won't use that "pics" folder that I was generating for that icon. Apologies? svn path=/trunk/KDE/kdebase/apps/; revision=757082
2008-01-03As requested by Peter: upgrade version to 1.0David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=756998
2008-01-03Re-compress svgz files with:Urs Wolfer
find . -name "*.svgz" -exec advdef -z -4 '{}' \; That saves around 6MB in trunk without any restrictions. Also correct the svn mimetype for all svgz files which had a wrong one (which is thy reason why my fist commit failed...) with: svn propset svn:mime-type 'application/octet-stream' svn path=/trunk/KDE/kdebase/apps/; revision=756680
2008-01-03use KDE's standard shortcut for back (as discussed with David and Peter)André Wöbbeking
svn path=/trunk/KDE/kdebase/apps/; revision=756673
2008-01-03we've to use Qt's names for keys.André Wöbbeking
BTW, why isn't the standard shortcut used (Alt+Left instead of Backspace)? svn path=/trunk/KDE/kdebase/apps/; revision=756486
2008-01-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=756421
2008-01-02Icon theme minimality:Jakob Petsovits
move actions/view-file-columns to Dolphin. svn path=/trunk/KDE/kdebase/apps/; revision=756073
2008-01-02do a case insensitive filtering of filenamesPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=756066