┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-10-04allow to configre more than one additional information for the icons-viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=720957
2007-10-04coding style nit-pickingPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=720955
2007-10-04Changes related to the smooth scrolling. We can enable it since icefox has ↵Rafael Fernández López
submitted his "division by zero" to Qt, so it should be safe. If we experience any division by zero or report, we just disable them commenting them out and with a comment to remind ourselves to uncomment them after. The smooth scrolling is being combined with a good behavior when using the mouse wheel. Some investigation on QListView found nice stuff for KCategorizedView. Peter, I have the smooth scrolling for KDirOperator too, let me that one... I have binary incompatible changes merged there with this ones and I am committing everything together on friday. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=720918
2007-10-03there is no need anymore to check whether the KDirLister is currently ↵Peter Penz
loading before invoking KDirModel::expandToUrl() svn path=/trunk/KDE/kdebase/apps/; revision=720870
2007-10-03disable the moving of columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=720855
2007-10-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=720538
2007-10-03Update my email addressRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=720339
2007-10-02As the additional information can be shown in parallel, a combobox selection ↵Peter Penz
is not sufficient anymore. To prevent bug-reports for the beta 3 release, all items are explicitly marked as TODO temporary. svn path=/trunk/KDE/kdebase/apps/; revision=720286
2007-10-02Allow showing additional information like type, size and date in parallel ↵Peter Penz
for the icons view (thanks to Fredrik for the extension of KFileItemDelegate!). svn path=/trunk/KDE/kdebase/apps/; revision=720283
2007-10-02replace QList<KFileItem> by KFileItemList, as KFileItemList is not ↵Peter Penz
QList<KFileItem*> anymore since todays update of kfileitem.* in kdelibs svn path=/trunk/KDE/kdebase/apps/; revision=720234
2007-10-02fix signal/slotDavid Faure
svn path=/trunk/KDE/kdebase/apps/; revision=720110
2007-10-02SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=720019
2007-10-01Port dolphin to the KFileItemDelegate API changes.Fredrik Höglund
svn path=/trunk/KDE/kdebase/apps/; revision=719796
2007-10-01Ported KonqPopupMenu away from xmlgui to make things debuggable (we had code ↵David Faure
that dynamically created XML, and then passed it for gui merging with KonqPopupMenu's own generated XML, that was too much magic and headaches). There are now unit tests for KonqPopupMenu, and its code has a bit less magic hacks than before. There is no more KonqPopupMenuPlugin though, but I'm happy to re-create it once there's a real use case for it. svn path=/trunk/KDE/kdebase/apps/; revision=719676
2007-10-01Code adaptation because of changes on libraries related to revision 719630Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=719642
2007-10-01Making KFileItemList value based.Tobias Koenig
svn path=/trunk/KDE/kdebase/apps/; revision=719514
2007-09-30coding style nitpicking: remove spacePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=719288
2007-09-30SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=719026
2007-09-29Test for what the error message saysPascal Létourneau
svn path=/trunk/KDE/kdebase/apps/; revision=718814
2007-09-29Init cwd with the current path (dolphin is a KUniqueApplication)Pascal Létourneau
svn path=/trunk/KDE/kdebase/apps/; revision=718808
2007-09-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=718575
2007-09-28Icons height is the same as the titleRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=718317
2007-09-28removed unused method expandSelectionParent (it is not invoked anymore since ↵Peter Penz
KDirLister::expandToUrl() is available) svn path=/trunk/KDE/kdebase/apps/; revision=718182
2007-09-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=718158
2007-09-27Init the range before a value is set (via the signal valueChanged)Pascal Létourneau
svn path=/trunk/KDE/kdebase/apps/; revision=717914
2007-09-27assure that the decoration gets selected in the column-view even if the ↵Peter Penz
style has not enabled this per default svn path=/trunk/KDE/kdebase/apps/; revision=717801
2007-09-27assure that the decoration gets selected in the details-view even if the ↵Peter Penz
style has not enabled this per default svn path=/trunk/KDE/kdebase/apps/; revision=717770
2007-09-27temporary deactivate session restoring until it can be tested with a working ↵Peter Penz
desktop svn path=/trunk/KDE/kdebase/apps/; revision=717741
2007-09-27use inline keyword as suggested at ↵Peter Penz
http://www.parashift.com/c%2B%2B-faq-lite/inline-functions.html#faq-9.9 svn path=/trunk/KDE/kdebase/apps/; revision=717738
2007-09-27reactivate session managementPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=717737
2007-09-27updated version for KDE 4.0 beta 3 releasePeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=717713
2007-09-27* right-to-left layout fixesPeter Penz
* fixes to assure that active column stays visible svn path=/trunk/KDE/kdebase/apps/; revision=717684
2007-09-27allow to show/hide the columns of the details-view by a context menu for the ↵Peter Penz
header (-> no need to go into the settings menu) svn path=/trunk/KDE/kdebase/apps/; revision=717627
2007-09-27Remove ScrollPerPixel again. Beside a crash with a non-patched version of Qt ↵Peter Penz
it also decreases the usability when using the mouse wheel: one full rotation of the mouse wheel only leads to a scrolling of 1 or 2 items... svn path=/trunk/KDE/kdebase/apps/; revision=717562
2007-09-27use the proxy model categorization state to check whether it has changed, ↵Peter Penz
not the stored categorization state... svn path=/trunk/KDE/kdebase/apps/; revision=717555
2007-09-27* moved the loading of the settings into a separate methodPeter Penz
* assure that the "show in groups" action gets disabled when no categorization is allowed for the current view svn path=/trunk/KDE/kdebase/apps/; revision=717550
2007-09-27Use case: categorized sorting is enabled, the current view mode is ↵Peter Penz
icons-view. When switching to the details-view (which does not support categorized sorting yet), the 'categorized sorting' action should get only disabled to indicate that it is not available, not get unchecked (currently it gets disabled AND unchecked). This patch assures that always the stored categorization state is returned for the menu actions, but internally the categorization is turned off for the proxy model for the details view and column view. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=717548
2007-09-27use blitz instead of deprecated kdefx, remove kdefx headers where unusedMatthew Woehlke
svn path=/trunk/KDE/kdebase/apps/; revision=717537
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