Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| | | * | | We do only support files inside or in subdirs of the help project. | kh | 2009-06-11 | 1 | -45/+49 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 255888 Reviewed-by: kh | |||||
| | | * | | fix arabic plurals | Oswald Buddenhagen | 2009-06-11 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | add plural rules for urdu | Oswald Buddenhagen | 2009-06-11 | 1 | -0/+1 | |
| | | | | | ||||||
| | | * | | Fix wrong home shortcut, now set to ALT+Home. | kh | 2009-06-11 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 255875 Reviewed-by: kh | |||||
| | | * | | No need to bookmark emty pages. | kh | 2009-06-11 | 2 | -1/+4 | |
| | | | | | | | | | | | | | | | | | | | | Reviewed-by: kh | |||||
| | | * | | fix hover selection of source strings | Oswald Buddenhagen | 2009-06-10 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | snatching ctrl-a from line edits seems to need a shortcut override for some time now | |||||
| | | * | | Merge branch '4.5' of git@scm.dev.nokia.troll.no:qt/qt into 4.5 | Jarek Kobus | 2009-06-10 | 1 | -1/+3 | |
| | | |\ \ | ||||||
| | | | * | | don't let comments weaved into strings confuse us | Oswald Buddenhagen | 2009-06-10 | 1 | -1/+3 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reviewed-by: TrustMe Task-number: 254260 Testcase: 323072@p4 | |||||
| | | * | | | Spelling in docs. | Jarek Kobus | 2009-06-10 | 1 | -1/+1 | |
| | | |/ / | ||||||
| | | * | | Bump qt-eclipse version number in docs | Jarek Kobus | 2009-06-09 | 1 | -1/+1 | |
| | | | | | ||||||
* | | | | | Clearer name for unscaled skin option. | Warwick Allison | 2009-06-19 | 1 | -1/+1 | |
| |_|_|/ |/| | | | | | | | | | | | | | | | The view is only resized; it's up to the QML to decide what that means (eg. scaling, cropping, etc.) | |||||
* | | | | For QSimpleCanvas, avoid it being given initial default size. | Warwick Allison | 2009-06-19 | 1 | -3/+5 | |
|/ / / | | | | | | | | | | See also 1312c0ca987b008d43558ff4cfa69b8dfd11616e | |||||
* | | | Use system configuration for proxy settings | Aaron Kennedy | 2009-06-16 | 2 | -0/+20 | |
| | | | ||||||
* | | | Fix a assert failure on windows | Thierry Bastian | 2009-06-15 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | When creating a file dialog, you need to show its parent prior to invoking that dialog. | |||||
* | | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-06-11 | 1 | -36/+40 | |
|\ \ \ | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: src/gui/graphicsview/qgraphicswidget.cpp src/gui/painting/qdrawutil.cpp src/gui/painting/qpainterpath.cpp tools/qdoc3/test/qt-cpp-ignore.qdocconf tools/qdoc3/test/qt-inc.qdocconf | |||||
| * | | doc: Fixed several qdoc warnings. | Martin Smith | 2009-06-11 | 2 | -2/+4 | |
| | | | ||||||
| * | | Reduce left-margins in qdoc | Jens Bache-Wiig | 2009-06-10 | 1 | -6/+3 | |
| | | | | | | | | | | | | | | | | | | The current implementation is a bit hackish and does not work for all cases. It is better to remove it for now until we have a proper way of supporting it. | |||||
| * | | Some adjustments to the documentation | Jens Bache-Wiig | 2009-06-10 | 1 | -32/+39 | |
| | | | | | | | | | | | | | | | Headers are slightly lighter now. Not all tables are affected by the changes any more. | |||||
* | | | Renamed the QML front-end. | Roberto Raggi | 2009-06-11 | 1 | -7/+7 | |
| | | | ||||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | Bjørn Erik Nilsen | 2009-06-10 | 1 | -2/+2 | |
|\ \ \ | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui | |||||
| * | | | qdoc: Fixed XML-level breakage. | David Boddie | 2009-06-10 | 1 | -2/+2 | |
| | | | | | | | | | | | | | | | | Reviewed-by: Trust Me | |||||
* | | | | Merge commit 'qt/master' into kinetic-declarativeui | Bjørn Erik Nilsen | 2009-06-10 | 2 | -28/+73 | |
|\ \ \ \ | |/ / / |/| / / | |/ / | | | | | | | | | | Conflicts: src/corelib/kernel/qabstractitemmodel.cpp src/corelib/kernel/qobject.cpp tools/qdoc3/htmlgenerator.cpp | |||||
| * | | qdoc: Added new class names for different tables. | Martin Smith | 2009-06-10 | 1 | -20/+33 | |
| | | | | | | | | | | | | | | | | | | | | | | | | class="valuelist" is for the table used for enum types. class="alignedsummary" is for summary sections aligned on the name. class="propsummary" is for the property summary section. class="toc" is used for tables of contents. class="generic" is used for all other tables. We might need to break this down more. | |||||
| * | | qdoc: The gray version. | Martin Smith | 2009-06-09 | 2 | -8/+43 | |
| | | | ||||||
| * | | qdoc: Inserted <hr> between summary sections. | Martin Smith | 2009-06-09 | 2 | -2/+3 | |
| | | | | | | | | | | | | | | | Also added the left and right borders to the function headers in the detail sections. | |||||
* | | | qdoc: Commented out debug code. | David Boddie | 2009-06-10 | 1 | -6/+6 | |
| | | | | | | | | | | | | Reviewed-by: Trust Me | |||||
* | | | Merge branch 'kinetic-declarativeui' of ↵ | David Boddie | 2009-06-10 | 151 | -3378/+2922 | |
|\ \ \ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | git@scm.dev.nokia.troll.no:qt/kinetic into kinetic-declarativeui Conflicts: src/corelib/animation/qanimationgroup.cpp src/gui/graphicsview/qgraphicsitem.cpp | |||||
| * \ \ | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt into ↵ | Michael Brasser | 2009-06-09 | 8 | -95/+149 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | kinetic-declarativeui Conflicts: configure.exe tools/qdoc3/htmlgenerator.cpp tools/qdoc3/tree.cpp | |||||
| | * | | qdoc: Changed to mountain fresh blue. | Martin Smith | 2009-06-08 | 1 | -3/+2 | |
| | | | | | | | | | | | | | | | | | | | | I didn't test this, because I can't build qdoc3 due to changes in QStringBuilder. | |||||
| | * | | Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qt | Oswald Buddenhagen | 2009-06-08 | 2 | -34/+50 | |
| | |\ \ | ||||||
| | | * | | Compile with gcc 4.0.x | Roberto Raggi | 2009-06-08 | 1 | -2/+2 | |
| | | | | | ||||||
| | | * | | qdoc: Updated the code to create references to documents and files. | David Boddie | 2009-06-08 | 1 | -32/+48 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | Task-number: 251995 Reviewed-by: Martin Smith | |||||
| | * | | | Merge commit 'origin/4.5' | Oswald Buddenhagen | 2009-06-08 | 2 | -5/+23 | |
| | |\ \ \ | | | |/ / | | |/| / | | | |/ | | | | | | | | | | | | | | | | | Conflicts: src/3rdparty/phonon/qt7/mediaobject.mm src/3rdparty/phonon/qt7/quicktimevideoplayer.mm src/gui/text/qfontengine_win.cpp tools/linguist/shared/cpp.cpp | |||||
| | | * | Add a comment for the translator so the placeholders are described | Andy Shaw | 2009-06-06 | 1 | -0/+3 | |
| | | | | | | | | | | | | | | | | Reviewed-by: TrustMe | |||||
| | | * | explicitly handle windows and mac9 line endings | Oswald Buddenhagen | 2009-06-05 | 1 | -5/+20 | |
| | | | | | | | | | | | | | | | | | | | | | | | | in practice, this matters only for backslashed line continuations Task-number: 255336 | |||||
| | * | | Use QT_USE_FAST_OPERATOR_PLUS and QT_USE_FAST_CONCATENATION in qdoc3. | hjk | 2009-06-08 | 1 | -0/+2 | |
| | | | | | | | | | | | | | | | | | | | | Reduces the number of qmalloc calls by 9% and reduces the instruction count as reported by valgrind by 2% in a release build. | |||||
| | * | | Fixed build issue with Sun CC 5.5. | jasplin | 2009-06-05 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | | Reviewed-by: TrustMe | |||||
| | * | | qdoc: Changed to use h2 for section headers instead of h3. | Martin Smith | 2009-06-05 | 1 | -14/+29 | |
| | | | | ||||||
| | * | | qdoc: Put <b>...</b> around names in each summary section. | Martin Smith | 2009-06-05 | 1 | -10/+15 | |
| | | | | ||||||
| | * | | Merge commit 'origin/4.5' | Olivier Goffart | 2009-06-04 | 1 | -19/+27 | |
| | |\ \ | | | |/ | ||||||
| | | * | fix catalan plural rules | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+7 | |
| | | | | ||||||
| | | * | rename some plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -4/+3 | |
| | | | | ||||||
| | | * | drop traditional czech plural rules in favor of today's slovak-like rules | Oswald Buddenhagen | 2009-06-03 | 1 | -8/+2 | |
| | | | | ||||||
| | | * | fix turkish plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -1/+1 | |
| | | | | ||||||
| | | * | fix tagalog plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+8 | |
| | | | | ||||||
| | | * | fix icelandic plural forms | Oswald Buddenhagen | 2009-06-03 | 1 | -1/+5 | |
| | | | | ||||||
| | | * | fix lithuanian plural rules | Oswald Buddenhagen | 2009-06-03 | 1 | -2/+2 | |
| | | | | ||||||
| | * | | qdoc3: define QT_NO_CAST_TO_ASCII for safety, no code changes needed. | hjk | 2009-06-04 | 1 | -1/+1 | |
| | | | | ||||||
| | * | | qdoc: Put <b>...</b> around accessor names. | Martin Smith | 2009-06-04 | 2 | -15/+31 | |
| | | | | ||||||
| * | | | Merge commit 'mainline/master' into kinetic-declarativeui | Bjørn Erik Nilsen | 2009-06-04 | 13 | -90/+114 | |
| |\ \ \ | | |/ / | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: configure.exe src/gui/math3d/qmatrix4x4.cpp src/gui/math3d/qmatrix4x4.h tools/qdoc3/htmlgenerator.cpp |