┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-09-21restore the focus of the active column after the reloading has been finishedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=715305
2007-09-21Don't invoke KDirLister::openUrl(url, true, false) in combination with the ↵Peter Penz
column view, otherwise an assertion in KDirModel is triggered which indicates that KDirModel::expandToUrl() should be used. But in this case invoking expandToUrl() is not needed at all... svn path=/trunk/KDE/kdebase/apps/; revision=715298
2007-09-21implemented reloading of all columns of the column view (just updating the ↵Peter Penz
directory lister is not enough in this case...) svn path=/trunk/KDE/kdebase/apps/; revision=715294
2007-09-21SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=715040
2007-09-20SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=714633
2007-09-19Dolphin is now QT3_SUPPORT freeUrs Wolfer
svn path=/trunk/KDE/kdebase/apps/; revision=714564
2007-09-19Fix crash in dolphinpart when doing RMB on viewport.David Faure
Clean up unnecessary use of Q3ValueList. svn path=/trunk/KDE/kdebase/apps/; revision=714532
2007-09-19* some internal cleanupsPeter Penz
* assure that a column gets created if no existing column can be used for showing an URL svn path=/trunk/KDE/kdebase/apps/; revision=714407
2007-09-19implemented keyboard navigation for the column viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=714392
2007-09-19allow to configure the column width of the columns viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=714342
2007-09-19don't use deprecated Qt3 constructorPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=714341
2007-09-19use a layout which requires less width for the columns settingsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=714336
2007-09-19If Nepomuk is (temporary) not available use SortByName as fallback for ↵Peter Penz
SortByTags/SortByRating. Thanks to Rafael for pointing this out... svn path=/trunk/KDE/kdebase/apps/; revision=714289
2007-09-19More clear categories strings when sorting by permissionsRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=714267
2007-09-19++keyboard navigationRafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=714261
2007-09-18Fix selections problems (like flickering). Click on category ↵Rafael Fernández López
select/deselects all items inside it. Ctrl+Click categories lets you add categories to already created selections, as well as inverting selections inside the same category. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=714051
2007-09-18(Un)selections working properlyRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=713803
2007-09-17drag and drop fixes for the column view (implied a signal changed which ↵Peter Penz
affected other views too) svn path=/trunk/KDE/kdebase/apps/; revision=713430
2007-09-17Give feedback to user when clicking on a category and the user is not ↵Rafael Fernández López
dragging from it. Beauty, come to me :) CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713337
2007-09-17Hooray for perfectionismRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=713323
2007-09-17Equal drawing on every caseRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=713322