┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-02-14backport: fixed issue that the item height does not match to the number of ↵Peter Penz
lines in the default setup of Dolphin svn path=/branches/KDE/4.0/kdebase/apps/; revision=775067
2008-02-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=774850
2008-02-13Provide the "sort by" actions in dolphinpart (konqueror); share and simplify ↵David Faure
the code by connecting to the actiongroup's signal. svn path=/branches/KDE/4.0/kdebase/apps/; revision=774697
2008-02-13--deprecatedDavid Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=774648
2008-02-13Provide the dolphinpart view modes (Icons, Details, Columns) in konqueror's ↵David Faure
View Modes menu. (this is done using a Q_PROPERTY in the dolphin part and a signal; the available view modes for creating the menu in the first place are listed in dolphinpart.desktop) Konqueror: cleaned up the old (complex) handling of view modes as N toolbar buttons from M services grouped by library. Dolphin: moved view mode handling to DolphinViewActionHandler, removes duplication between part and mainwindow. BUG: 157424 svn path=/branches/KDE/4.0/kdebase/apps/; revision=774632
2008-02-12SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=773981
2008-02-11SVN_SILENT: increased version number from 1.0.1 to 1.0.2Peter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=773824
2008-02-11Factorize all the view-related action handling to DolphinViewActionHandler, ↵David Faure
to remove code duplication between mainwindow and part, and to remove my code-splitting with the static createFooAction methods in the view. svn path=/branches/KDE/4.0/kdebase/apps/; revision=773570
2008-02-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769836
2008-02-01Backport. Show the vertical scrollbar only when necessary.Rafael Fernández López
svn path=/branches/KDE/4.0/kdebase/apps/; revision=769333
2008-01-28Centralize three more actions so that they are available in DolphinPart: ↵David Faure
'Show preview' 'Show hidden files' 'Categorized sorting' Found a way of sharing the actions with even less code duplication, discussed it with Peter, but this will be for after 4.0.1 svn path=/branches/KDE/4.0/kdebase/apps/; revision=767566
2008-01-25Backport for #156375: don't add a place having an empty namePeter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=766407
2008-01-25Backport for #156586: don't try changing the directory within the terminal ↵Peter Penz
on non-local URLs svn path=/branches/KDE/4.0/kdebase/apps/; revision=766395
2008-01-24Backport: use 2 textlines per default in the icon-mode as discussed with ↵Peter Penz
David and Fredrik svn path=/branches/KDE/4.0/kdebase/apps/; revision=765736
2008-01-24SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765555
2008-01-23Fix memory leak using K_GLOBAL_STATICDavid Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765228
2008-01-23Backport: allow opening directories/trash from the desktop (fixes #156192)Peter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=765101
2008-01-22- fix session restoreLuboš Luňák
- newInstance() from KUniqueApplication is actually harmful here svn path=/branches/KDE/4.0/kdebase/apps/; revision=764846
2008-01-22Fix restore from session management.Luboš Luňák
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764841
2008-01-22SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764609
2008-01-22And finally: provide those "additional info" actions in the part too.David Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764549
2008-01-22Move the code handling the additional-info-actions to DolphinView; simplify ↵David Faure
signal from DolphinView (it has the info anyway). The fact that the last additional-info doesn't show up in the icon view is in fact a KFileItemDelegate bug, not a bug in this code :) svn path=/branches/KDE/4.0/kdebase/apps/; revision=764544
2008-01-22restore previous behavior: additional info actions are not mutually exclusive.David Faure
(although requesting size and type at the same time doesn't show the type...) svn path=/branches/KDE/4.0/kdebase/apps/; revision=764538
2008-01-22Use a QActionGroup and save 6 slots (and the duplication of the action names ↵David Faure
in the code). svn path=/branches/KDE/4.0/kdebase/apps/; revision=764537
2008-01-21Make sort/descending available in dolphinpartDavid Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764444
2008-01-21Revert the moving of the action to the DolphinView instance, this doesn't ↵David Faure
work with splitted views. (Each view would need its own action collection, but then DolphinView would have to become a KXMLGUIClient, and the GUI would flicker when switching views). Instead, use the same solution as the other shared actions: static method in DolphinView (for now), slot in the mainwindow (and for the more complex actions than this one, shared code in DolphinView) svn path=/branches/KDE/4.0/kdebase/apps/; revision=764429
2008-01-21merge -c764347 by Peter, needed for dolphinpart bugfixingDavid Faure
svn path=/branches/KDE/4.0/kdebase/apps/; revision=764379
2008-01-19Backport:Peter Penz
treeview: prevent that when expanding a subtree that the selected item gets hidden by the (maybe) appearing horizontal scrollbar svn path=/branches/KDE/4.0/kdebase/apps/; revision=763550
2008-01-18updated version number of Dolphin for the KDE 4.0.1 releasePeter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=763180
2008-01-18Backport: show the correct meta information in the information sidebar also ↵Peter Penz
for non-local files BUG: 155534 svn path=/branches/KDE/4.0/kdebase/apps/; revision=763175
2008-01-18Backport:Peter Penz
* Always take the root of an URL as root for the treeview (using a matching 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=/branches/KDE/4.0/kdebase/apps/; revision=763173
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-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-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-10Backport: use F3 for "Split View" instead of F10Peter Penz
svn path=/branches/KDE/4.0/kdebase/apps/; revision=759573
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-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-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-06Backport:Laurent Montel
don't start QTimeLine if QTimeLine is already started svn path=/branches/KDE/4.0/kdebase/apps/; revision=757961
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