┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-03-02Enable hover effects in the icon view.Fredrik Höglund
svn path=/trunk/KDE/kdebase/apps/; revision=638644
2007-03-02It seems some people cannot live without a tree view ;-) So Dolphin will ↵Peter Penz
provide a dock which contains the directory hierarchy, which will be synchronized with the active view. It does not clutter the UI (the dock can be turned off), but makes happy a lot of users -> kind of win-win-situation. This commit provides only a rough initial version, which shows the current URL as tree. I'll work on the interaction during the next week(s)... svn path=/trunk/KDE/kdebase/apps/; revision=638628
2007-03-01Use the home URL from the settings instead of the "first bookmark" when ↵Peter Penz
starting Dolphin. The "first bookmark" is not automatically the home URL like in older Dolphin releases... svn path=/trunk/KDE/kdebase/apps/; revision=638406
2007-03-01Respect text size for the width of the grid (this is just code for testing, ↵Peter Penz
the whole settings dialog for the icons will be reworked later). svn path=/trunk/KDE/kdebase/apps/; revision=638402
2007-03-01allow zooming in and zooming out in the details viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=638399
2007-03-01assure that the icon size is always <= the preview sizePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=638387
2007-03-01Allow zooming in and zooming out in the icons view.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=638386
2007-02-28Allow to configure which additional information ↵Peter Penz
(KFileItemDelegate::AdditionalInformation) should be shown for the icons view. svn path=/trunk/KDE/kdebase/apps/; revision=638135
2007-02-28Allow to adjust the maximum size for previews.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=638109
2007-02-28Don't use assertions here. The result of the preview might have been done ↵Peter Penz
although the model has changed (e. g. by changed the folder during a preview job is working) -> it's possible to get an invalid model index. svn path=/trunk/KDE/kdebase/apps/; revision=638086
2007-02-28Jippie: file previews are generated again! Thanks to Fredrik for giving me a ↵Peter Penz
hint how to do it (if I would have known that it is so easy, I'd have implemented it already some weeks ago...). It's very nice that the details view now also is able to show previews (Kudos to Interview & KDirModel). svn path=/trunk/KDE/kdebase/apps/; revision=638081