Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge commit 'qt/master-stable' into 4.6-stable | Jason Barron | 2009-06-25 | 78 | -512/+1110 |
|\ | |||||
| * | Fixed docs for task 254824. | Friedemann Kleint | 2009-05-29 | 1 | -2/+1 |
| * | Enable overriding of the factory functions of QUiLoader. | Friedemann Kleint | 2009-05-29 | 4 | -20/+28 |
| * | Call QFormBuilderExtra::instance less | João Abecasis | 2009-05-29 | 1 | -4/+6 |
| * | Merge branch '4.5' | Tom Cooksey | 2009-05-28 | 1 | -12/+22 |
| |\ | |||||
| * | | Fixed crash when encountering invalid forms. | Friedemann Kleint | 2009-05-26 | 1 | -1/+4 |
| * | | Fixed compilation Solaris. | Friedemann Kleint | 2009-05-25 | 1 | -10/+6 |
| * | | Enabled the use of promoted widgets in new form templates. | Friedemann Kleint | 2009-05-22 | 6 | -124/+183 |
| * | | Remove unused variables from various About dialogs. | Jason McDonald | 2009-05-20 | 1 | -5/+1 |
| * | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-18 | 3 | -3/+10 |
| |\ \ | |||||
| * \ \ | Merge branch '4.5' | Thiago Macieira | 2009-05-14 | 2 | -1/+12 |
| |\ \ \ | |||||
| * \ \ \ | Merge branch '4.5' | Thiago Macieira | 2009-05-13 | 1 | -3/+3 |
| |\ \ \ \ | |||||
| * \ \ \ \ | Merge commit 'origin/4.5' | Olivier Goffart | 2009-05-13 | 1 | -89/+105 |
| |\ \ \ \ \ | |||||
| * | | | | | | Fixed Qt 4.6 source package compilation by moving the qvfb skins. | Friedemann Kleint | 2009-05-13 | 2 | -15/+1 |
| * | | | | | | Replace all instances of "Ctrl+Q" with QKeySequence::Quit. | Norwegian Rock Cat | 2009-05-12 | 1 | -1/+1 |
| * | | | | | | Compile on Mac OS X. | Norwegian Rock Cat | 2009-05-11 | 1 | -3/+8 |
| * | | | | | | QToolBarLayout and QDockWidgetLayout, which are private classes, are | Thierry Bastian | 2009-05-08 | 1 | -4/+8 |
| * | | | | | | Merge branch '4.5' of git@scm.dev.troll.no:qt/qt | Simon Hausmann | 2009-04-27 | 1 | -3/+4 |
| |\ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ | Merge branch '4.5' | Rhys Weatherley | 2009-04-21 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-20 | 1 | -22/+2 |
| |\ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-17 | 2 | -9/+9 |
| |\ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | Make choosing a file path for a QUrl-type property work on Windows. | Friedemann Kleint | 2009-04-15 | 1 | -1/+1 |
| * | | | | | | | | | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-04-15 | 5 | -13/+25 |
| |\ \ \ \ \ \ \ \ \ \ | |||||
| * \ \ \ \ \ \ \ \ \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Jarek Kobus | 2009-04-02 | 1 | -0/+11 |
| |\ \ \ \ \ \ \ \ \ \ \ | |||||
| | * \ \ \ \ \ \ \ \ \ \ | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-04-01 | 1 | -0/+11 |
| | |\ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Implement the filter for resource browser | Jarek Kobus | 2009-04-02 | 2 | -26/+164 |
| |/ / / / / / / / / / / / | |||||
| * | | | | | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | Simon Hausmann | 2009-03-30 | 1 | -0/+1 |
| |\ \ \ \ \ \ \ \ \ \ \ \ | |||||
| * | | | | | | | | | | | | | Long live Qt! | Lars Knoll | 2009-03-23 | 787 | -0/+151798 |
| / / / / / / / / / / / / | |||||
* | | | | | | | | | | | | | Make Qt exception safer. | Robert Griebl | 2009-06-10 | 14 | -32/+17 |
* | | | | | | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-06-02 | 1 | -12/+22 |
|\ \ \ \ \ \ \ \ \ \ \ \ \ | | |_|_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | | |||||
| * | | | | | | | | | | | | BT: Support saving forms with resources more than once in Qt Jambi | Eskil Abrahamsen Blomfeldt | 2009-05-28 | 1 | -12/+22 |
| | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | |||||
* | | | | | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-18 | 6 | -93/+127 |
|\ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / | |||||
| * | | | | | | | | | | | Fixed a bug caused by forms with a sizepolicy of 'Fixed' on the main container. | Friedemann Kleint | 2009-05-18 | 2 | -3/+6 |
| * | | | | | | | | | | | Made it possible to set string properties using QDesignerFormWindowCursor::se... | Friedemann Kleint | 2009-05-18 | 1 | -0/+4 |
| | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | |||||
| * | | | | | | | | | | Added API for quietly saving a form. | Friedemann Kleint | 2009-05-13 | 2 | -1/+12 |
| | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | |||||
| * | | | | | | | | | qdoc: Fixed some qdoc errors. | Martin Smith | 2009-05-13 | 1 | -3/+3 |
| | |_|_|_|_|_|_|/ | |/| | | | | | | | |||||
| * | | | | | | | | Doc - removing trailing whitespaces | Kavindra Devi Palaraja | 2009-05-12 | 1 | -2/+2 |
| * | | | | | | | | Doc - cleaning up the documentation of QUiLoader. | Kavindra Devi Palaraja | 2009-05-12 | 1 | -89/+105 |
| | |_|_|_|_|_|/ | |/| | | | | | | |||||
* | | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-05-06 | 1 | -3/+4 |
|\ \ \ \ \ \ \ \ | |/ / / / / / / | |||||
| * | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jarek Kobus | 2009-04-27 | 1 | -2/+2 |
| |\ \ \ \ \ \ \ | | | |_|_|_|_|/ | | |/| | | | | | |||||
| * | | | | | | | Make dark color schemes look better in property editor (especially schemes wh... | Jarek Kobus | 2009-04-27 | 1 | -3/+4 |
| | |_|_|_|_|/ | |/| | | | | | |||||
* | | | | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt | axis | 2009-04-27 | 12 | -47/+51 |
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | | | |||||
| * | | | | | | QTableWidget header items not re-translated by QUiLoader. | Friedemann Kleint | 2009-04-21 | 1 | -2/+2 |
| |/ / / / / | |||||
| * | | | | | Fix the About Qt dialog text to be truthful, post-LGPL | Jason McDonald | 2009-04-18 | 1 | -22/+2 |
| | |_|_|/ | |/| | | | |||||
| * | | | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jarek Kobus | 2009-04-17 | 1 | -1/+1 |
| |\ \ \ \ | |||||
| | * | | | | Make choosing a file path for a QUrl-type property work on Windows. | Friedemann Kleint | 2009-04-15 | 1 | -1/+1 |
| | | |_|/ | | |/| | | |||||
| * | | | | Fix management of svg icons | Jarek Kobus | 2009-04-17 | 2 | -9/+9 |
| |/ / / | |||||
| * | | | Display QAction keyboard shortcuts in action editor correctly. | Friedemann Kleint | 2009-04-15 | 5 | -13/+25 |
| | |/ | |/| | |||||
| * | | Add missing copyright headers and the "we mean it" section. | Thiago Macieira | 2009-03-31 | 1 | -0/+11 |
| |/ | |||||
| * | Fix backslashes in string propeerty in property browser | Jarek Kobus | 2009-03-30 | 1 | -0/+1 |