┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2007-08-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=696194
2007-08-03request the activation of a column also on directories if not the left mouse ↵Peter Penz
button is pressed svn path=/trunk/KDE/kdebase/apps/; revision=696094
2007-08-03further selection model fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=696076
2007-08-03Adapt to new KWarning/kFatal/kDebug apiLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=695870
2007-07-30SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=694108
2007-07-29Use the new KFileItem APIThiago Macieira
svn path=/trunk/KDE/kdebase/apps/; revision=694063
2007-07-29minor fixes regarding inactive columnsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=694026
2007-07-29new approach: don't fight against the selection behavior of QColumnView, but ↵Peter Penz
improve the visual appearance be indicating the shown folder visually svn path=/trunk/KDE/kdebase/apps/; revision=694015
2007-07-29Assure that the view properties of a column view are always stored in the ↵Peter Penz
folder represented by the first column. It is assured now, that all columns use the same view properties. Although one reason is because of technical 'restrictions' (KDirLister properties like 'show dot files' are applied to all sub directories too), I personally think it also makes sense from a usability point of view. svn path=/trunk/KDE/kdebase/apps/; revision=693944
2007-07-29when activating the columns inside a column view, the current view ↵Peter Penz
properties must get synchronized svn path=/trunk/KDE/kdebase/apps/; revision=693930
2007-07-29SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=693808
2007-07-29remove extra ";"Stephan Binner
svn path=/trunk/KDE/kdebase/apps/; revision=693804
2007-07-28fix some drag & drop issuesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=693766
2007-07-28don't load directories when hovering folders during moving the mouse...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=693757
2007-07-28temporary fixes until MultiSelection will be implementedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=693752
2007-07-28assure that the folder which is shown in the next column is always selectedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=693734
2007-07-28use alternating row colors for the details viewPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=693610
2007-07-28SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=693473
2007-07-26Call the front-end function, not the backend virtual doKillThiago Macieira
svn path=/trunk/KDE/kdebase/apps/; revision=693038
2007-07-26remove strange copy/paste issue which was responsible that Dolphin forgot ↵Peter Penz
the general settings (it seems those lines have been copied from GeneralViewSettingsPage::restoreDefaults() per accident) svn path=/trunk/KDE/kdebase/apps/; revision=693009
2007-07-26Compile (KDateTime simplifications)Jure Repinc
svn path=/trunk/KDE/kdebase/apps/; revision=692606
2007-07-25little fix that brings everything into orderNick Shaforostoff
svn path=/trunk/KDE/kdebase/apps/; revision=692551
2007-07-25provide a useful default width for the Folders dock (treeview)Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=692544
2007-07-25revert wrong sorting resulted by last commit: K comes before L... (yes, some ↵Peter Penz
people like me can only sort the letters A - F ;-)) svn path=/trunk/KDE/kdebase/apps/; revision=692538
2007-07-25use the minimum width as default widthPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=692535
2007-07-25minor documentation and coding style fixesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=692534
2007-07-25ok, second try: make use of KDirSortFilterProxyModel. 'Show in Groups' still ↵Nick Shaforostoff
works, haven't tested nepomuk part though. NOTE to dolphin devs: please, consider using 'left.column()' instead of 'sortRole()' in lessThan methods, and 'sorting()' instead of 'sortRole()' in other places. Didn't make switch by myself because it needs nepomk testing (shouldn't be too hard though). svn path=/trunk/KDE/kdebase/apps/; revision=692517
2007-07-25provide a useful default height for the Terminal dockPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=692490
2007-07-25Don't add the terminal to the right docking area, if it may only get aligned ↵Peter Penz
on the top and bottom. svn path=/trunk/KDE/kdebase/apps/; revision=692484
2007-07-25--deprecatedPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=692471
2007-07-24Fix crash when category view is enabled if there are no categories in ↵Robert Knight
KCategorizedView::moveCursor() svn path=/trunk/KDE/kdebase/apps/; revision=692073
2007-07-24more fixesThomas Zander
svn path=/trunk/KDE/kdebase/apps/; revision=691717
2007-07-23Fix a couple of crashes. First was to avoid problem caused by ↵Robert Knight
KIconLoader::global()->theme() returning 0 (which according to the API, it can do). Second was to fix the 'lastIndex' member of KCategorizedView::Private being out of date when used. According to the comments this member existed as an optimization. However in the only function where it is used, scrollbar updates are also performed. This will be several orders of magnitude more expensive than the 3 constant-time operations on Qt containers (QHash,QList) which the optimization avoided. So I removed the 'lastIndex' member and moved the calculation to where the data is needed. svn path=/trunk/KDE/kdebase/apps/; revision=691574
2007-07-23change XDG_APPS_DIR -> XDG_APPS_INSTALL_DIR, ↵Laurent Montel
XDG_DIRECTORY_DIR->XDG_DIRECTORY_INSTALL_DIR, DBUS_INTERFACES_DIR->DBUS_INTERFACES_INSTALL_ DIR, DBUS_SERVICES_DIR->DBUS_SERVICES_INSTALL_DIR to have same naming convention as discussed with Alex. svn path=/trunk/KDE/kdebase/apps/; revision=691218
2007-07-22Use KDirSortFilterProxyModel::naturalCompare() to prevent code duplication. ↵Peter Penz
DolphinSortFilterProxyModel::lessThan() still contains similar code like KDirSortFilterProxyModel::lessThan(), but we will discuss this with Rafael in August (it's open yet whether KSortFilterProxyModel should be derived from KDirSortFilterProxyModel or not...). CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=691028
2007-07-21ok, reverting as requested by Peter Penz.Nick Shaforostoff
svn path=/trunk/KDE/kdebase/apps/; revision=690417
2007-07-20Make use of the newly added KDirSortFilterProxyModel class -- that is, ↵Nick Shaforostoff
essentially, remove all the code being duplicated :) Make manpart use KEncodingDetector capabilities along the way (it was <meta ... charset="System"> before) svn path=/trunk/KDE/kdebase/apps/; revision=690382
2007-07-18QAbstractItemView::viewOptions() only returns an instance of the class ↵Peter Penz
QStyleOptionViewItem, so the text wrapping property of QStyleOptionViewItemV3 will never be set -> check whether wrapping has been enabled inside QListView svn path=/trunk/KDE/kdebase/apps/; revision=689676
2007-07-18respect the item width and item height also when the item categorization has ↵Peter Penz
been enabled svn path=/trunk/KDE/kdebase/apps/; revision=689663
2007-07-18When derived classes overwrite KCategorizedView::visualRect() to adjust the ↵Peter Penz
visual width or height, drawing errors occur as internally always d->visualRect() is used -> always use KCategorizedView::visualRect()... svn path=/trunk/KDE/kdebase/apps/; revision=689662
2007-07-18Assure that the item size is not exceeded -> the spacing is also respected ↵Peter Penz
for texts that cannot be wrapped svn path=/trunk/KDE/kdebase/apps/; revision=689651
2007-07-16SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=688446
2007-07-15SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=688104
2007-07-14Clarify some adjectives.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=687991
2007-07-14Fix small adjustments with items-categoriesRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=687902
2007-07-14Better spacing for extreme casesRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=687855
2007-07-14Even better behavior when different possibilities, grid or not grid, spacing ↵Rafael Fernández López
or not spacing svn path=/trunk/KDE/kdebase/apps/; revision=687849
2007-07-14Translation fix from Stefan Asserhall: e. g. "Link to Device" from libkonq ↵Peter Penz
has not been translated (@David: is this the right way to do it?) CCMAIL: [email protected] CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=687760
2007-07-14If we have different heights on the same row, make it possible to update ↵Rafael Fernández López
taller items correctly when the mouse is over the part that goes "out of the little one" line svn path=/trunk/KDE/kdebase/apps/; revision=687625
2007-07-14Follow QListView behavior. Each item has the exact size to fit its contents. ↵Rafael Fernández López
Not bigger for little elements. CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=687624