┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-08-19SVN_SILENT: minor coding style cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=849153
2008-08-19added missing copyrightPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=849151
2008-08-18PedanticLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=849031
2008-08-18Very rough initial attempt at previews-in-tooltip for Konqueror and Dolphin. ↵Simon Paul St James
Still needs extensive work in positioning, scaling/ padding items to fit, and timing things so that the previews are more likely to have been generated when the tooltip is positioned and displayed. CCBUG:161848 svn path=/trunk/KDE/kdebase/apps/; revision=848984
2008-08-18Redraw the current tooltip at its original position if its data (icon, text ↵Simon Paul St James
etc) changes. Approved by Fredrik. svn path=/trunk/KDE/kdebase/apps/; revision=848982
2008-08-18Deal with the case where the icon might be taller than the text. Approved ↵Simon Paul St James
by fredrik. svn path=/trunk/KDE/kdebase/apps/; revision=848980
2008-08-18Column view + detail view: use different settings for preview and icon size ↵Peter Penz
like in the icon view for consistency. The setting dialogs will be adjusted later. svn path=/trunk/KDE/kdebase/apps/; revision=848955
2008-08-18SVN_SILENT made messages (.desktop file, second try)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=848738
2008-08-16Do a safe, practise commit with my new SVN account and just tidy up a ↵Simon Paul St James
duplicated comment :) svn path=/trunk/KDE/kdebase/apps/; revision=847913
2008-08-15For the URL control of Dolphin and Konqueror to be LTR on RTL desktops ↵Diego Iastrubni
(those are URLs, and are not affected by the direction of the desktop). Force the filterbar of Dolphin to be LTR as well, as again it deals with files/directories which are english/latin letters most of the time. svn path=/trunk/KDE/kdebase/apps/; revision=847671
2008-08-15minor adjustment to prevent code duplicationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=847497
2008-08-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=847386