┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-02-20setGroup -> KConfigGroupDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=635597
2007-02-20portingStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635532
2007-02-20I hope this compiles betterStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635522
2007-02-20compile some moreStephan Kulow
svn path=/trunk/KDE/kdebase/apps/; revision=635518
2007-02-18Don't use a hardcoded path in the view properties dialog for the mirrored ↵Peter Penz
directory, ask the class ViewProperties for the location instead. svn path=/trunk/KDE/kdebase/apps/; revision=634899
2007-02-18Dolphin is now a KUniqueApplication. A lot of thanks go to Oscar Blumberg, ↵Peter Penz
who submitted this patch. svn path=/trunk/KDE/kdebase/apps/; revision=634862
2007-02-18minor cosmetic fix: don't use a group box if the global view properties are ↵Peter Penz
set (less clutter) svn path=/trunk/KDE/kdebase/apps/; revision=634819
2007-02-18View properties dialog: Allow to reset all view properties (the timestamp is ↵Peter Penz
used for this). Additionally it is possible for the user to specify whether the current view properties should be the default for new directories. svn path=/trunk/KDE/kdebase/apps/; revision=634789
2007-02-17Fixed shortcuts, removed warnings.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=634634
2007-02-17Improve usability of the viewproperties dialog: use 2 radiobuttons instead ↵Peter Penz
of one checkbox to make clear where the view properties are applied. Separate the apply-to-group visually from the 'Use as default for new folders' checkbox. svn path=/trunk/KDE/kdebase/apps/; revision=634606
2007-02-17Some minor polishing: use a grid for the icons view, give the toggle button ↵Peter Penz
of the URL navigator an icon svn path=/trunk/KDE/kdebase/apps/; revision=634601
2007-02-17Hide the filler widget when showing the traditional view. Fixed issue when ↵Peter Penz
toggling between breadcrumb and traditional view. svn path=/trunk/KDE/kdebase/apps/; revision=634598
2007-02-17Allow the pasting of a text clipboard content to the URL navigator by ↵Peter Penz
pressing the middle mouse button. Although this is quite a hidden feature, I think it makes happy a lot of people who just want to paste a URL available as text to the URL navigator without switching from the breadcrump view to the traditional view. Very nice "side effect": the URL navigator is now completely flicker free when changing URLs because of using the whole available width :-) TODO: I'm not 100 % sure whether checking the middle mousebutton by 'if (event->button() == Qt::MidButton) { ... }' is the right approach (maybe there is a more generic way to check the 'paste button'). svn path=/trunk/KDE/kdebase/apps/; revision=634595
2007-02-17Prevent that the popup of the URL navigator is opened if the button has ↵Peter Penz
already been clicked within the 300 ms timeout. svn path=/trunk/KDE/kdebase/apps/; revision=634549
2007-02-17don't perform a copy operation, if the user clicked outside the popup menuPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=634547
2007-02-17Prevent a flickering of the URL navigator buttons by reusing existing ↵Peter Penz
buttons (before all items have been deleted and recreated). The flickering is still not solved to 100 %, but a lot better than before. @Aaron: I did not change anything inside the logic of the code -> the net protocol code works the same as in our internal KDE3 working prototype of Dolphin svn path=/trunk/KDE/kdebase/apps/; revision=634543
2007-02-17Cleanup: don't use deprecated Qt3 classes or methods, removed unnecessary ↵Peter Penz
includes svn path=/trunk/KDE/kdebase/apps/; revision=634516
2007-02-17Don't use any deprecated classes or methods from Qt3 anymore.Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=634445
2007-02-17Cleanup of the URL navigator, so that the DolphinMainWindow and the ↵Peter Penz
DolphinView are not used anymore. This will make it easier for us later on when moving the URL navigator outside Dolphin to make it accessable for other parts. Currently the bookmarks are still accessed by DolphinSettings, but this will be cleaned up later... svn path=/trunk/KDE/kdebase/apps/; revision=634432
2007-02-17Assure that the horizontal and vertical slider position don't reset if an ↵Peter Penz
item is deleted or added. svn path=/trunk/KDE/kdebase/apps/; revision=634399
2007-02-17Removed method 'int columnIndex(Sorting sorting) const'. The mapping is done ↵Peter Penz
outside the class DolphinView already. svn path=/trunk/KDE/kdebase/apps/; revision=634392
2007-02-16Reanimated drag & drop support again after introducing the ↵Peter Penz
DolphinController. It is now also possible to move the items inside an icon view like discussed on kde-devel/kde-usability. svn path=/trunk/KDE/kdebase/apps/; revision=634228
2007-02-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=633755
2007-02-14minor documentation fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=633708
2007-02-14Step one for having DolphinParts for the icons and details view, which can ↵Peter Penz
be used by Konqueror. TODO: currently dropping of items is deactivated, as I want to wait for Davids feedback whether the direction is ok. svn path=/trunk/KDE/kdebase/apps/; revision=633703
2007-02-14get libkonq from kdebaseDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=633693
2007-02-13update to i18n change: no more %n in plural callsPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=633273
2007-02-12use KIO::itemsSummaryString() instead of reinventing the wheelPeter Penz
svn path=/trunk/playground/utils/dolphin/; revision=632870
2007-02-11fixed internationalization issue for languages with more complex plural ↵Peter Penz
forms (thanks to David for the hint) svn path=/trunk/playground/utils/dolphin/; revision=632674