Commit graph

27 commits

Author SHA1 Message Date
adam
119e46d330 Changes 4.6.3:
* Added Spectrum analyzer demo application.
* Added exit softkey to Wiggly example.
* Added close button to Anomaly demo.
* Fixed Anomaly demo controlstrip icon placement for very small screens.
* Ensure history configuration is cleared when a state machine is restarted.
For more read: http://qt.nokia.com/developer/changes/changes-4.6.3
2010-07-04 06:00:13 +00:00
adam
e6eadb7e6f Changes 4.6.2:
This is a bug-fix release. It maintains both forward and backward
compatibility (source and binary) with Qt 4.6.0 and 4.6.1.
2010-02-16 13:08:09 +00:00
adam
072f686b9b * Exceptions enabled
* Build and install XmlPatters
* MNG moved to qt4-mng
2010-02-02 14:05:59 +00:00
adam
8485e2ca68 Changes 4.6.1:
* Optimized empty QUrl creation
* Improve performance of getting the canonical filename on Linux
  and Symbian by using realpath() system call.
* Avoid stat() when opening a file.
* Do not look at the Qt patch-level version embedded in plugins'
  buildkeys when trying to determine if the plugin is compatible
* Bug-fixes
* load() and loadFromData() can now support compressed GL textures
  in the DDS, ETC1, PVRTC2, and PVRTC4 formats if the OpenGL graphics
  system is active and the appropriate extensions are present in the
  GL implementation.
* Fixed a small leak when using the new QPixmapCache::Key based API.
2010-01-29 18:19:09 +00:00
wiz
91871f449e Second try at jpeg-8 recursive PKGREVISION bump. 2010-01-18 09:58:37 +00:00
adam
f0657bcaf9 Changes 4.5.3:
* This is a bug-fix release.
2009-10-11 09:14:52 +00:00
drochner
3b07ab0238 update to 4.5.2
changes: bugfixes and optimizations
2009-07-07 16:36:05 +00:00
hasso
60becdff04 Update to 4.5.1. Most of work done by Matthias Drochner. Upstream changelog
is too massive, see http://doc.qtsoftware.com/4.5/qt4-5-intro.html as
starting point.
2009-06-13 11:55:50 +00:00
adam
6eb686bb69 Changes 4.4.3:
* Updated application icons and other graphics to reflect the look
  and feel of the new Qt brand.
* Copyright of Qt has been transferred to Nokia Corporation.
2008-10-26 14:02:33 +00:00
markd
2f759fa83d Update qt4 to 4.4.0
Qt 4.4 introduces many new features as well as many improvements and
bugfixes over the 4.3.x series. For more details, see the online
documentation which is included in this distribution. The
documentation is also available at http://doc.trolltech.com/4.4

The Qt version 4.4 series is binary compatible with the 4.3.x series.
A long list of changes can be found in the changes-4.4.0 file in the
distribution.

Update OKed (and initial work provided) by adam@..
2008-07-24 12:55:20 +00:00
joerg
76e564a8a9 Make sure that meta packages set META_PACKAGE before including
bsd.prefs.mk. Reported by Steven M. Bellovin for xorg packages.
2008-06-15 09:51:58 +00:00
abs
1870526681 pkglint, add '# used by ...' lines - no functional change 2008-06-12 12:50:18 +00:00
rillig
810705a6f7 Defining a meta-package is done via the META_PACKAGE variable.
In Makefile.common, the MAINTAINER should only be set with the ?= operator.
2008-01-04 15:54:46 +00:00
adam
a186ccc18d Changes 4.3.3:
Qt 4.3.3 is a bug-fix release.
Read 'changes-4.3.3' for details.
2007-12-17 22:19:43 +00:00
jlam
ae9b935fd0 * If PLIST_SRC is explicitly set to an empty value in a package Makefile,
then automatically generate a PLIST that says "${PKGNAME} has no files".

* If PLIST_SRC and GENERATE_PLIST are not set in a package Makefile,
  and no PLIST files exist, then fail during the package build with
  PKG_FAIL_REASON.

* Remove "intentionally empty" PLISTs again.

Now, the easy way to say that a package installs no files is to just
add the following to the package Makefile:

	PLIST_SRC=	# empty
2007-10-25 22:00:39 +00:00
jlam
38c496d6c0 Re-add "intentionally empty" PLISTs for meta-packages and other packages
that directly manipulate empty PLISTs.

Modify plist/plist.mk so that if the PLIST files are missing and no
GENERATE_PLIST is defined, then the package fails to build.
2007-10-25 17:49:45 +00:00
jlam
56ba4d2690 Remove empty PLISTs from pkgsrc since revision 1.33 of plist/plist.mk
can handle packages having no PLIST files.
2007-10-25 16:54:26 +00:00
adam
53299a69f3 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-10-13 12:02:14 +00:00
drochner
e98141144d oops - forgot one file in last commit 2007-09-03 15:18:20 +00:00
adam
989826eeca 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-07-28 07:37:51 +00:00
adam
e6a4360f4e 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.
2007-03-18 17:34:41 +00:00
wiz
7938151fe6 Update MASTER_SITES and/or HOMEPAGE, from Sergey Svishchev. 2006-10-04 21:59:34 +00:00
adam
ed95ad2b2c Changes 4.1.4:
* Bug fix release
2006-07-03 20:35:01 +00:00
adam
90e5e47732 Changes 4.1.3:
* Bug-fix release
2006-05-31 19:23:23 +00:00
adam
217a438a84 Changes 4.1.2:
* This is a bugfix release
2006-04-03 15:43:26 +00:00
adam
02f868ef11 Changes 4.1.1:
* Bug fixes and improvements
  (please, read 'changes-4.1.1' for details)
2006-02-28 18:02:47 +00:00
adam
cb47d1d9ff 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.
2006-02-20 12:07:12 +00:00