┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
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
2007-07-08If no user icon present, show a generic oneRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=685426
2007-07-08adapt signature of requestDelayedItemInfo() slot to recent changesPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685421
2007-07-08fix documentationPeter Penz
svn path=/trunk/KDE/kdebase/apps/; revision=685419
2007-07-07SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=684722
2007-07-06Make KListView capable of drawing categories on our own way. This make ↵Rafael Fernández López
things easier when we are trying to customize it. We can also benefit from KStyle if some day it supports category drawing. KListView keyboard navigation. Tricier than I thought. Pending renaming to KCategorizedView. Seems a good name. svn path=/trunk/KDE/kdebase/apps/; revision=684478
2007-07-06simplify + add todo (early commit to make room for the next kdebase-wide commit)David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=684300
2007-07-05Remove not necessary cmake variable Laurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=683756
2007-07-04Don't crash (in PreviewJob) when m_shownUrl is empty for some reason.David Faure
svn path=/trunk/KDE/kdebase/apps/; revision=683539
2007-07-04SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=683071
2007-07-03SVN_SILENT made messages (.desktop file)Script Kiddy
svn path=/trunk/KDE/kdebase/apps/; revision=682629
2007-07-02Change signature of requestItemInfo signal, to avoid fileitem -> url -> ↵David Faure
index -> fileitem roundtrip in dolphin, and to match the BrowserExtension mouseOverInfo() signal. Started to implement more of the part (e.g. spinning wheel in konq). svn path=/trunk/KDE/kdebase/apps/; revision=682440
2007-07-02Remove not necessary variable alreadyLaurent Montel
add by other kde cmake variable svn path=/trunk/KDE/kdebase/apps/; revision=682363
2007-07-02not necessary to duplicate itLaurent Montel
svn path=/trunk/KDE/kdebase/apps/; revision=682359
2007-07-02Interface modifications to KCmdLineArgs, KAboutData and KComponentData; BIC, ↵Chusslove Illich
SIC. Most of the depending code has been auto-converted to new API. svn path=/trunk/KDE/kdebase/apps/; revision=682259
2007-07-01Improve speed when we have lots of selections that are partially outside the ↵Rafael Fernández López
viewport. svn path=/trunk/KDE/kdebase/apps/; revision=682114
2007-07-01Define variables in their contextRafael Fernández López
svn path=/trunk/KDE/kdebase/apps/; revision=682100