| Age | Commit message (Collapse) | Author |
|
been applied to qt-copy now
svn path=/trunk/KDE/kdebase/apps/; revision=717366
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717365
|
|
if the view does not support the categorization feature (currently only the icons view supports this). Take care that switching between e. g. the icons-view and the details-view does not change the stored categorized sorting. Thanks to Rafael for the initial patch!
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717300
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717263
|
|
decreasing the width of the viewport
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717258
|
|
* There is no need to explicitly turning on the category, as this is done automatically when reading out the view properties. @Rafael: I tested your error description and could not reproduce the problem anymore. If I miss something, please let me know, so that we can work together to fix this :-)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717245
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717229
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717223
|
|
when the directory lister has not finished its loading...
svn path=/trunk/KDE/kdebase/apps/; revision=717203
|
|
is still working. This information is needed as KDirModel::expandToUrl() may never get invoked if the directory lister is still busy...
svn path=/trunk/KDE/kdebase/apps/; revision=717188
|
|
than konq for directories.
svn path=/trunk/KDE/kdebase/apps/; revision=717185
|
|
directory lister has been initialized
svn path=/trunk/KDE/kdebase/apps/; revision=717158
|
|
- turning off the automatical resizing is no good solution. I'll submit another fix during this week...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717133
|
|
which fixes a possible crash
(see http://lists.kde.org/?l=kde-core-devel&m=119077433611662&w=2)
svn path=/trunk/KDE/kdebase/apps/; revision=717132
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=717121
|
|
column to the width of its contents. Probably is a poor solution...
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717081
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717068
|
|
- On the icon view, enable categorization
- Switch to details view
- Go back to the icon view. The categorization has been disabled for the
details view to sort correctly.
This fixes this problem :)
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717051
|
|
lessThanGeneralPurpose. For that we need to force the proxy model to not to be categorized.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717040
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717031
|
|
allowed to sort by categories. This will result as bad sortings on Detailed and in
Column views.
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=717022
|
|
lister has completed its loading
svn path=/trunk/KDE/kdebase/apps/; revision=716899
|
|
column of the column-view instead of selecting the whole hierarchy of the model
svn path=/trunk/KDE/kdebase/apps/; revision=716885
|
|
view or a column view: the directories should not get filtered
svn path=/trunk/KDE/kdebase/apps/; revision=716873
|
|
the column view)
svn path=/trunk/KDE/kdebase/apps/; revision=716868
|
|
CCMAIL: [email protected]
svn path=/trunk/KDE/kdebase/apps/; revision=716865
|
|
* ignore trailing slashes when comparing URLs
svn path=/trunk/KDE/kdebase/apps/; revision=716858
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716850
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716840
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716833
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716829
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716803
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716798
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716789
|
|
temporary 'if (...)-fix' by a Q_ASSERT again
svn path=/trunk/KDE/kdebase/apps/; revision=716711
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716620
|
|
root cause of this crash
svn path=/trunk/KDE/kdebase/apps/; revision=716416
|
|
temporary while reloading the columns
svn path=/trunk/KDE/kdebase/apps/; revision=716387
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716384
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716381
|
|
won't be modified when restoring the columns
svn path=/trunk/KDE/kdebase/apps/; revision=716367
|
|
for views like the column view where the root URL might differ from the current URL).
svn path=/trunk/KDE/kdebase/apps/; revision=716310
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716256
|
|
"/home/peter/Temp" to "/home/peter/Temp/a/b/c" by e. g. the back button
svn path=/trunk/KDE/kdebase/apps/; revision=716208
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716190
|
|
KDE4_ADD_TEST_EXECUTABLE is deprecated now use KDE4_ADD_EXECUTABLE(<target> TEST <files>) instead
QT4_ADD_DBUS_INTERFACE_NO_NAMESPACE and QT4_ADD_DBUS_INTERFACES_NO_NAMESPACE are deprecated too
used SET_SOURCE_FILES_PROPERTIES(<files> PROPERTIES NO_NAMESPACE TRUE) QT4_ADD_DBUS_INTERFACES(<srcList> <files>)
set( EXECUTABLE_OUTPUT_PATH ${CMAKE_CURRENT_BINARY_DIR} ) is put in each CMakeLists.txt where
KDE4_ADD_EXECUTABLE(<target> TEST <files>) and KDE4_ADD_UNIT_TEST were used.
svn path=/trunk/KDE/kdebase/apps/; revision=716149
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=716039
|
|
only on those with pictures).
With the current architecture it is impossible to create different rules
depending on the items that each category contains. All categories are
similar to the rest. That also helps to quickly find what you are
looking for.
BUG: 149655
svn path=/trunk/KDE/kdebase/apps/; revision=715740
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=715737
|
|
svn path=/trunk/KDE/kdebase/apps/; revision=715308
|