┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-09-26reactivate ScrollPerPixel again, as the Qt-patch for "divide by zero" has ↵Peter Penz
been applied to qt-copy now svn path=/trunk/KDE/kdebase/apps/; revision=717366
2007-09-26assure that the directory gets reloaded when the base URL has been changedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=717365
2007-09-26Assure that the categorized sorting is applied correctly to the proxy model ↵Peter Penz
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
2007-09-26use the fixed resizing mode (it is assured that each column stays readable)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=717263
2007-09-26assure that the width of the name-column cannot get too small when ↵Peter Penz
decreasing the width of the viewport CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=717258
2007-09-26* Fix memory leak (DolphinCategoryDrawer is leaking...)Peter Penz
* 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
2007-09-26code simplifications like done in the column viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=717229
2007-09-26internal cleanupPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=717223
2007-09-26lessons learned from the column view: never invoke KDirModel::expandToUrl() ↵Peter Penz
when the directory lister has not finished its loading... svn path=/trunk/KDE/kdebase/apps/; revision=717203
2007-09-26Listen to the directory lister signals to know whether the directory lister ↵Peter Penz
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
2007-09-26associate dolphin with inode/directory; give it a higher initial preference ↵David Faure
than konq for directories. svn path=/trunk/KDE/kdebase/apps/; revision=717185
2007-09-26prevent crash in model when invoking KDirModel::expandToUrl() before the ↵Peter Penz
directory lister has been initialized svn path=/trunk/KDE/kdebase/apps/; revision=717158
2007-09-26Revert last patch which should fix the "name column can get too small issue" ↵Peter Penz
- 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
2007-09-26temporary disable the ScrollPerPixel feature until a Qt-patch is supplied ↵Peter Penz
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
2007-09-26SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=717121
2007-09-26This fixes the problem of the "hidden filename corner case" by setting the ↵Rafael Fernández López
column to the width of its contents. Probably is a poor solution... CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=717081
2007-09-26Hide unused and not drawn columns on the details viewRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=717068
2007-09-25Fix the reproducible problem after the fix:Rafael Fernández López
- 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
2007-09-25When the view is the Details or Columns one do not have in count ↵Rafael Fernández López
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
2007-09-25Revert as it doesn't fix the problem completely... diving into this... sorryRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=717031
2007-09-25Whenever we are trying to sort, bypass lessThanGeneralPurpose when is not ↵Rafael Fernández López
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
2007-09-25don't expand to the active URL synchronously, wait until the directory ↵Peter Penz
lister has completed its loading svn path=/trunk/KDE/kdebase/apps/; revision=716899
2007-09-25assure that "Select All" and "Invert Selection" only operate on the active ↵Peter Penz
column of the column-view instead of selecting the whole hierarchy of the model svn path=/trunk/KDE/kdebase/apps/; revision=716885
2007-09-25fix filtering issues for views that show a directory hierarchy like a tree ↵Peter Penz
view or a column view: the directories should not get filtered svn path=/trunk/KDE/kdebase/apps/; revision=716873
2007-09-25use pixel scrolling for all views (thanks to Rafael for the initial fix in ↵Peter Penz
the column view) svn path=/trunk/KDE/kdebase/apps/; revision=716868
2007-09-25Now that we talk about the column view => smooth scrollingRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=716865
2007-09-25* the directory lister must be updated when reloading columnsPeter Penz
* ignore trailing slashes when comparing URLs svn path=/trunk/KDE/kdebase/apps/; revision=716858
2007-09-25restoring of the column view must also be done if the column view is activePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716850
2007-09-25clear columns if the new URL is no parent of the currently shown columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716840
2007-09-25Categories imrovedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=716833
2007-09-25don't reset the root index, hiding the column is enoughPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716829
2007-09-25hide the ratings and tags column in the treeview sidebarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716803
2007-09-25assure that the active column stays always visiblePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716798
2007-09-25further root URL handling cleanupsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716789
2007-09-25assure that the restoring the column view cannot fail and replace the ↵Peter Penz
temporary 'if (...)-fix' by a Q_ASSERT again svn path=/trunk/KDE/kdebase/apps/; revision=716711
2007-09-25Prettier category drawing :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=716620
2007-09-24temporary fix: prevent crash due to a wrong root URL; TODO: fix the real ↵Peter Penz
root cause of this crash svn path=/trunk/KDE/kdebase/apps/; revision=716416
2007-09-24prevent that a column with an invalid root index shows the root column ↵Peter Penz
temporary while reloading the columns svn path=/trunk/KDE/kdebase/apps/; revision=716387
2007-09-24prevent an invalid active column index if columns have been deletedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716384
2007-09-24simplify code + fix activation issue when reloading columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716381
2007-09-24improve DolphinColumnView::showColumn() in a way that the history state ↵Peter Penz
won't be modified when restoring the columns svn path=/trunk/KDE/kdebase/apps/; revision=716367
2007-09-24Restore the root URL when navigating through the history (this is important ↵Peter Penz
for views like the column view where the root URL might differ from the current URL). svn path=/trunk/KDE/kdebase/apps/; revision=716310
2007-09-24Pass ref instead of pointer in mouseOverInfo signalDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=716256
2007-09-24don't forget to create missing columns when the URL is changed from e. g. ↵Peter Penz
"/home/peter/Temp" to "/home/peter/Temp/a/b/c" by e. g. the back button svn path=/trunk/KDE/kdebase/apps/; revision=716208
2007-09-24don't delete inactive columns when reloading the column-viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=716190
2007-09-24Adapt CMakeLists.txt as discussed with Alex.Laurent Montel
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
2007-09-23msvc compile++Christian Ehrlicher
svn path=/trunk/KDE/kdebase/apps/; revision=716039
2007-09-23Show more useful information when sorting by date (in all folders, not Rafael Fernández López
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
2007-09-23Oops, Qt already had a class that does this in a cross-platform way :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=715737
2007-09-21assure that the inactive columns have the same color as the column-view viewportPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=715308