2007-09-03 17:18:20 by Matthias Drochner | Files touched by this commit (1) |
Log message:
oops - forgot one file in last commit
|
2007-07-28 09:37:52 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
Changes 4.3.0:
- Configuration/Compilation
* Fixed OpenBSD and NetBSD build issues.
- Legal
* Added information about the OpenSSL exception to the GPL.
- Documentation and Examples
* Added information about the TS file format used in Linguist.
* Moved platform and compiler support information from
www.trolltech.com into the documentation.
* Added an Accessibility overview document.
* Added new example to show usage of QCompleter with custom tree models.
- Translations
- Added support for the CP949 Korean Codec.
- [138140] The whole Qt source compiles with the QT_NO_CAST_FROM_ASCII
and QT_NO_CAST_TO_ASCII defines and therefore is more robust when
using codecs.
- Added support for HP-UX 11i (Itanium) with the aCC compiler
- Changed dialogs to respond much better to the LanguageChange event.
(i.e. run time translation now works much better.)
- Signals and slots
* [61295] Added Qt::BlockingQueuedConnection connection type, which
waits for all slots to be called before continuing.
* [128646] Ignore optional keywords specified in SIGNAL() and SLOT()
signatures (struct, class, and enum).
* Optimize emitting signals that do not have anything connected to them.
- [121629] Added support for the MinGW/MSYS platform.
- [102293] Added search path functionality (QDir::addSearchPath)
- Almost all widgets are now styleable using Qt Style Sheets.
|
2007-03-18 18:34:42 by Adam Ciarcinski | Files touched by this commit (16) | |
Log message:
Changes 4.2.3:
This is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.2.0.
- Configuration/Compilation
* Fixed architecture detection on UltraSPARC-T1 systems.
* Fixed compilation on embedded architectures when qreal is not double.
- Documentation
* Completed documentation for "Implementing Atomic Operations",
which is useful for people porting Qt to a new hardware architecture.
- Translations
* Added a new unofficial Portuguese translation courtesy of Helder
Correia.
- Qt Linguist
* Made the columns in the phrasebook resizeable.
- lupdate
* Fixed bug in the .pro parser of lupdate. It should accept backslashes.
* Fixed a severe slowdown in lupdate. (~400x speedup.)
* Fixed traversal of subdirectories.
- moc
* Don't create trigraphs in the generated code for C++ casts.
- uic
* Fixed a bug that generated excessive margins for Q3GroupBox.
|
2006-10-05 00:06:57 by Thomas Klausner | Files touched by this commit (16) |
Log message:
Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev.
|
2006-07-03 22:35:02 by Adam Ciarcinski | Files touched by this commit (3) |
Log message:
Changes 4.1.4:
* Bug fix release
|
2006-05-31 21:23:23 by Adam Ciarcinski | Files touched by this commit (1) |
Log message:
Changes 4.1.3:
* Bug-fix release
|
2006-04-03 17:43:26 by Adam Ciarcinski | Files touched by this commit (2) |
Log message:
Changes 4.1.2:
* This is a bugfix release
|
2006-02-28 19:02:47 by Adam Ciarcinski | Files touched by this commit (5) |
Log message:
Changes 4.1.1:
* Bug fixes and improvements
(please, read 'changes-4.1.1' for details)
|
2006-02-20 13:07:12 by Adam Ciarcinski | Files touched by this commit (4) | |
Log message:
Qt(TM) is a GUI software toolkit. Qt simplifies the task of writing and
maintaining GUI (graphical user interface) applications.
Qt is written in C++ and is fully object-oriented. It has everything you need
to create professional GUI applications. And it enables you to create them
quickly.
Qt is a multi-platform toolkit. When developing software with Qt, you can run
it on the X Window System (Unix/X11) or Microsoft Windows NT and Windows 95/98.
Simply recompile your source code on the platform you want.
Qt cuts down the complexity in implementing large and complex systems. Its
ingenious signal-slot technology enables true component programming.
|