| Age | Commit message (Collapse) | Author |
|
svn path=/trunk/KDE/kdebase/apps/; revision=696194
|
|
button is pressed
svn path=/trunk/KDE/kdebase/apps/; revision=696094
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=696076
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=695870
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=694108
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=694063
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=694026
|
|
improve the visual appearance be indicating the shown folder visually
svn path=/trunk/KDE/kdebase/apps/; revision=694015
|
|
folder represented by the first column. It is assured now, that all columns use the same view properties. Although one reason is because of technical 'restrictions' (KDirLister properties like 'show dot files' are applied to all sub directories too), I personally think it also makes sense from a usability point of view.
svn path=/trunk/KDE/kdebase/apps/; revision=693944
|
|
properties must get synchronized
svn path=/trunk/KDE/kdebase/apps/; revision=693930
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693808
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693804
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693766
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693757
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693752
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693734
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693610
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693473
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=693038
|
|
the general settings (it seems those lines have been copied from GeneralViewSettingsPage::restoreDefaults() per accident)
svn path=/trunk/KDE/kdebase/apps/; revision=693009
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692606
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692551
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692544
|
|
people like me can only sort the letters A - F ;-))
svn path=/trunk/KDE/kdebase/apps/; revision=692538
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692535
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692534
|
|
works, haven't tested nepomuk part though.
NOTE to dolphin devs: please, consider using 'left.column()' instead of 'sortRole()' in lessThan methods, and 'sorting()' instead of 'sortRole()' in other places.
Didn't make switch by myself because it needs nepomk testing (shouldn't be too hard though).
svn path=/trunk/KDE/kdebase/apps/; revision=692517
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692490
|
|
on the top and bottom.
svn path=/trunk/KDE/kdebase/apps/; revision=692484
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=692471
|
|
KCategorizedView::moveCursor()
svn path=/trunk/KDE/kdebase/apps/; revision=692073
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=691717
|
|
KIconLoader::global()->theme() returning 0 (which according to the API, it can do). Second was to fix the 'lastIndex' member of KCategorizedView::Private being out of date when used. According to the comments this member existed as an optimization. However in the only function where it is used, scrollbar updates are also performed. This will be several orders of magnitude more expensive than the 3 constant-time operations on Qt containers (QHash,QList) which the optimization avoided. So I removed the 'lastIndex' member and moved the calculation to where the data is needed.
svn path=/trunk/KDE/kdebase/apps/; revision=691574
|
|
XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex.
svn path=/trunk/KDE/kdebase/apps/; revision=691218
|
|
DolphinSortFilterProxyModel::lessThan() still contains similar code like KDirSortFilterProxyModel::lessThan(), but we will discuss this with Rafael in August (it's open yet whether KSortFilterProxyModel should be derived from KDirSortFilterProxyModel or not...).
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=691028
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=690417
|
|
essentially, remove all the code being duplicated :)
Make manpart use KEncodingDetector capabilities along the way (it was <meta ... charset="System"> before)
svn path=/trunk/KDE/kdebase/apps/; revision=690382
|
|
QStyleOptionViewItem, so the text wrapping property of QStyleOptionViewItemV3 will never be set -> check whether wrapping has been enabled inside QListView
svn path=/trunk/KDE/kdebase/apps/; revision=689676
|
|
been enabled
svn path=/trunk/KDE/kdebase/apps/; revision=689663
|
|
visual width or height, drawing errors occur as internally always d->visualRect() is used -> always use KCategorizedView::visualRect()...
svn path=/trunk/KDE/kdebase/apps/; revision=689662
|
|
for texts that cannot be wrapped
svn path=/trunk/KDE/kdebase/apps/; revision=689651
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=688446
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=688104
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=687991
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=687902
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=687855
|
|
or not spacing
svn path=/trunk/KDE/kdebase/apps/; revision=687849
|
|
has not been translated (@David: is this the right way to do it?)
CCMAIL: [email protected]
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=687760
|
|
taller items correctly when the mouse is over the part that goes "out of the little one" line
svn path=/trunk/KDE/kdebase/apps/; revision=687625
|
|
Not bigger for little elements.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=687624
|