| Age | Commit message (Collapse) | Author |
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=866393
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=865998
|
|
kpartloader ;)
svn path=/trunk/KDE/kdebase/apps/; revision=865979
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=865874
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=865707
|
|
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
|
|
BUG: 169606
svn path=/trunk/KDE/kdebase/apps/; revision=864320
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=864303
|
|
* added virtual destructor to KAbstractViewAdapter
svn path=/trunk/KDE/kdebase/apps/; revision=864301
|
|
(workaround for bug #171080). Patch has been provided by Laurens Vanhove.
svn path=/trunk/KDE/kdebase/apps/; revision=863909
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863855
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863852
|
|
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
|
|
KFileItemDelegate capability
svn path=/trunk/KDE/kdebase/apps/; revision=863740
|
|
the hint)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=863623
|
|
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
|
|
background if no warning is shown
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=863585
|
|
color, so that enough contrast is given for all color schemes
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=863584
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863354
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863339
|
|
* 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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863324
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=863150
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=858087
|
|
of the detaching []
svn path=/trunk/KDE/kdebase/apps/; revision=857914
|
|
Terminal Panel
svn path=/trunk/KDE/kdebase/apps/; revision=857151
|
|
applications (Kate, KWrite, Firefox, ...)
svn path=/trunk/KDE/kdebase/apps/; revision=856445
|
|
BUG: 169878
svn path=/trunk/KDE/kdebase/apps/; revision=856411
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=855435
|
|
http://techbase.kde.org/Development/Tutorials/Graphics/Performance)
svn path=/trunk/KDE/kdebase/apps/; revision=854487
|
|
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
|
|
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
|
|
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
|
|
* minor changes in detailsview settings and columnview settings
svn path=/trunk/KDE/kdebase/apps/; revision=852982
|
|
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
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=852894
|
|
untranslated, kudos to Marta Rybczynska for discovering and reporting
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=852429
|
|
* 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
|
|
* 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
|
|
* 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
|
|
* minor style fix
svn path=/trunk/KDE/kdebase/apps/; revision=851088
|
|
bonus effect of making the logic much simpler.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=851082
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=849784
|
|
overlaps the item area (patch provided by Simon St James)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=849586
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=849382
|
|
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
|