Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add QML based file browser to qmlviewer. | Martin Jones | 2009-12-06 | 11 | -8/+782 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-06 | 32 | -213/+205 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | oops, fix the compilation | Thierry Bastian | 2009-12-04 | 1 | -1/+1 |
| | | |||||
| * | small cleanup | Thierry Bastian | 2009-12-04 | 31 | -210/+202 |
| | | | | | | | | | | | | make use of QVariant::userType over Qvariant::type make use of char for 1-string character QCoreApplication::translate is static | ||||
| * | Use QVariant::toReal() instead of QVariant::toDouble() | Thierry Bastian | 2009-12-04 | 3 | -5/+5 |
| | | | | | | | | This avoids conversions from flat to double en embedded. | ||||
* | | Remove unneeded semicolon. | Martin Jones | 2009-12-06 | 1 | -1/+1 |
|/ | |||||
* | Remove debug | Martin Jones | 2009-12-04 | 1 | -2/+0 |
| | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-04 | 4 | -0/+38 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-04 | 3 | -26/+18 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | test bug | Warwick Allison | 2009-12-04 | 1 | -0/+13 |
| | | | |||||
| * | | undebug | Warwick Allison | 2009-12-04 | 1 | -1/+0 |
| | | | |||||
| * | | Test for 69d4e0a18f6efaf3d7660e4b708b9fcdb9a64250 | Warwick Allison | 2009-12-04 | 2 | -0/+18 |
| | | | |||||
| * | | Prevent call to executeSql outside transaction (eg. if arg kept). | Warwick Allison | 2009-12-04 | 1 | -0/+8 |
| | | | |||||
* | | | Fix item insertion/deletion before first visible item. | Martin Jones | 2009-12-04 | 2 | -52/+112 |
| |/ |/| | | | | | Also avoid destroying items in the same frame as adding items. | ||||
* | | Delete released items immediately. | Martin Jones | 2009-12-04 | 1 | -2/+1 |
| | | |||||
* | | Revert 1dd1886390f56810f3fffbc66e823dca9132a89c - wasn't a leak. | Martin Jones | 2009-12-04 | 1 | -2/+0 |
| | | |||||
* | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-04 | 258 | -1315/+1683 |
|\ \ | |/ | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-04 | 7 | -50/+51 |
| |\ | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | Merge branch 'kinetic-declarativeui' of ↵ | Michael Brasser | 2009-12-03 | 258 | -1306/+1684 |
| | |\ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | Minor optimizations. | Michael Brasser | 2009-12-03 | 3 | -12/+14 |
| | | | | |||||
| | * | | Minor optimization of image lookup from cache. | Michael Brasser | 2009-12-03 | 1 | -34/+36 |
| | | | | |||||
| | * | | Cleanup. | Michael Brasser | 2009-12-03 | 3 | -4/+1 |
| | | | | |||||
| * | | | Fix count change notification. | Warwick Allison | 2009-12-04 | 1 | -0/+1 |
| | | | | |||||
| * | | | Merge branch 'kinetic-declarativeui' of ↵ | Warwick Allison | 2009-12-03 | 259 | -1495/+1986 |
| |\ \ \ | | | |/ | | |/| | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| | * | | fix includes | Oswald Buddenhagen | 2009-12-03 | 247 | -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 files | Oswald Buddenhagen | 2009-12-03 | 9 | -297/+305 |
| | | | | |||||
| | * | | Added conditional macro which will make the copy in QtCreator able to export ↵ | Erik Verbruggen | 2009-12-03 | 8 | -110/+120 |
| | | | | | | | | | | | | | | | | the classes across shared libraries/plug-ins. | ||||
| | * | | Optimization: Use linked-list for context objects | Aaron Kennedy | 2009-12-03 | 4 | -15/+25 |
| | | | | |||||
| | * | | Compile | Aaron Kennedy | 2009-12-03 | 1 | -0/+3 |
| | | | | |||||
| * | | | More detailed error message. | Warwick Allison | 2009-12-03 | 1 | -2/+3 |
| | | | | |||||
* | | | | Fix overshoot correction in ListView with variable height items. | Martin Jones | 2009-12-04 | 1 | -22/+17 |
| |/ / |/| | | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-03 | 15 | -167/+197 |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | ||||
| * | | | Optimization: Use QString, not QUrl in QmlBinding | Aaron Kennedy | 2009-12-03 | 8 | -21/+21 |
| | |/ | |/| | |||||
| * | | Avoid QString <-> QUrl conversions | Aaron Kennedy | 2009-12-03 | 4 | -3/+15 |
| | | | |||||
| * | | Remove dead code | Aaron Kennedy | 2009-12-03 | 1 | -11/+0 |
| | | | |||||
| * | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-03 | 10 | -48/+120 |
| |\ \ | | | | | | | | | | | | | into kinetic-declarativeui | ||||
| * | | | Optimization | Aaron Kennedy | 2009-12-03 | 8 | -137/+166 |
| | | | | |||||
* | | | | Minor optimization for layout. | Martin Jones | 2009-12-03 | 1 | -21/+34 |
| |/ / |/| | | |||||
* | | | A collection of small optimizations. | Martin Jones | 2009-12-03 | 8 | -28/+79 |
| | | | |||||
* | | | Positioner optimizations. | Michael Brasser | 2009-12-03 | 2 | -34/+46 |
| | | | |||||
* | | | Plug leak. | Martin Jones | 2009-12-03 | 2 | -0/+9 |
|/ / | |||||
* | | Merge branch 'kinetic-declarativeui' of scm.dev.nokia.troll.no:qt/kinetic ↵ | Aaron Kennedy | 2009-12-03 | 201 | -532/+533 |
|\ \ | |/ | | | | | into kinetic-declarativeui | ||||
| * | Fix test failure. | Warwick Allison | 2009-12-02 | 1 | -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 Allison | 2009-12-02 | 1 | -2/+0 |
| | | |||||
| * | Expect warning. | Warwick Allison | 2009-12-02 | 1 | -0/+3 |
| | | |||||
| * | Update error message. | Warwick Allison | 2009-12-02 | 1 | -2/+2 |
| | | | | | | | | Still correct: just reporting other "end" of the loop. | ||||
| * | Update for change d406a899943c6d56d921bc290a009415a3c4eba5 | Warwick Allison | 2009-12-02 | 1 | -3/+3 |
| | | |||||
| * | Undo most of 913dd563064e8047fe738fc9c79135adfb928977 | Warwick Allison | 2009-12-02 | 197 | -523/+523 |
| | | | | | | | | It seems we're going to have to so a syncqt/configure in Qt modules. | ||||
* | | Separate out first time construction cost | Aaron Kennedy | 2009-12-03 | 1 | -1/+12 |
|/ | |||||
* | Merge branch 'kinetic-declarativeui' of ↵ | Martin Jones | 2009-12-02 | 137 | -691/+696 |
|\ | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui |