┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2008-08-14Change the location of the methods. Now the algorithm is only applied when ↵Rafael Fernández López
needed (when the view is not flat, that is, the tree view is enabled, and you can select items from different level of hierarchy). This patch was waiting in my hard disk for being committed... CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=847195
2008-08-14Fix for show_filter_bar action of tools-menu, which is not correctly set ↵Sascha Peilicke
(when the corresponding option is checked in the startupsettingsview) at application start-up. svn path=/trunk/KDE/kdebase/apps/; revision=846896
2008-08-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=846356
2008-08-12Disable the alternating row colors when the details view is inactive. This ↵Peter Penz
solves the problem that when having a split view that too less contrast is given to be aware about the activation state. BUG: 168270 svn path=/trunk/KDE/kdebase/apps/; revision=846021
2008-08-12Activate the tab when an item is dragged above an inactive tab. Thanks to ↵Peter Penz
Dmitry Khlystov for the patch! BUG: 164312 svn path=/trunk/KDE/kdebase/apps/; revision=846009
2008-08-12Assure that the "Close Tab" action gets disabled when only one tab is open.Peter Penz
BUG: 168904 svn path=/trunk/KDE/kdebase/apps/; revision=845995
2008-08-12Use a modeless properties dialog instead of a modal one, when opening it ↵Peter Penz
above the viewport. BUG: 168946 svn path=/trunk/KDE/kdebase/apps/; revision=845987
2008-08-12Provide functionality for auto-expanding folders (the whole patch has been ↵Peter Penz
provided by Simon St James). The setting is currently not offered in the GUI, as some minor remaining issues must be fixed. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=845975
2008-08-09SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=844344
2008-08-08assure correct update of the enabled/disabled state of the zoom actions (no ↵Peter Penz
backport required, as a new zooming approach is used on trunk) svn path=/trunk/KDE/kdebase/apps/; revision=843849
2008-08-07use the global setting for the "Show Delete" commandPeter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=843787
2008-08-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=843552
2008-08-06SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=843047
2008-08-05Now the IconManager does not depend anymore from Dolphin classes. If at ↵Peter Penz
least a second application requests having this functionality, it could be moved to kdelibs (for sure an API review is necessary, d-pointer, improved documentation etc.). Maybe the FolderView Plasmoid wants this? CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=842776
2008-08-05First step of refactoring to improve the zooming capabilities of views:Peter Penz
* Let classes that use DolphinView know about the currently used zoom level. * Provide more zoom levels for all views (the settings dialogs have not been adjusted yet). * Fixed issue that when using the wheel that the enabled state of the zoom actions has not been updated. svn path=/trunk/KDE/kdebase/apps/; revision=842715
2008-08-05Make dolphin link to KIO (reduced library interface problem)Thiago Macieira
svn path=/trunk/KDE/kdebase/apps/; revision=842706
2008-08-03Allow to configure in the startup configuration whether the URL Navigator ↵Peter Penz
should show the full path in the breadcrumb view. svn path=/trunk/KDE/kdebase/apps/; revision=841571
2008-08-03increase version numberPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=841569