┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-09-17Categories titles and icons are shown at the same distance between them on ↵Rafael Fernández López
LTR and RTL languages svn path=/trunk/KDE/kdebase/apps/; revision=713321
2007-09-17Forgot to adapt to RTL the default category drawer (KCategoryDrawer), since ↵Rafael Fernández López
right now it is fully overriden by dolphincategorydrawer. Unneeded commented code removed from the latter svn path=/trunk/KDE/kdebase/apps/; revision=713320
2007-09-17Create the new architecture for KCategorizedView. Now DolphinModel is ↵Rafael Fernández López
created, inheriting KDirModel for returning valid data for the role of the category of an item. DolphinSortFilterProxyModel implements now methods lessThanCategoryMethod and lessThanGeneralMethod from KCategorizedSortFilterProxyModel. The only thing that needs to be adapted is the keyboard navigation on the KCategorizedView. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=713319
2007-09-14fix: forgot to invoke base implementationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=712616
2007-09-14selection model fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=712610
2007-09-14refactoring of column view, which fixes:Peter Penz
* selection issues * unwanted loading of sub directories * wrong horizontal scroll position svn path=/trunk/KDE/kdebase/apps/; revision=712590
2007-09-14SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=712396
2007-09-13update the URL candidate if only one file is selected, so that Nepomuk tags ↵Peter Penz
get updated (thanks to Rajeev J Sebastian for the patch!) svn path=/trunk/KDE/kdebase/apps/; revision=712054
2007-09-13SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=711906
2007-09-10desktop-file-validate says not to end a MimeType with a semicolon.Allen Winter
svn path=/trunk/KDE/kdebase/apps/; revision=710731