Next | Query returned 76 messages, browsing 21 to 30 | Previous

History of commit frequency

CVS Commit History:


   2009-11-24 18:22:18 by Matthias Drochner | Files touched by this commit (3)
Log message:
bump PKGREV for sip>=4.9 requirement
   2009-08-27 20:53:38 by Thomas Klausner | Files touched by this commit (13)
Log message:
Fix fallout from recursive jpeg shlib bump.
The man page says that you should check the diff before committing,
especially for the case that went wrong here (PYPKGPREFIX -> py25).
Hi sno!
   2009-08-26 21:58:47 by Jens Rehsack | Files touched by this commit (1461) | Package updated
Log message:
bump revision because of graphics/jpeg update
   2009-07-22 11:20:17 by Thomas Klausner | Files touched by this commit (2)
Log message:
emove empty PLIST.
   2009-07-22 11:19:37 by Thomas Klausner | Files touched by this commit (1)
Log message:
Remove PYTHON_VERSIONS_ACCEPTED line which was intended to limit
to 2.3+ but was now disallowing 2.6.
   2009-06-17 09:11:04 by Hasso Tepper | Files touched by this commit (7)
Log message:
Update to 3.18.1 which makes it actually build with sip-4.8.x.

Changes in 3.18.1 since 3.18:

* Fixed the handwritten code for all QDomDocument.setContent() overloads
  which was using deprecated (and now removed) sipBuildResult() format
  characters.
* Fixed a build problem that affected Python v2.5 and earlier.

Changes in 3.18 since 3.17.6:

* Removed some compiler warning messages.
* Reverted the changes that removed the use of sipSelfWasArg in handwritten
  code.
* Tweaked configure.py so that Python3 can run just enough of it to display
  an error message.
* Fixed a regression in emitting Python signals to Qt signals.
* Handwritten code changes for the removal of the sipProtectVirt_*() methods.
* Fixed a build problem with the GPL version.
* Refactored the signla/slot support.
* Safety checking of latest signal/slot refactoring.
* Safety commit of the PyQt3-specific meta-type and super-type (just stubs
  at the moment).
* Use the %Plugin directive to enable PyQt3 signal support.
* More changes to the QObject.sender() support.
* Updated the QObject::sender() support in response to sip changes.
* Moved the last of the type parsing from sip.
* The type parsing now uses sipResolveTypedef().
* Added the type parsing support from the sip module as PyQt4 no longer uses
  it.
* Replaced sipFindConnection() with sipFindSlot().
* Replaced sipFreeConnection() with sipFreeSipslot().
* Changes required by recent changes to the Qt support API.
* Compatibility changes needed for SIP v4.8.
* Merged the v3.17 maintenance branch into the trunk.
* Made some char* in handwritten code const needed by SIP v4.8.
   2009-06-14 20:25:20 by Joerg Sonnenberger | Files touched by this commit (321)
Log message:
Remove @dirrm entries from PLISTs
   2009-03-20 20:25:55 by Joerg Sonnenberger | Files touched by this commit (1252)
Log message:
Simply and speed up buildlink3.mk files and processing.
This changes the buildlink3.mk files to use an include guard for the
recursive include. The use of BUILDLINK_DEPTH, BUILDLINK_DEPENDS,
BUILDLINK_PACKAGES and BUILDLINK_ORDER is handled by a single new
variable BUILDLINK_TREE. Each buildlink3.mk file adds a pair of
enter/exit marker, which can be used to reconstruct the tree and
to determine first level includes. Avoiding := for large variables
(BUILDLINK_ORDER) speeds up parse time as += has linear complexity.
The include guard reduces system time by avoiding reading files over and
over again. For complex packages this reduces both %user and %sys time to
half of the former time.
   2009-03-20 18:30:14 by Joerg Sonnenberger | Files touched by this commit (42)
Log message:
Include pyversion.mk include the protected part of the buildlink3.mk
files, not over and over again.
   2008-12-21 18:14:17 by Thomas Klausner | Files touched by this commit (4)
Log message:
Update to 3.17.6, to fix build with latest py-sip.

Changes:
PyQt v3.17.6 has been released. This fixes a Windows compilation bug.

PyQt v3.17.5 has been released. This is mainly to be compatible
with SIP v4.7.8 but also adds a couple of new methods.

    * Added the missing QRegion.rects() (based on a patch from
    Hans-Peter Jansen).
    * Added the missing QWidget.stackUnder() slot.

Next | Query returned 76 messages, browsing 21 to 30 | Previous