summaryrefslogtreecommitdiffstats
path: root/src/gui/itemviews/qstyleditemdelegate.cpp
Commit message (Collapse)AuthorAgeFilesLines
* ItemViews: make it possible for chekcable items to get partiallyCheckedThierry Bastian2009-08-051-1/+6
| | | | | | | Previously it was only switching between checked and unchecked. Task-number: 259008 Reviewed-by: ogoffart
* Fixed bug where Q[Styled]ItemDelegate edition wouldn't terminate whenGabriel de Dietrich2009-08-041-7/+1
| | | | | | | | | the item lost focus to an unrelated dialog. The tests against the active modal window was unnecessary. Task-number: 257859 Reviewed-by: olivier
* Revert "Small simplification of code in ItemViews (delegate)"Olivier Goffart2009-07-311-3/+6
| | | | | | | | | | | | | This reverts commit 95560abfdd3a1755b69f238eff2954d164dff6a5. Fix comboboxes used as editor. isAncestor() stops at windows. we want to go tought the whole widget chain, including parent windows Use case: examples/itemviews/coloreditorfactory/coloreditorfactory Task-number: 259034
* ItemViews: don't commit data from editors when hiding the viewThierry Bastian2009-07-161-1/+1
| | | | Task-number: 258106
* Small simplification of code in ItemViews (delegate)Thierry Bastian2009-07-161-6/+3
|
* Doc: correcting typoMorten Engvoldsen2009-07-011-1/+1
| | | | | | Correcting typos Task-number: 257225
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
| | | | Reviewed-by: Trust Me
* Pressing enter in a QPlainTextEdit embedded on a itemview should insert a ↵Olivier Goffart2009-05-221-1/+2
| | | | | | | | | | newline Do the same special case as for QTextEdit (yes, this is a pitty that we have special cases like that Reviewed-by: Thierry Task-number: 252532
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+763