summaryrefslogtreecommitdiffstats
path: root/tools
Commit message (Collapse)AuthorAgeFilesLines
* Add some more exception around to clucene index writer.kh12009-08-172-20/+60
| | | | Reviewed-by: ck
* qdoc: Fixed the bug that made reporting NOTIFY signals not work.Martin Smith2009-08-173-3/+9
| | | | | | | | | | The signal was being associated with a particular property, but in many classes, the NOTIFY signal applies to multiple properties. Added a new function to the PropertyNode class that adds the signal function without associating it with any property. Task-number: 259071
* Use LIBS_PRIVATE on Mac and X11.Thiago Macieira2009-08-171-5/+3
| | | | | | | | | | | | | | | | On the Mac, it means "-framework ApplicationServices -framework Carbon -framework AppKit" are no longer part of the default LIBS in Qt applications. This required a lot of fixes where we used Mac-specific code in Qt. On X11, it was very straightforward, because we apparently use very little of X11 outside QtGui. I haven't changed the Windows-specific LIBS paths, because I don't know how Windows behaves. Windows has DLLs, but it links to static "import" libraries. So is it static linking or dynamic linking? Reviewed-By: Marius Storm-Olsen
* qmake's include function now supports three argumentsKeith Isdale2009-08-141-2/+4
| | | | | | | The second and third arguments to qmake's include function are optional Task-number: 259398 Reviewed-by: Stian Sandvik Thomassen
* Assistant compiles on Windows CEThomas Hartmann2009-08-132-0/+8
| | | | | | | no official support Task-number: 214990 Reviewed-by: kh
* Fix qmake warningsPrasanth Ullattil2009-08-132-4/+0
| | | | | | Removed the src/common.pri includes Reviewed-by: Trust Me
* qdoc: Disabled reporting the NOTIFY signal until I know what it broke.Martin Smith2009-08-131-3/+2
| | | | Task-number: 259071
* qdoc: Changed the scripts for the google search boxMartin Smith2009-08-121-1/+6
| | | | Task-number: 258950
* qdoc: Added google CSE to each page.Martin Smith2009-08-121-11/+18
| | | | Task-number: 258950
* Update obsolete license headers.Jason McDonald2009-08-125-10/+15
| | | | Reviewed-by: Trust Me
* Replace "Trolltech" with more appropriate terms.Jason McDonald2009-08-1210-11/+11
| | | | Reviewed-by: Trust Me
* Surrounded a string const with QString() to get snippet to work.Martin Smith2009-08-121-0/+1
| | | | Task-number: 258967
* Update obsolete URL's in code and docs.Jason McDonald2009-08-121-1/+1
| | | | Reviewed-by: Trust Me
* Update references to online documentation.Jason McDonald2009-08-124-5/+5
| | | | Reviewed-by: Trust Me
* Eliminate last mentions of "Qt Software".Jason McDonald2009-08-122-2/+2
| | | | Reviewed-by: Trust Me
* Update URL's to use new domain.Jason McDonald2009-08-1219-27/+27
| | | | Reviewed-by: Trust Me
* Update contact URL in license headers.Jason McDonald2009-08-121134-1134/+1134
| | | | Reviewed-by: Trust Me
* Tr-Fixes in Qt Designer.Friedemann Kleint2009-08-113-7/+9
|
* Introducing icon theme supportJens Bache-Wiig2009-08-109-17/+75
| | | | | | | | | | | | Added some static functions to QIcon to support desktop themes based on the freedesktop spec. It is not intended to replace KIcon and the intention is to use it when available to share icon cache between applications. Applications currently using icon themes are Assistant, Designer and the textedit demo. Reviewed-by: ogoffart
* Linguist: Fixed spehling error.Friedemann Kleint2009-08-104-10/+10
|
* qdoc: List the NOTIFY signal function in the property doc.Martin Smith2009-08-105-3/+18
|
* Merge branch 'master' of git@scm.dev.nokia.troll.no:qt/qtKeith Isdale2009-08-1013-95/+148
|\
| * Make checksdk give a nonzero exit code when it's asked for an SDK whichRohan McGovern2009-08-101-2/+2
| | | | | | | | | | | | isn't available. Reviewed-by: Michael Goddard
| * nicer way to deal with missing support for template class friendsOswald Buddenhagen2009-08-062-4/+13
| |
| * Designer: Cannot edit menus in an RTL form when Designer uses LTR.Friedemann Kleint2009-08-069-62/+114
| | | | | | | | | | | | | | | | | | | | | | Use widget->layoutDirection() instead of QApplication::layoutDirection() where applicable, which caused it to break for the case that Designer's layoutDirection does not match that of a widget [property]. In addition, position the submenu correctly on the left side in the case of RTL. Reviewed-by: Jarek Kobus <jkobus@trolltech.com> Task-number: 259238
| * qdoc: Don't include internal or private classes in annotated lists.Martin Smith2009-08-061-1/+2
| |
| * qdoc: Fixed a Windows crash in HtmlGenerator::generateCompactList().Martin Smith2009-08-061-26/+17
| |
* | In a .pro file the include() function does not warn if specified fileKeith Isdale2009-08-104-4/+4
|/ | | | | | | | | | | | | | | | can not be found change that behavior to warn by default. Currently the default behavior of include() in a .pro file is not to warn if the supplied file argument can not be found which can lead to hard to find build errors. The include() will now,by default, warn if the specified file can not be found. If a warning is not required because the included file is optional then example use in the .pro file: include(SomePriFile.pri", "", true) Task-number:259398 Reviewed-by:Marius Storm-Olsen
* Merge commit 'origin/4.5'Rohan McGovern2009-08-062-0/+6
|\ | | | | | | | | | | | | | | Conflicts: src/gui/dialogs/qfiledialog.cpp src/gui/dialogs/qfiledialog_win.cpp tests/auto/qicoimageformat/tst_qicoimageformat.cpp tests/auto/qscriptqobject/qscriptqobject.pro
| * Fix compilation when QT_NO_HTTP is definedMarkus Goetz2009-08-052-0/+6
| | | | | | | | | | | | | | | | Note however you still need to -nomake examples -nomake demos when configuring Qt. Reviewed-by: Thiago Task: 259179
* | cetcpsync: unneeded error message removedJoerg Bornemann2009-08-051-1/+2
| | | | | | | | | | If file deletion fails then I don't want to know it. cetest tries to delete files more than once.
* | cetest compile fixJoerg Bornemann2009-08-051-2/+3
| | | | | | | | Reviewed-by: TrustMe
* | small cleanup in cetestJoerg Bornemann2009-08-052-17/+18
| | | | | | | | Reviewed-by: TrustMe
* | missing license header added in cetcpsyncsvrJoerg Bornemann2009-08-051-0/+40
| | | | | | | | Reviewed-by: TrustMe
* | Workaround a crash in qdoc.Volker Hilsheimer2009-08-051-0/+5
| | | | | | | | Caused by an odd number of classes it seems.
* | initial revision of cetcpsyncJoerg Bornemann2009-08-056-0/+996
| | | | | | | | | | | | | | This is the desktop client for communicating with a Windows CE device that runs the cetcpsync server. Reviewed-By: mauricek
* | initial revision of cetcpsyncserverJoerg Bornemann2009-08-057-0/+1398
| | | | | | | | | | | | | | cetcpsync is our simple ActiveSync replacement for Windows CE devices. This is the server which has to run on the device. Reviewed-By: mauricek
* | cetest: add support for cetcpsync (our simple ActiveSync replacement)Joerg Bornemann2009-08-055-7/+305
| | | | | | | | Reviewed-By: mauricek
* | Make \annotatedlist <group> work also in pages that are not \group pages.Volker Hilsheimer2009-08-051-9/+6
| | | | | | | | | | | | The command right now only lists the classes in the group, in alphabetical order. Not ideal for integrating into overviews, where the list should be ordered by relevance.
* | qdoc: Removed the "No such group" qdoc error.Martin Smith2009-08-051-0/+2
| | | | | | | | | | | | | | | | This error was printed if you used a \ingroup xxx, but there was no \group xxx anywhere. Now we will stop using the \group command, but we will retain the \ingroup command for use with the \annotatedlist command.
* | Merge AudioServices into mainline.Justin McPherson2009-08-051-0/+15
| |
* | Assistant: Use non-GUI version of QApplication for command-line tasks.ck2009-08-041-1/+15
| | | | | | | | | | Task-number: 259136 Reviewed-by: kh
* | qdoc: Added \annotated list command to qdoc3.Martin Smith2009-08-046-14/+40
| | | | | | | | | | | | | | Now you can put "\annotatedlist xxx" anywhere in a qdoc comment, and it will generate the class list for the xxx group at that location. xxx must be a group name.
* | Assistant: Added search history.ck2009-08-041-57/+238
| | | | | | | | | | Task-number: 251278 Reviewed-by: kh
* | Sync with QtCreator source, add's help startup options.kh12009-08-036-40/+158
| | | | | | | | Reviewed-by: kh
* | Merge branch '4.5'Thiago Macieira2009-08-031-2/+4
|\ \ | |/ | | | | | | | | | | | | | | | | Conflicts: src/corelib/tools/qsharedpointer.cpp src/corelib/tools/qsharedpointer_impl.h src/gui/dialogs/qcolordialog.cpp src/gui/painting/qwindowsurface_raster.cpp src/network/access/qnetworkaccessmanager.cpp tests/auto/qsharedpointer/externaltests.cpp
| * Fix missing title quoting.kh2009-07-271-2/+4
| | | | | | | | Reviewed-by: kh
* | Compilare necessus estVolker Hilsheimer2009-08-011-1/+1
| |
* | Assistant: Performance fixes for help generator's pattern matching.ck2009-07-311-7/+36
| | | | | | | | | | | | Reading a help project was unacceptably slow with pattern matching. Now we do it only for filenames that contain wildcard symbols. Also, we cache the results of QDir::entryList() calls.
* | Fix internal documentation after QUrl change.kh2009-07-315-5/+5
| | | | | | | | Reviewed-by: kh