┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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 (backport):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=/branches/KDE/4.0/kdebase/apps/; revision=762706
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-17Backport of fix for the scroll+click column bugRafael Fernández López
BUG: 155751 svn path=/branches/KDE/4.0/kdebase/apps/; revision=762544
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-15make sure that other apps using this part find Dolphin's view-file-columns iconsAndré Wöbbeking
svn path=/branches/KDE/4.0/kdebase/apps/; revision=761729
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-10Backport: use F3 for "Split View" instead of F10Peter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759573
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-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759254
2008-01-10Fix selections. Backport.Rafael Fernández López
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759099
2008-01-10Fix selectionsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=759098
2008-01-09Backport: Only increase the height of the statusbar for long texts if the ↵Peter Penz
message type is not DolphinStatusBar::Default (otherwise the layout of the icons view might get changed when hovering items). svn path=/branches/KDE/4.0/kdebase/apps/; revision=759061
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-07Backport of bugfix 154434 (trunk revision 757791): Remember the ↵Peter Penz
additional-info property (size, date, type, ...) for each view mode (icons view, details view, column view) individually. svn path=/branches/KDE/4.0/kdebase/apps/; revision=758210
2008-01-06SVN_SILENT: minor coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=757988
2008-01-06Backport:Laurent Montel
don't start QTimeLine if QTimeLine is already started svn path=/branches/KDE/4.0/kdebase/apps/; revision=757961
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-04Make it possible to run applications from the applications:/ kioslave again.David Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=757231
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
2008-01-02Better looking categories. Thanks to Aurélien Gâteau for the original patch.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=755674