2008-01-05 23:15:25 by Thomas Klausner | Files touched by this commit (4) |
Log message:
Create a shared library for libQtUiTools, in the hope that this fixes
the build for kdelibs4 on amd64.
Bump PKGREVISION for qt4-tools.
|
2007-12-17 23:19:44 by Adam Ciarcinski | Files touched by this commit (4) |
Log message:
Changes 4.3.3:
Qt 4.3.3 is a bug-fix release.
Read 'changes-4.3.3' for details.
|
2007-12-12 12:54:20 by Mark Davies | Files touched by this commit (1) |
Log message:
s/${WRKOBJ}/${WRKDIR}/
|
2007-12-06 12:17:12 by Mark Davies | Files touched by this commit (2) |
Log message:
Fix build paths in installed pkgconfig *.pc files (PR pkg/37479).
Add some missing dirrm's from PLIST.
Also install QtUiTools library and header files (kde4 at least uses these)
Bump PKGREVISION
|
2007-10-13 14:02:15 by Adam Ciarcinski | Files touched by this commit (14) |
Log message:
Changes 4.3.2:
* General Improvements
* Fixed incorrect behavior of the widget editing mode that
could occur when a form was resized.
* Fixed a crash that could occur when several commands were
redone in one go.
* Enabled MSVC and Borland project generators for the Qt Open Source
edition.
* Ensured that the QMAKE_CC and QMAKE_CXX variables are not defined in
the Xcode project generator to allow distributed (distcc) builds to
work again.
* more...
|
2007-09-25 12:03:54 by Kouichirou Hiratsuka | Files touched by this commit (19) |
Log message:
Back out previous. Pointed out by uebayasi@ and martti@.
|
2007-09-25 10:31:55 by Kouichirou Hiratsuka | Files touched by this commit (19) |
Log message:
ln -> ${LN}.
|
2007-09-03 22:27:20 by Matthias Drochner | Files touched by this commit (2) | |
Log message:
qtscript was added to the qt4-libs pkg for some reason. Remove it here
to avoid a CONFLICT. Ride on recent update.
|
2007-09-03 11:35:19 by Matthias Drochner | Files touched by this commit (10) | |
Log message:
-make sqlite support an extra pkg instead of an option
-work around iconv(3) incompatibilities: while NetBSD's iconv() is
probed as GNU iconv (due to its signature), it doesn't support empty
strings as encoding (interpreted as "current locale's encoding" by
GNU iconv). Enable some code which uses nl_langinfo(CODESET) to make
it work as expected.
-update to 4.3.1
changes:
-bugfixes
-Updated the German translation to provide complete coverage of Qt
|
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.
|