┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-02-28Fix: a logical arrangement from top to bottom means having a flow from left ↵Peter Penz
to right and vice versa svn path=/trunk/KDE/kdebase/apps/; revision=638047
2007-02-28Instead of using the ListMode of the icon view for the left to right ↵Peter Penz
alignment, still use the IconMode and adjust the alignment properties. Minor issue open: it seems that KFileItemDelegate currently does not care about the alignment properties of QStyleOptionViewItem, it always centers the the icons + text; I'll have a look on this... svn path=/trunk/KDE/kdebase/apps/; revision=637907
2007-02-28Hide columns of the details view if this is indicated by the settings.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=637904
2007-02-27The icons view and details view don't use hardcoded (test-) values anymore, ↵Peter Penz
instead the settings for fonts, grid size, ... are read out. The settings dialogs itself will be reworked later if it is clear what should be configurable in which manner. At least the current settings dialog allows to play with the new capabilities we got by KFileItemDelegate, just lets see what we can improve later on... svn path=/trunk/KDE/kdebase/apps/; revision=637792
2007-02-25As Aaron suggested: use the global setting for "Show Delete command" instead ↵Peter Penz
of using a custom Dolphin setting. I hope I used the reworked KConfig classes in a correct manner (setGroup() has been marked as deprecated, Konqueror still uses those deprecated methods). svn path=/trunk/KDE/kdebase/apps/; revision=637272
2007-02-25Implemented one of the most often requested features for Dolphin: allow that ↵Peter Penz
the command 'Delete' is shown in the context menu to bypass the trash. Like in Konqueror the default setting is that the 'Delete' command is not shown. TODO: currently this is a custom setting of Dolphin. Konqueror uses the global settings from KDE for this -> should this be changed to use the global setting instead? svn path=/trunk/KDE/kdebase/apps/; revision=637232
2007-02-23Change the behavior of the info sidebar to show the preview of the current ↵Oscar Blumberg
selection. svn path=/trunk/KDE/kdebase/apps/; revision=636423
2007-02-22Add libkmetadata detection and minor fixesOscar Blumberg
SVN_SILENT svn path=/trunk/KDE/kdebase/apps/; revision=636328
2007-02-22make nepomuk support optional, mostly through a bunch of non-existent ifdef's =)Aaron J. Seigo
svn path=/trunk/KDE/kdebase/apps/; revision=636289
2007-02-22* Starts to add Nepomuk supports to dolphin (currently, only annotations are ↵Oscar Blumberg
supported) * Little changes in InfoSidebarPage (no more multiple label for infos & Q3Layout>QLayout) * Support infos for multiple files (only total size, what else ?) svn path=/trunk/KDE/kdebase/apps/; revision=636272
2007-02-21Fixing autogenerated headers includesAlexander Wiedenbruch
svn path=/trunk/KDE/kdebase/apps/; revision=635892
2007-02-21installing a file called generalsettings.kcfgc just asksStephan Kulow
for trouble - always prefix installed files svn path=/trunk/KDE/kdebase/apps/; revision=635877
2007-02-20i18n fixes. Note: %n is no longer used in plural strings.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=635655