summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Fixed compile.Rohan McGovern2009-10-081-1/+2
|
* qdoc: Removed some debug code and #if 0 code.Martin Smith2009-10-081-113/+1
|
* doc: Changed the format of the since list.Martin Smith2009-10-086-144/+431
| | | | | This is a big change from the original, and I expect we will want modifications.
* With an embedded linux licence you should also be able to use the Qt Windows ↵Alexis Menard2009-10-071-1/+1
| | | | | | | | | version for development. This used to work before 4.5.1 Task-number:Qt-704 Reviewed-by:thiago
* Check the result of scanfJoão Abecasis2009-10-071-3/+11
| | | | | | Fixes a warning with GCC. Reviewed-by: Markus Goetz
* Fixing warnings on GCC... (II)João Abecasis2009-10-071-1/+1
| | | | | | | ... by establishing a default behaviour for the switch statements that follow. Reviewed-by: ck
* Removing errors from the configure step...João Abecasis2009-10-072-5/+1
| | | | Reviewed-by: Thiago Macieira
* The plugindialog was moved to tools/designer/src/lib/sharedJoão Abecasis2009-10-071-4/+1
| | | | Reviewed-by: Friedemann Kleint
* doc: Fixed numerous qdoc errors.Martin Smith2009-10-021-0/+1
|
* make private qws/qvfb data directory non-default, default to non-user specificJeremy Katz2009-10-022-3/+5
| | | | | | | | | | This turns the changes in 072e748adbdab1d51b240b9983ce82b213b66f18 off by default. Define QT_PRIVATE_QWS to turn them on. This must be done for both qvfb (X11 build) and libQtGui (QWS build). Failure to do so will result in an inability for applications to communicate with the server. Task-number: QTBUG-1711 Reviewed-by: Paul
* Merge branch '4.5' of scm.dev.nokia.troll.no:qt/qt into 4.6Simon Hausmann2009-10-012-9/+8
|\
| * make -{source,target}-language actually override values from filesOswald Buddenhagen2009-10-011-4/+4
| | | | | | | | -help says it does, and it kinda makes sense
| * make -help reflect realityOswald Buddenhagen2009-10-011-5/+4
| |
* | fix ts and qm targets for shadow builds and builds with -prefixOswald Buddenhagen2009-10-017-42/+56
| |
* | remove *_untranslated.tsOswald Buddenhagen2009-10-017-8/+3
| | | | | | | | | | | | | | with the current scheme of running "make ts" only when doing a particular translation and checking in only the relevant file, these files are never updated. lconvert can generate an empty template from any translation anyway.
* | remove unused translations.proOswald Buddenhagen2009-10-011-34/+0
| |
* | Touch up and fixes for the documentation frontpageJens Bache-Wiig2009-10-011-5/+9
| | | | | | | | | | | | | | | | | | | | | | - I reverted the font enlargement. This should be up to the user. - The fonts are now uniform again, giving a more professional apparance. - Added a slight gradient for the headers to give it a more modern look. - Fixed a rendering glitch with webkit where no borders were visible. The qt-resources.qdoc is basically there to export the image. Reviewed-by: Morten Engvoldsen
* | Doc: Removed the old Console edition and updated edition naming.David Boddie2009-10-014-16/+4
| | | | | | | | Reviewed-by: Trust Me
* | Exclude the MMF Phonon plugin folder for qdoc.Frans Englich2009-10-011-0/+1
| | | | | | | | As done for the other plugins. Brought to attention by Volker.
* | Enable qws/qvfb use for multiple users on one machineJeremy Katz2009-10-013-10/+11
| | | | | | | | | | Task-number: QTBUG-1711 Reviewed-by: Paul
* | qdoc: Added a missing "/" in a "<h2>".Martin Smith2009-10-011-38/+45
| |
* | doc: Fixed ending of header in the HTML generated for \sincelistThorbjørn Lindeijer2009-10-011-2/+1
| |
* | Merge branch '4.5' into 4.6Thiago Macieira2009-09-301-4/+11
|\|
| * Fix locale encoding in XLIFF filesAndy Shaw2009-09-301-4/+11
| | | | | | | | | | | | xlf uses xx-YY notation instead of xx_YY Reviewed-by: ossi
* | Moving some QVFB stuff out of the configure script and into .pro filesJoão Abecasis2009-09-302-11/+12
| | | | | | | | Reviewed-by: Paul Olav Tvete
* | qdoc: Modified the support for \sincelist.Martin Smith2009-09-304-29/+137
| | | | | | | | It now finds a lot more \since 4.6 stuff.
* | Add Slovenian translationJure Repinc2009-09-291-0/+1
| | | | | | | | | | Merge-request: 1320 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
* | Enable QtScript by default on WindowsKent Hansen2009-09-291-2/+2
| | | | | | | | Reviewed-by: Simon Hausmann
* | fix solaris buildOswald Buddenhagen2009-09-291-1/+5
| | | | | | | | "A class with a reference member must have a user-defined constructor."
* | Improve error reporting when qdoc cannot open a source file.Jason McDonald2009-09-291-1/+2
| | | | | | | | | | | | | | Make the user's life easier by including the reason for the error in the failure message. Reviewed-by: Trust Me
* | Assistant, Designer, Lingist and QMake manuals weren't generated.Jason McDonald2009-09-296-12/+12
| | | | | | | | | | | | | | | | | | qdoc3 warns when it doesn't find doc source files that are listed in the .qdocconf file, but it doesn't error out. Thus the manuals haven't been generated since the 4.6 doc reorganization, but the failure has been silent. Reviewed-by: Trust Me
* | Merge branch 'origin/4.5' into 4.6Oswald Buddenhagen2009-09-252-11/+83
|\| | | | | | | | | Conflicts: translations/qt_ru.ts
| * Add Russian translation for Qt DesignerRitt Konstantin2009-09-251-1/+1
| | | | | | | | | | Merge-request: 1611 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * Update Russian phrasebookRitt Konstantin2009-09-251-10/+82
| | | | | | | | | | Merge-request: 1611 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
| * Fix broken .ui file - class name was not specified correctly.Rhys Weatherley2009-09-181-1/+1
| | | | | | | | Reviewed-by: trustme
* | Make menu editor work on Mac OS X.Friedemann Kleint2009-09-252-2/+11
| | | | | | | | | | | | | | | | | | | | Fix a regression caused by the introduction of the QMenuBar::nativeMenuBar property (defaulting to true), which caused it the menu editor to disappear. Handle QMenuBar::nativeMenuBar it as a fake property, keeping it set to false for Form Editor. Reviewed-by: Jarek Kobus <jkobus@trolltech.com>
* | remove completely useless .qm install sub-targetOswald Buddenhagen2009-09-251-3/+0
| | | | | | | | qms are installed centrally from the top-level install target
* | Merge branch '4.6' of git@scm.dev.nokia.troll.no:qt/qt into 4.6Jason McDonald2009-09-251-0/+5
|\ \
| * | qdoc: test only for major and minor version when generating "since" lists.Volker Hilsheimer2009-09-241-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | This solution might need a bit of more thinking, the "\sincelist" command might need a parameter so that we can have the "new since 4.6" list also in Qt 4.7 documentation. Rev-by: TrustMe
* | | Stop qdoc outputting meaningless paths in html comments.Jason McDonald2009-09-251-1/+1
|/ / | | | | | | | | | | | | | | | | | | | | | | | | | | qdoc was generating the full path to the source document in a comment at the top of each generated html file. For source packages the path is a temporary directory that only exists during package generation. The path also usually contains the Unix username of the user who generated the package, and we shouldn't leak usernames for security and privacy reasons. This commit changes the code to write just the filename of the source document into the comment instead of the full path. Reviewed-by: Lincoln Ramsay
* | detect and eliminate forwarding headersOswald Buddenhagen2009-09-231-7/+20
| | | | | | | | | | this will save quite some hash lookups (even if in empty hashes) and make the VisitRecorder bitmap smaller.
* | reduce peak memory consumptionOswald Buddenhagen2009-09-231-30/+70
| | | | | | | | | | drop the parse results of files which are unlikely to be included (i.e., which are not headers).
* | actually use the argument of Q_DECLARE_TR_FUNCTIONSOswald Buddenhagen2009-09-231-9/+59
| | | | | | | | | | | | which means that one can set an arbitrary context. as a side effect, this caches the stringified context of Q_OBJECT-derived classes.
* | namespaces *can* have tr() functions, after allOswald Buddenhagen2009-09-231-11/+8
| | | | | | | | | | | | ... by virtue of the Q_DECLARE_TR_FUNCTIONS macro. so remove the artificial limitation to classes (which was mostly an optimization anyway).
* | drastically improve lupdate's scalabilityOswald Buddenhagen2009-09-231-197/+280
| | | | | | | | | | | | | | do not import all data from included files into the current file (which turned out to be extremely expensive for 3rdparty/webkit), but do hierarchical lookups on demand. this makes the lookups as such much slower, of course, but it still pays off.
* | optimize/clarify function context stringificationOswald Buddenhagen2009-09-231-5/+6
| |
* | do not record class forward declarationsOswald Buddenhagen2009-09-231-28/+27
| | | | | | | | | | they don't create useful namespaces and don't hold flags, so it is pointless to clutter the namespace maps with them.
* | remove more dead codeOswald Buddenhagen2009-09-231-2/+1
| | | | | | | | no need for parameter "unresolved"
* | remove dead codeOswald Buddenhagen2009-09-231-13/+2
| | | | | | | | needsTrFunctions was never set any more
* | move static objects out of function scopeOswald Buddenhagen2009-09-231-6/+6
| | | | | | | | | | cuts away a few thousand instructions. need to revisit this in case of making the parser a dynamic library.