┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2008-10-01* adjusted Dolphin to use KonqOperations::doDrop() instead of using a custom ↵Peter Penz
implementation * used new signals jobRecordingStarted() and jobRecordingFinished from FileUndoManager to inform the user in the statusbar when a recorded command has been finished svn path=/trunk/KDE/kdebase/apps/; revision=866777
2008-09-30make dolphin link correctly on mac osxMarijn Kruisselbrink
svn path=/trunk/KDE/kdebase/apps/; revision=866393
2008-09-29Fix connect.David Faure
But the one in dolphinviewcontainer (connecting to the kurlnavigator slot urlsDropped) still fails, since it has no QDropEvent. Not sure what's the plan there. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=866046
2008-09-29Don't call setShortcut for a KAction over a QAction Pointer.Michael Jansen
svn path=/trunk/KDE/kdebase/apps/; revision=865998
2008-09-29Need to provide menu names, in case the hosting application doesn't (e.g. ↵David Faure
kpartloader ;) svn path=/trunk/KDE/kdebase/apps/; revision=865979
2008-09-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=865874
2008-09-28Use KonqOperations::doDrop() instead of a custom dropping code. Still some ↵Peter Penz
minor issues are open (Dolphin currently gets no feedback anymore when the operations have been finished), but they will be solved during the next week. BUG: 168154 svn path=/trunk/KDE/kdebase/apps/; revision=865708
2008-09-28KFilePreviewGenerator has been moved to kdelibsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=865707
2008-09-25let me introduce: typo of the year "the the"Frederik Schwarzer
mostly seen as "the the" -> "the" "the the" -> "to the" and in its best case "a the the" -> "" :) svn path=/trunk/KDE/kdebase/apps/; revision=864814
2008-09-24use better terms for the grid alignmentPeter Penz
BUG: 169606 svn path=/trunk/KDE/kdebase/apps/; revision=864320
2008-09-24rename setter/getter for showing previews to be naming guidelines conformPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=864303
2008-09-24* renamed AbstractViewAdapter to KAbstractViewAdapterPeter Penz
* added virtual destructor to KAbstractViewAdapter svn path=/trunk/KDE/kdebase/apps/; revision=864301
2008-09-23Fixed issue that the "Show Menu Bar" state is not updated correctly ↵Peter Penz
(workaround for bug #171080). Patch has been provided by Laurens Vanhove. svn path=/trunk/KDE/kdebase/apps/; revision=863909
2008-09-23SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=863855
2008-09-23SVN_SILENT: fixed some typosPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863852
2008-09-23Make KFilePreviewGenerator independent from the view implementation, so that ↵Peter Penz
it is no requirement that a QAbstractItemView is used -> the view implementation can also be based on QGraphicsView like done in the FolderView Plasmoid. Patch provided by Fredrik Höglund. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863845
2008-09-23We have our own tooltip implementation in Dolphin. We don't want to use this ↵Rafael Fernández López
KFileItemDelegate capability svn path=/trunk/KDE/kdebase/apps/; revision=863740
2008-09-22The else path is never reached -> removed it (thanks to Simon St James for ↵Peter Penz
the hint) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863623
2008-09-22try to align the x-position of the tooltip to the mouse-cursor if the ↵Peter Penz
tooltip can be shown below or above the item (thanks to Simon St James for the patch) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863586
2008-09-22don't modify the background color to transparent, just don't draw the ↵Peter Penz
background if no warning is shown CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863585
2008-09-22make the background transparent and apply the window-text color to the text ↵Peter Penz
color, so that enough contrast is given for all color schemes CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863584
2008-09-21cleanup of includesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863354
2008-09-21Experimental patch provided by Fredrik Höglund: Use Xrender to scale the ↵Peter Penz
preview pixmaps in the X server. This is accelerated in HW by the latest version of the NVidia driver and by the open source ATI, Intel and Nouveau drivers when they're using the EXA acceleration architecture. EXA will be the default in the upcoming 1.6 release of the server, which is scheduled for December. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=863342
2008-09-21prepare class to simplify keeping binary compatibilityPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863339
2008-09-21* documentation updatesPeter Penz
* don't trigger an assertion if no icon size is spezified by the view, just don't generate a preview in this case svn path=/trunk/KDE/kdebase/apps/; revision=863328
2008-09-21renamed IconManager to KFilePreviewGeneratorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=863324
2008-09-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=863150
2008-09-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=858087
2008-09-06this code can be called quite a lot so call the non-detaching at() instead ↵Albert Astals Cid
of the detaching [] svn path=/trunk/KDE/kdebase/apps/; revision=857914
2008-09-04don't use SPACE as shortcut for Quick View, as this conflicts with the ↵Peter Penz
Terminal Panel svn path=/trunk/KDE/kdebase/apps/; revision=857151
2008-09-02put the close button of the filter bar on the left like in other ↵Peter Penz
applications (Kate, KWrite, Firefox, ...) svn path=/trunk/KDE/kdebase/apps/; revision=856445
2008-09-02don't clear the filterbar when switching between tabsPeter Penz
BUG: 169878 svn path=/trunk/KDE/kdebase/apps/; revision=856411
2008-08-31Fixed details settings views for UI consistency with other tabs.Leonardo Finetti
svn path=/trunk/KDE/kdebase/apps/; revision=855435
2008-08-29don't use the expensive QPixmap::setAlphaChannel() (see ↵Peter Penz
http://techbase.kde.org/Development/Tutorials/Graphics/Performance) svn path=/trunk/KDE/kdebase/apps/; revision=854487
2008-08-29fixed crash when a tooltip-preview for a large file is generated and the ↵Peter Penz
mouse leaves the item before the preview has been applied (patch provided by Laurens Vanhove) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=854466
2008-08-26Booo... false alarm. After going to the XMLGUI code this is perfect. I also ↵Rafael Fernández López
wonder why call to setAutoSaveSettings when using Save flag, and why createGUI when using Create flag, is what setupGUI internally is doing indeed. So nah, going back and removing those unnecessary calls. Now user preferences on toolbar places and sizes of icons are obeyed. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=853002
2008-08-26Do not create with Save flag. OMG, this is a very bad problem of XMLGUI... ↵Rafael Fernández López
if you set that flag (which needs to be done before createGUI, it will go to setAutoSaveSettings from KMainWindow, which will apply the personal preferences of toolbars etc... of a NON EXISTANT GUI !. So take out this parameter from here... since we are calling anyway setAutoSaveSettings couple lines after. I wonder if we should encourage people to not use Save flag, or we should fix this into XMLGUI. CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=852998
2008-08-26* align labels on the right like suggested in the KDE 4 HIGPeter Penz
* minor changes in detailsview settings and columnview settings svn path=/trunk/KDE/kdebase/apps/; revision=852982
2008-08-26Provide a common iconsize-widget for the settings dialog of the icons-, ↵Peter Penz
details- and column-view. The current version still requires some improvements (Labels on the left + right, preview, ...). svn path=/trunk/KDE/kdebase/apps/; revision=852961
2008-08-26warning--Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=852894
2008-08-25the kcm needs the dolphin catalog, otherwise konqueror shows it ↵Albert Astals Cid
untranslated, kudos to Marta Rybczynska for discovering and reporting CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=852429
2008-08-23* initialize members as early as possiblePeter Penz
* reset m_generatingPreview if the received preview does not fit to the current URL CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=851469
2008-08-22* coding style fixesPeter Penz
* added TODO comment (the drawing of the picture frame has been adapted from IconManager -> should be unified later) svn path=/trunk/KDE/kdebase/apps/; revision=851105
2008-08-22tooltip improvements (patch provided by Laurens Vanhove):Peter Penz
* do a slightly delayed generation of previews to avoid expensive thumbnail creation when shortly hovering items * prevent a resizing of the tooltip if the preview cannot be generated within a specific timeout CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=851104
2008-08-22* convert the size in bytes to larger unitPeter Penz
* minor style fix svn path=/trunk/KDE/kdebase/apps/; revision=851088
2008-08-22Use KDiskFreeSpaceInfo instead of deprecated KDiskFreeSpace. This has the ↵Jeff Mitchell
bonus effect of making the logic much simpler. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=851082
2008-08-20SVN_SILENT: coding style fixPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=849784
2008-08-19assure that the tooltip is never clipped at the screen borders and never ↵Peter Penz
overlaps the item area (patch provided by Simon St James) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=849586
2008-08-19Force the treeview to be LTR on RTL desktopsDiego Iastrubni
svn path=/trunk/KDE/kdebase/apps/; revision=849382
2008-08-19Removed fix for negative x-coordinate again and added a TODO. We must ↵Peter Penz
provide a solution that works for x and y, as Dolphin in KDE 4.2 offers very large item sizes. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=849168