┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-07-14Respect grid sizes.Rafael Fernández López
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=687616
2007-07-13cleanup About dialogPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=687495
2007-07-13improved i18ncheckarg scripts means new KUIT issues -> fixed now...Peter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=687491
2007-07-13apply shortcuts for docksPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=687484
2007-07-13instead of "Sort" -> "By Name", "By Date", "By Size", ...Peter Penz
use "Sort By" -> "Name", Date", "Size", ... svn path=/trunk/KDE/kdebase/apps/; revision=687480
2007-07-13remove unused variablesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=687466
2007-07-13Extract messages from .kcfg too (whoops).Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=687407
2007-07-13Extract messages from .kcfg too.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=687406
2007-07-13Update property when needed.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=687397
2007-07-13Take in count item sizes. As we want all elements of the same size we check ↵Rafael Fernández López
for the biggest one. This way we have visible columns too, what makes everything more ordered, and to the user eye as well. svn path=/trunk/KDE/kdebase/apps/; revision=687387
2007-07-13Select elements correctly when clicking on the category for selecting.Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=687361
2007-07-13It would be nice if we fill correctly option views :)Rafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=687151
2007-07-12minor layout fix in infosidebarPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=686795
2007-07-12KUIT adaptions (applied i18ncheckarg - everything should be OK now)Peter Penz
CCMAIL: [email protected] svn path=/trunk/KDE/kdebase/apps/; revision=686787
2007-07-11KUIT for boilerplate KAboutData/KCmdLineArgs calls.Chusslove Illich
svn path=/trunk/KDE/kdebase/apps/; revision=686429
2007-07-10let the column-widgets of the Column View be aware about their URL, as this ↵Peter Penz
simplifies the activation/deactivation handling of columns svn path=/trunk/KDE/kdebase/apps/; revision=686217
2007-07-10remove kde4_automoc()Allen Winter
svn path=/trunk/KDE/kdebase/apps/; revision=685984
2007-07-10SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=685927
2007-07-09Rename KListView to KCategorizedView as decidedRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=685767
2007-07-09KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685763
2007-07-08KUIT adaptionsPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685432