┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-03-14For all Zecke thoughts a nice solution could be found during the last weeks :-)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642616
2007-03-14Fixed some minor coding guidelines issues (getFoo() -> foo(), ...) to be ↵Peter Penz
aligned with the kdelibs coding style (http://techbase.kde.org/Policies/Kdelibs_Coding_Style). The infosidebar code will be rewritten anyway, but copy/paste often is faster than light ;-) svn path=/trunk/KDE/kdebase/apps/; revision=642613
2007-03-14Cleanup of iconview-settings dialog (no obsolete Q3 classes, ...) and fix ↵Peter Penz
broken zooming in icons view. svn path=/trunk/KDE/kdebase/apps/; revision=642610
2007-03-14Remove frame and margin around tree view sidebar.Robert Knight
svn path=/trunk/KDE/kdebase/apps/; revision=642531
2007-03-14don't overrun the array (CID 3278)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=642471
2007-03-13Use KFontRequester for dialogs as suggested by Ellen at ↵Peter Penz
http://wiki.openusability.org/guidelines/index.php/Practical_Examples:Configuration_Dialogs. TODO: get rid of Qt3 classes in these dialogs and use a more sensible spacing/margin svn path=/trunk/KDE/kdebase/apps/; revision=642269
2007-03-13improve renaming for n selected items/1 selected itemPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=642235
2007-03-13Allow renaming of items (note that currently the "rename multiple files" ↵Peter Penz
dialog is temporary used for this until KFileItemDelegate offers editing functionality). svn path=/trunk/KDE/kdebase/apps/; revision=642219
2007-03-13just assert we're not hiting new modes (CID 3211)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=642215
2007-03-13they must be really smaller (CID 3220)Stephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=642214
2007-03-12erm, completely forgot the i18nChris Howells
svn path=/trunk/KDE/kdebase/apps/; revision=641959
2007-03-12a tooltip - wasn't sure what the button did at firstChris Howells
svn path=/trunk/KDE/kdebase/apps/; revision=641927
2007-03-12merge kdelibs-strigi: a new KFileMetaInfo implementationJos van den Oever
svn path=/trunk/KDE/kdebase/konqueror/; revision=641869
2007-03-12fix the accidentally testvalue of 1000 ms to 0 ms as originally intended... Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641866
2007-03-12SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=641648
2007-03-11replaced string "MIME Type" by "Type"Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641540
2007-03-11apply 'Additional Information' property immediately to the view when ↵Peter Penz
pressing 'OK' or 'Apply' svn path=/trunk/KDE/kdebase/apps/; revision=641536
2007-03-11disable the 'Additional information' menu for other views then the 'Icons View'Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641532
2007-03-11Allow to set the 'AdditionalInformation' property from KFileItemDelegate for ↵Peter Penz
each folder. Use case: - Icons view for images: set 'Size' as additional property - Icons view for media: show 'MIME type' as additional property - Default Icons view: don't show any addtional property for a clean layout. TODO: KFileItemDelagate::AdditionalInformation intersects with KDirModel::Columns when used in combination with the details view. Assure that the user does not get confronted with such implementation details in the user interface. svn path=/trunk/KDE/kdebase/apps/; revision=641525
2007-03-11fixed icon namingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641494
2007-03-11assure that the iconsview settings-dialog fits on a 800 x 600 screenPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641493
2007-03-11Fixed some drag & drop issues:Peter Penz
- allow drag & drop inside the view - prevent a dragging from a directory into itself - use QModelIndex instead of the position svn path=/trunk/KDE/kdebase/apps/; revision=641451
2007-03-11support drag & drop for the treeview sidebar pagePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641405
2007-03-11SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=641389
2007-03-11Create a SidebarTreeView which will include support for drag & drop in later ↵Peter Penz
releases and encapsulates sidebar specific behavior. TODO: using a sort proxy model results in duplicated elements when the dir lister reloads items. svn path=/trunk/KDE/kdebase/apps/; revision=641359
2007-03-10Apply an item effect to all cut items. As discussed with Fredrik this should ↵Peter Penz
be done in the application itself and not inside KDirModel to be able to do some optimizations. svn path=/trunk/KDE/kdebase/apps/; revision=641317
2007-03-10fix internationalization issuePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641301
2007-03-10Update of the patch from Filip Brcic for browsing through ZIP and TAR files. ↵Peter Penz
One part of the patch for the URL navigator has not been committed yet (see notes in URL navigator::setUrl() for details). svn path=/trunk/KDE/kdebase/apps/; revision=641297
2007-03-10use the large icon size for previews as default for the icons viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641291
2007-03-10Fixed icon-names so that they match to the new Oxygen naming scheme (erase ↵Peter Penz
all Dolphin config files to see the effect). Although Oxygen is not finished yet, it looks very beautiful already, kudos to the Oxygen team :-) svn path=/trunk/KDE/kdebase/apps/; revision=641285
2007-03-10allow to browse through ZIP files (thanks to Filip Brcic for the patch!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641276
2007-03-10get rid of nasty separator at the top of the information sidebar (thanks to ↵Peter Penz
Luca Gugelmann for the patch!) svn path=/trunk/KDE/kdebase/apps/; revision=641274
2007-03-10support return key for navigation (thanks to Luca Gugelmann for the patch!)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=641273
2007-03-10Ported the annotation to the new NAO ontology where it is called "comment" ↵Sebastian Trueg
based on rdfs:comment. svn path=/trunk/KDE/kdebase/apps/; revision=641172
2007-03-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/konqueror/; revision=640788
2007-03-08oxygen icon naming fixes from Luca GugelmannAaron J. Seigo
svn path=/trunk/KDE/kdebase/libkonq/; revision=640669
2007-03-08prevent a possible endless loopPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=640460
2007-03-08Use hover effect from KFileItemDelegate also for the details view and assure ↵Peter Penz
that only the column KDirModel::Name can be selected and edited. svn path=/trunk/KDE/kdebase/apps/; revision=640453
2007-03-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/kdepasswd/; revision=640169
2007-03-07Increased version number to 0.9.0 to know whether a bug report is related to ↵Peter Penz
Dolphin for KDE3 (version <= 0.8.2) or to Dolphin for KDE4. svn path=/trunk/KDE/kdebase/apps/; revision=640158
2007-03-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/konqueror/; revision=639986
2007-03-06use QToolButton instead of QPushButton (patch submitted by Dominik Haumann)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=639795
2007-03-06add some constness...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=639794
2007-03-05synchronize the tree view with the active viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=639751
2007-03-05this is no MakefileStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=639545
2007-03-04msvc compile++Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=639115
2007-03-04Some basic fixes to stay synchronized between the tree view and the ↵Peter Penz
currently active view. svn path=/trunk/KDE/kdebase/apps/; revision=639008
2007-03-04Per default turn off the information panel and the tree view panel for the ↵Peter Penz
first start of Dolphin, only show the bookmarks panel. svn path=/trunk/KDE/kdebase/apps/; revision=639007
2007-03-03Assure that the root of the tree view always matchs to the bookmark shown in ↵Peter Penz
the URL navigator. svn path=/trunk/KDE/kdebase/apps/; revision=638825
2007-03-03respect the show hidden files settingin the url nav barAaron J. Seigo
svn path=/trunk/KDE/kdebase/apps/; revision=638732