summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Bring up network on Symbian.Martin Jones2009-12-072-0/+51
|
* Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-042-52/+110
|\ | | | | | | into kinetic-declarativeui
| * Remove debugMartin Jones2009-12-041-2/+0
| |
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-044-0/+38
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | Fix item insertion/deletion before first visible item.Martin Jones2009-12-042-52/+112
| | | | | | | | | | | | Also avoid destroying items in the same frame as adding items.
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-044-0/+38
|\ \ \ | | |/ | |/| | | | into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-043-26/+18
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| * | test bugWarwick Allison2009-12-041-0/+13
| | |
| * | undebugWarwick Allison2009-12-041-1/+0
| | |
| * | Test for 69d4e0a18f6efaf3d7660e4b708b9fcdb9a64250Warwick Allison2009-12-042-0/+18
| | |
| * | Prevent call to executeSql outside transaction (eg. if arg kept).Warwick Allison2009-12-041-0/+8
| | |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-041-2/+1
|\ \ \ | | |/ | |/| | | | into kinetic-declarativeui
| * | Delete released items immediately.Martin Jones2009-12-041-2/+1
| | |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-041-2/+0
|\ \ \ | |/ / | | | | | | into kinetic-declarativeui
| * | Revert 1dd1886390f56810f3fffbc66e823dca9132a89c - wasn't a leak.Martin Jones2009-12-041-2/+0
| | |
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Martin Jones2009-12-04260-1705/+2300
|\ \ \ | |/ / | | | | | | into kinetic-declarativeui
| * | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-04258-1315/+1683
| |\ \ | | |/ | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-047-50/+51
| | |\ | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * Merge branch 'kinetic-declarativeui' of ↵Michael Brasser2009-12-03258-1306/+1684
| | | |\ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | Minor optimizations.Michael Brasser2009-12-033-12/+14
| | | | |
| | | * | Minor optimization of image lookup from cache.Michael Brasser2009-12-031-34/+36
| | | | |
| | | * | Cleanup.Michael Brasser2009-12-033-4/+1
| | | | |
| | * | | Fix count change notification.Warwick Allison2009-12-041-0/+1
| | | | |
| | * | | Merge branch 'kinetic-declarativeui' of ↵Warwick Allison2009-12-03259-1495/+1986
| | |\ \ \ | | | | |/ | | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | | * | fix includesOswald Buddenhagen2009-12-03247-842/+1176
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | - include headers from own directory with "" - include headers from own project without private/ - sort includes from most specific to most generic - make headers self-contained - some whitespace unification no attempt was made at making the qt includes consistent regarding the use of module names and forwarding headers. no attempt was made at sorting includes.
| | | * | clean up project filesOswald Buddenhagen2009-12-039-297/+305
| | | | |
| | | * | Added conditional macro which will make the copy in QtCreator able to export ↵Erik Verbruggen2009-12-038-110/+120
| | | | | | | | | | | | | | | | | | | | the classes across shared libraries/plug-ins.
| | | * | Optimization: Use linked-list for context objectsAaron Kennedy2009-12-034-15/+25
| | | | |
| | | * | CompileAaron Kennedy2009-12-031-0/+3
| | | | |
| | * | | More detailed error message.Warwick Allison2009-12-031-2/+3
| | | | |
| * | | | Fix overshoot correction in ListView with variable height items.Martin Jones2009-12-041-22/+17
| | |/ / | |/| |
| * | | Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-0315-167/+197
| |\ \ \ | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui
| | * | | Optimization: Use QString, not QUrl in QmlBindingAaron Kennedy2009-12-038-21/+21
| | | |/ | | |/|
| | * | Avoid QString <-> QUrl conversionsAaron Kennedy2009-12-034-3/+15
| | | |
| | * | Remove dead codeAaron Kennedy2009-12-031-11/+0
| | | |
| | * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-0310-48/+120
| | |\ \ | | | | | | | | | | | | | | | into kinetic-declarativeui
| | * | | OptimizationAaron Kennedy2009-12-038-137/+166
| | | | |
| * | | | Minor optimization for layout.Martin Jones2009-12-031-21/+34
| | |/ / | |/| |
| * | | A collection of small optimizations.Martin Jones2009-12-038-28/+79
| | | |
| * | | Positioner optimizations.Michael Brasser2009-12-032-34/+46
| | | |
| * | | Plug leak.Martin Jones2009-12-032-0/+9
| |/ /
| * | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵Aaron Kennedy2009-12-03201-532/+533
| |\ \ | | |/ | | | | | | into kinetic-declarativeui
| | * Fix test failure.Warwick Allison2009-12-021-2/+2
| | | | | | | | | | | | That +1 was a typo (the qCeil is already sufficient to bound to int rect).
| | * Don't set size, that now crops tile in pixelCache.Warwick Allison2009-12-021-2/+0
| | |
| | * Expect warning.Warwick Allison2009-12-021-0/+3
| | |
| | * Update error message.Warwick Allison2009-12-021-2/+2
| | | | | | | | | | | | Still correct: just reporting other "end" of the loop.
| | * Update for change d406a899943c6d56d921bc290a009415a3c4eba5Warwick Allison2009-12-021-3/+3
| | |
| | * Undo most of 913dd563064e8047fe738fc9c79135adfb928977Warwick Allison2009-12-02197-523/+523
| | | | | | | | | | | | It seems we're going to have to so a syncqt/configure in Qt modules.
| * | Separate out first time construction costAaron Kennedy2009-12-031-1/+12
| |/
| * Merge branch 'kinetic-declarativeui' of ↵Martin Jones2009-12-02137-691/+696
| |\ | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui