Branch: null

6c4cc365 2011-11-22 02:59:34 Timothy Pearson
Initial import of SIP4 for Qt3
A LICENSE
A LICENSE-GPL2
A LICENSE-GPL3
A NEWS
A README
A configure.py
A custom/custom.c
A custom/customw.c
A custom/mkcustom.py
A doc/html/_sources/annotations.txt
A doc/html/_sources/build_system.txt
A doc/html/_sources/builtin.txt
A doc/html/_sources/c_api.txt
A doc/html/_sources/command_line.txt
A doc/html/_sources/directives.txt
A doc/html/_sources/distutils.txt
A doc/html/_sources/embedding.txt
A doc/html/_sources/incompatibilities.txt
A doc/html/_sources/index.txt
A doc/html/_sources/installation.txt
A doc/html/_sources/introduction.txt
A doc/html/_sources/python_api.txt
A doc/html/_sources/specification_files.txt
A doc/html/_sources/using.txt
A doc/html/_static/basic.css
A doc/html/_static/default.css
A doc/html/_static/doctools.js
A doc/html/_static/file.png
A doc/html/_static/jquery.js
A doc/html/_static/minus.png
A doc/html/_static/plus.png
A doc/html/_static/pygments.css
A doc/html/_static/searchtools.js
A doc/html/annotations.html
A doc/html/build_system.html
A doc/html/builtin.html
A doc/html/c_api.html
A doc/html/command_line.html
A doc/html/directives.html
A doc/html/distutils.html
A doc/html/embedding.html
A doc/html/genindex.html
A doc/html/incompatibilities.html
A doc/html/index.html
A doc/html/installation.html
A doc/html/introduction.html
A doc/html/modindex.html
A doc/html/objects.inv
A doc/html/python_api.html
A doc/html/search.html
A doc/html/searchindex.js
A doc/html/specification_files.html
A doc/html/using.html
A sipdistutils.py
A sipgen/export.c
A sipgen/gencode.c
A sipgen/heap.c
A sipgen/lexer.c
A sipgen/lexer.l
A sipgen/main.c
A sipgen/parser.c
A sipgen/parser.h
A sipgen/parser.y
A sipgen/sip.h
A sipgen/sipgen.sbf
A sipgen/transform.c
A siplib/apiversions.c
A siplib/bool.cpp
A siplib/descriptors.c
A siplib/objmap.c
A siplib/qtlib.c
A siplib/sip.h
A siplib/sipint.h
A siplib/siplib.c
A siplib/siplib.sbf
A siplib/threads.c
A siplib/voidptr.c
A siputils.py
A siputils.py.orig
A specs/aix-g++
A specs/aix-g++-64
A specs/aix-xlc
A specs/aix-xlc-64
A specs/bsdi-g++
A specs/cygwin-g++
A specs/darwin-g++
A specs/dgux-g++
A specs/freebsd-g++
A specs/freebsd-g++34
A specs/freebsd-g++40
A specs/freebsd-icc
A specs/hpux-acc
A specs/hpux-acc-64
A specs/hpux-acc-o64
A specs/hpux-cc
A specs/hpux-g++
A specs/hpux-g++-64
A specs/hpuxi-acc
A specs/hpuxi-acc-64
A specs/hurd-g++
A specs/irix-cc
A specs/irix-cc-64
A specs/irix-cc-o32
A specs/irix-g++
A specs/irix-g++-64
A specs/linux-arm-g++
A specs/linux-arm-thumb-g++
A specs/linux-armv6-g++
A specs/linux-cxx
A specs/linux-ecc-64
A specs/linux-g++
A specs/linux-g++-32
A specs/linux-g++-64
A specs/linux-icc
A specs/linux-kcc
A specs/linux-kylix
A specs/linux-lsb
A specs/linux-pgcc
A specs/lynxos-g++
A specs/macx-g++
A specs/macx-mwerks
A specs/macx-pbuilder
A specs/macx-xcode
A specs/macx-xlc
A specs/netbsd-g++
A specs/openbsd-g++
A specs/qnx-g++
A specs/reliant-cds
A specs/reliant-cds-64
A specs/sco-cc
A specs/sco-g++
A specs/solaris-cc
A specs/solaris-cc-64
A specs/solaris-g++
A specs/solaris-g++-64
A specs/tru64-cxx
A specs/tru64-g++
A specs/unixware-cc
A specs/unixware-g++
A specs/win32-borland
A specs/win32-g++
A specs/win32-icc
A specs/win32-msvc
A specs/win32-msvc.net
A specs/win32-msvc2005
A specs/win32-msvc2008
A specs/win32-watcom
A sphinx/annotations.rst
A sphinx/build_system.rst
A sphinx/builtin.rst
A sphinx/c_api.rst
A sphinx/command_line.rst
A sphinx/conf.py
A sphinx/directives.rst
A sphinx/distutils.rst
A sphinx/embedding.rst
A sphinx/incompatibilities.rst
A sphinx/index.rst
A sphinx/installation.rst
A sphinx/introduction.rst
A sphinx/python_api.rst
A sphinx/specification_files.rst
A sphinx/using.rst
diff --git a/LICENSE b/LICENSE
new file mode 100644
index 0000000..b257009
--- /dev/null
+++ b/LICENSE
@@ -0,0 +1,48 @@
+RIVERBANK COMPUTING LIMITED LICENSE AGREEMENT FOR SIP
+
+1. This LICENSE AGREEMENT is between Riverbank Computing Limited ("Riverbank"),
+and the Individual or Organization ("Licensee") accessing and otherwise using
+SIP software in source or binary form and its associated documentation.  SIP
+comprises a software tool for generating Python bindings for software C and C++
+libraries, and a Python extension module used at runtime by those generated
+bindings.
+
+2. Subject to the terms and conditions of this License Agreement, Riverbank
+hereby grants Licensee a nonexclusive, royalty-free, world-wide license to
+reproduce, analyze, test, perform and/or display publicly, prepare derivative
+works, distribute, and otherwise use SIP alone or in any derivative version,
+provided, however, that Riverbank's License Agreement and Riverbank's notice of
+copyright, e.g., "Copyright (c) 2010 Riverbank Computing Limited; All Rights
+Reserved" are retained in SIP alone or in any derivative version prepared by
+Licensee.
+
+3. In the event Licensee prepares a derivative work that is based on or
+incorporates SIP or any part thereof, and wants to make the derivative work
+available to others as provided herein, then Licensee hereby agrees to include
+in any such work a brief summary of the changes made to SIP.
+
+4. Licensee may not use SIP to generate Python bindings for any C or C++
+library for which bindings are already provided by Riverbank.
+
+5. Riverbank is making SIP available to Licensee on an "AS IS" basis.
+RIVERBANK MAKES NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED.  BY WAY
+OF EXAMPLE, BUT NOT LIMITATION, RIVERBANK MAKES NO AND DISCLAIMS ANY
+REPRESENTATION OR WARRANTY OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR
+PURPOSE OR THAT THE USE OF SIP WILL NOT INFRINGE ANY THIRD PARTY RIGHTS.
+
+6. RIVERBANK SHALL NOT BE LIABLE TO LICENSEE OR ANY OTHER USERS OF SIP FOR ANY
+INCIDENTAL, SPECIAL, OR CONSEQUENTIAL DAMAGES OR LOSS AS A RESULT OF MODIFYING,
+DISTRIBUTING, OR OTHERWISE USING SIP, OR ANY DERIVATIVE THEREOF, EVEN IF
+ADVISED OF THE POSSIBILITY THEREOF.
+
+7. This License Agreement will automatically terminate upon a material breach
+of its terms and conditions.
+
+8. Nothing in this License Agreement shall be deemed to create any relationship
+of agency, partnership, or joint venture between Riverbank and Licensee.  This
+License Agreement does not grant permission to use Riverbank trademarks or
+trade name in a trademark sense to endorse or promote products or services of
+Licensee, or any third party.
+
+9. By copying, installing or otherwise using SIP, Licensee agrees to be bound
+by the terms and conditions of this License Agreement.
diff --git a/LICENSE-GPL2 b/LICENSE-GPL2
new file mode 100644
index 0000000..91c52c9
--- /dev/null
+++ b/LICENSE-GPL2
@@ -0,0 +1,344 @@
+-------------------------------------------------------------------------
+
+		    GNU GENERAL PUBLIC LICENSE
+		       Version 2, June 1991
+
+ Copyright (C) 1989, 1991 Free Software Foundation, Inc.
+                       51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA
+ Everyone is permitted to copy and distribute verbatim copies
+ of this license document, but changing it is not allowed.
+
+			    Preamble
+
+  The licenses for most software are designed to take away your
+freedom to share and change it.  By contrast, the GNU General Public
+License is intended to guarantee your freedom to share and change free
+software--to make sure the software is free for all its users.  This
+General Public License applies to most of the Free Software
+Foundation's software and to any other program whose authors commit to
+using it.  (Some other Free Software Foundation software is covered by
+the GNU Library General Public License instead.)  You can apply it to
+your programs, too.
+
+  When we speak of free software, we are referring to freedom, not
+price.  Our General Public Licenses are designed to make sure that you
+have the freedom to distribute copies of free software (and charge for
+this service if you wish), that you receive source code or can get it
+if you want it, that you can change the software or use pieces of it
+in new free programs; and that you know you can do these things.
+
+  To protect your rights, we need to make restrictions that forbid
+anyone to deny you these rights or to ask you to surrender the rights.
+These restrictions translate to certain responsibilities for you if you
+distribute copies of the software, or if you modify it.
+
+  For example, if you distribute copies of such a program, whether
+gratis or for a fee, you must give the recipients all the rights that
+you have.  You must make sure that they, too, receive or can get the
+source code.  And you must show them these terms so they know their
+rights.
+
+  We protect your rights with two steps: (1) copyright the software, and
+(2) offer you this license which gives you legal permission to copy,
+distribute and/or modify the software.
+
+  Also, for each author's protection and ours, we want to make certain
+that everyone understands that there is no warranty for this free
+software.  If the software is modified by someone else and passed on, we
+want its recipients to know that what they have is not the original, so
+that any problems introduced by others will not reflect on the original
+authors' reputations.
+
+  Finally, any free program is threatened constantly by software
+patents.  We wish to avoid the danger that redistributors of a free
+program will individually obtain patent licenses, in effect making the
+program proprietary.  To prevent this, we have made it clear that any
+patent must be licensed for everyone's free use or not licensed at all.
+
+  The precise terms and conditions for copying, distribution and
+modification follow.
+
+		    GNU GENERAL PUBLIC LICENSE
+   TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
+
+  0. This License applies to any program or other work which contains
+a notice placed by the copyright holder saying it may be distributed
+under the terms of this General Public License.  The "Program", below,
+refers to any such program or work, and a "work based on the Program"
+means either the Program or any derivative work under copyright law:
+that is to say, a work containing the Program or a portion of it,
+either verbatim or with modifications and/or translated into another
+language.  (Hereinafter, translation is included without limitation in
+the term "modification".)  Each licensee is addressed as "you".
+
+Activities other than copying, distribution and modification are not
+covered by this License; they are outside its scope.  The act of
+running the Program is not restricted, and the output from the Program
+is covered only if its contents constitute a work based on the
+Program (independent of having been made by running the Program).
+Whether that is true depends on what the Program does.
+
+  1. You may copy and distribute verbatim copies of the Program's
+source code as you receive it, in any medium, provided that you
+conspicuously and appropriately publish on each copy an appropriate
+copyright notice and disclaimer of warranty; keep intact all the
+notices that refer to this License and to the absence of any warranty;
+and give any other recipients of the Program a copy of this License
+along with the Program.
+
+You may charge a fee for the physical act of transferring a copy, and
+you may at your option offer warranty protection in exchange for a fee.
+
+  2. You may modify your copy or copies of the Program or any portion
+of it, thus forming a work based on the Program, and copy and
+distribute such modifications or work under the terms of Section 1
+above, provided that you also meet all of these conditions:
+
+    a) You must cause the modified files to carry prominent notices
+    stating that you changed the files and the date of any change.
+
+    b) You must cause any work that you distribute or publish, that in
+    whole or in part contains or is derived from the Program or any
+    part thereof, to be licensed as a whole at no charge to all third
+    parties under the terms of this License.
+
+    c) If the modified program normally reads commands interactively
+    when run, you must cause it, when started running for such
+    interactive use in the most ordinary way, to print or display an
+    announcement including an appropriate copyright notice and a
+    notice that there is no warranty (or else, saying that you provide
+    a warranty) and that users may redistribute the program under
+    these conditions, and telling the user how to view a copy of this
+    License.  (Exception: if the Program itself is interactive but
+    does not normally print such an announcement, your work based on
+    the Program is not required to print an announcement.)
+
+These requirements apply to the modified work as a whole.  If
+identifiable sections of that work are not derived from the Program,
+and can be reasonably considered independent and separate works in
+themselves, then this License, and its terms, do not apply to those
+sections when you distribute them as separate works.  But when you
+distribute the same sections as part of a whole which is a work based
+on the Program, the distribution of the whole must be on the terms of
+this License, whose permissions for other licensees extend to the
+entire whole, and thus to each and every part regardless of who wrote it.
+
+Thus, it is not the intent of this section to claim rights or contest
+your rights to work written entirely by you; rather, the intent is to
+exercise the right to control the distribution of derivative or
+collective works based on the Program.
+
+In addition, mere aggregation of another work not based on the Program
+with the Program (or with a work based on the Program) on a volume of
+a storage or distribution medium does not bring the other work under
+the scope of this License.
+
+  3. You may copy and distribute the Program (or a work based on it,
+under Section 2) in object code or executable form under the terms of
+Sections 1 and 2 above provided that you also do one of the following:
+
+    a) Accompany it with the complete corresponding machine-readable
+    source code, which must be distributed under the terms of Sections
+    1 and 2 above on a medium customarily used for software interchange; or,
+
+    b) Accompany it with a written offer, valid for at least three
+    years, to give any third party, for a charge no more than your
+    cost of physically performing source distribution, a complete
+    machine-readable copy of the corresponding source code, to be
+    distributed under the terms of Sections 1 and 2 above on a medium
+    customarily used for software interchange; or,
+
+    c) Accompany it with the information you received as to the offer
+    to distribute corresponding source code.  (This alternative is
+    allowed only for noncommercial distribution and only if you
+    received the program in object code or executable form with such
+    an offer, in accord with Subsection b above.)
+
+The source code for a work means the preferred form of the work for
+making modifications to it.  For an executable work, complete source
+code means all the source code for all modules it contains, plus any
+associated interface definition files, plus the scripts used to
+control compilation and installation of the executable.  However, as a
+special exception, the source code distributed need not include
+anything that is normally distributed (in either source or binary
+form) with the major components (compiler, kernel, and so on) of the
+operating system on which the executable runs, unless that component
+itself accompanies the executable.
+
+If distribution of executable or object code is made by offering
+access to copy from a designated place, then offering equivalent
+access to copy the source code from the same place counts as
+distribution of the source code, even though third parties are not
+compelled to copy the source along with the object code.
+
+  4. You may not copy, modify, sublicense, or distribute the Program
+except as expressly provided under this License.  Any attempt
+otherwise to copy, modify, sublicense or distribute the Program is
+void, and will automatically terminate your rights under this License.
+However, parties who have received copies, or rights, from you under
+this License will not have their licenses terminated so long as such
+parties remain in full compliance.
+
+  5. You are not required to accept this License, since you have not
+signed it.  However, nothing else grants you permission to modify or
+distribute the Program or its derivative works.  These actions are
+prohibited by law if you do not accept this License.  Therefore, by
+modifying or distributing the Program (or any work based on the
+Program), you indicate your acceptance of this License to do so, and
+all its terms and conditions for copying, distributing or modifying
+the Program or works based on it.
+
 ** Diff limit reached (max: 250 lines) **
7d27356b 2011-11-22 03:12:38 Timothy Pearson
Initial TQt conversion
M custom/custom.c
M custom/customw.c
M doc/html/_sources/annotations.txt
M doc/html/_sources/c_api.txt
M doc/html/_sources/directives.txt
M doc/html/_sources/introduction.txt
M doc/html/_sources/specification_files.txt
M doc/html/_sources/using.txt
M doc/html/_static/basic.css
M doc/html/_static/default.css
M doc/html/_static/jquery.js
M doc/html/annotations.html
M doc/html/build_system.html
M doc/html/c_api.html
M doc/html/command_line.html
M doc/html/directives.html
M doc/html/genindex.html
M doc/html/incompatibilities.html
M doc/html/index.html
M doc/html/introduction.html
M doc/html/searchindex.js
M doc/html/specification_files.html
M doc/html/using.html
M sipgen/export.c
M sipgen/gencode.c
M sipgen/lexer.c
M sipgen/lexer.l
M sipgen/main.c
M sipgen/parser.c
M sipgen/parser.h
M sipgen/parser.y
M sipgen/sip.h
M sipgen/transform.c
M siplib/qtlib.c
M siplib/sip.h
M siplib/sipint.h
M siplib/siplib.c
M siputils.py
M siputils.py.orig
M specs/aix-g++
M specs/aix-g++-64
M specs/aix-xlc
M specs/aix-xlc-64
M specs/bsdi-g++
M specs/cygwin-g++
M specs/darwin-g++
M specs/dgux-g++
M specs/freebsd-g++
M specs/freebsd-g++34
M specs/freebsd-g++40
M specs/freebsd-icc
M specs/hpux-acc
M specs/hpux-acc-64
M specs/hpux-acc-o64
M specs/hpux-cc
M specs/hpux-g++
M specs/hpux-g++-64
M specs/hpuxi-acc
M specs/hpuxi-acc-64
M specs/hurd-g++
M specs/irix-cc
M specs/irix-cc-64
M specs/irix-cc-o32
M specs/irix-g++
M specs/irix-g++-64
M specs/linux-arm-g++
M specs/linux-arm-thumb-g++
M specs/linux-armv6-g++
M specs/linux-cxx
M specs/linux-ecc-64
M specs/linux-g++
M specs/linux-g++-32
M specs/linux-g++-64
M specs/linux-icc
M specs/linux-kcc
M specs/linux-kylix
M specs/linux-lsb
M specs/linux-pgcc
M specs/lynxos-g++
M specs/macx-g++
M specs/macx-pbuilder
M specs/macx-xcode
M specs/macx-xlc
M specs/netbsd-g++
M specs/openbsd-g++
M specs/qnx-g++
M specs/reliant-cds
M specs/reliant-cds-64
M specs/sco-cc
M specs/sco-g++
M specs/solaris-cc
M specs/solaris-cc-64
M specs/solaris-g++
M specs/solaris-g++-64
M specs/tru64-cxx
M specs/tru64-g++
M specs/unixware-cc
M specs/unixware-g++
M specs/win32-borland
M specs/win32-g++
M specs/win32-icc
M specs/win32-msvc
M specs/win32-msvc.net
M specs/win32-msvc2005
M specs/win32-msvc2008
M specs/win32-watcom
M sphinx/annotations.rst
M sphinx/c_api.rst
M sphinx/directives.rst
M sphinx/introduction.rst
M sphinx/specification_files.rst
M sphinx/using.rst
 ** Diff limit reached (max: 250 lines) **
71cbc66f 2011-11-22 13:36:40 Timothy Pearson
Fix FTBFS
M sipgen/lexer.c
M sipgen/lexer.l
M sipgen/parser.c
M sipgen/parser.h
M sipgen/parser.y
M sipgen/sip.h
 ** Diff limit reached (max: 250 lines) **
e832e9f2 2011-11-22 13:38:00 Timothy Pearson
Fix accidental rename of strings to tqunicode
M doc/html/_sources/annotations.txt
M doc/html/_sources/c_api.txt
M doc/html/_sources/directives.txt
M doc/html/_sources/using.txt
M doc/html/_static/jquery.js
M doc/html/annotations.html
M doc/html/c_api.html
M doc/html/directives.html
M doc/html/searchindex.js
M doc/html/using.html
M sipgen/gencode.c
M sipgen/parser.c
M sipgen/parser.y
M sipgen/sip.h
M siplib/sip.h
M siplib/siplib.c
M sphinx/annotations.rst
M sphinx/c_api.rst
M sphinx/directives.rst
M sphinx/using.rst
 ** Diff limit reached (max: 250 lines) **
7204ed83 2011-11-22 15:09:57 Timothy Pearson
Update modification times of generated sip4 files
M sipgen/lexer.c
M sipgen/parser.c
 ** Diff limit reached (max: 250 lines) **
acd46151 2011-12-03 19:26:12 Timothy Pearson
Fix later FTBFS in python-tqt
M siputils.py
M siputils.py.orig
M specs/aix-g++
M specs/aix-g++-64
M specs/aix-xlc
M specs/aix-xlc-64
M specs/bsdi-g++
M specs/cygwin-g++
M specs/darwin-g++
M specs/dgux-g++
M specs/freebsd-g++
M specs/freebsd-g++34
M specs/freebsd-g++40
M specs/freebsd-icc
M specs/hpux-acc
M specs/hpux-acc-64
M specs/hpux-acc-o64
M specs/hpux-cc
M specs/hpux-g++
M specs/hpux-g++-64
M specs/hpuxi-acc
M specs/hpuxi-acc-64
M specs/hurd-g++
M specs/irix-cc
M specs/irix-cc-64
M specs/irix-cc-o32
M specs/irix-g++
M specs/irix-g++-64
M specs/linux-arm-g++
M specs/linux-arm-thumb-g++
M specs/linux-armv6-g++
M specs/linux-cxx
M specs/linux-ecc-64
M specs/linux-g++
M specs/linux-g++-32
M specs/linux-g++-64
M specs/linux-icc
M specs/linux-kcc
M specs/linux-kylix
M specs/linux-lsb
M specs/linux-pgcc
M specs/lynxos-g++
M specs/macx-g++
M specs/macx-pbuilder
M specs/macx-xcode
M specs/macx-xlc
M specs/netbsd-g++
M specs/openbsd-g++
M specs/qnx-g++
M specs/reliant-cds
M specs/reliant-cds-64
M specs/sco-cc
M specs/sco-g++
M specs/solaris-cc
M specs/solaris-cc-64
M specs/solaris-g++
M specs/solaris-g++-64
M specs/tru64-cxx
M specs/tru64-g++
M specs/unixware-cc
M specs/unixware-g++
M specs/win32-borland
M specs/win32-g++
M specs/win32-icc
M specs/win32-msvc
M specs/win32-msvc.net
M specs/win32-msvc2005
M specs/win32-msvc2008
M specs/win32-watcom
 ** Diff limit reached (max: 250 lines) **
f75eec56 2011-12-03 20:40:33 Timothy Pearson
Update lexer file
M sipgen/lexer.c
 ** Diff limit reached (max: 250 lines) **
d3430de2 2011-12-04 18:31:48 Timothy Pearson
Part 1 of 2 rename pykde to pytde
M doc/html/_sources/build_system.txt
M doc/html/build_system.html
M sphinx/build_system.rst
 ** Diff limit reached (max: 250 lines) **
f39e1b17 2011-12-15 15:35:21 Timothy Pearson
Rename a number of old tq methods that are no longer tq specific
M custom/custom.c
M custom/customw.c
M doc/html/_sources/using.txt
M doc/html/_static/basic.css
M doc/html/_static/default.css
M doc/html/_static/jquery.js
M doc/html/searchindex.js
M doc/html/using.html
M sipgen/gencode.c
M siplib/siplib.c
M sphinx/using.rst
 ** Diff limit reached (max: 250 lines) **
dacb50c6 2011-12-16 09:57:59 Timothy Pearson
Revert "Rename a number of old tq methods that are no longer tq specific"

This reverts commit f39e1b176003642f9bd4e712cfd8acdf9665f81a.
M custom/custom.c
M custom/customw.c
M doc/html/_sources/using.txt
M doc/html/_static/basic.css
M doc/html/_static/default.css
M doc/html/_static/jquery.js
M doc/html/searchindex.js
M doc/html/using.html
M sipgen/gencode.c
M siplib/siplib.c
M sphinx/using.rst
 ** Diff limit reached (max: 250 lines) **
9677d9d5 2011-12-18 18:16:48 Timothy Pearson
Rename old tq methods that no longer need a unique name
M sipgen/gencode.c
 ** Diff limit reached (max: 250 lines) **
cb279d73 2011-12-19 11:42:27 Timothy Pearson
Remove additional unneeded tq method conversions
M doc/html/_sources/using.txt
M doc/html/_static/jquery.js
M doc/html/searchindex.js
M doc/html/using.html
M siplib/siplib.c
M sphinx/using.rst
 ** Diff limit reached (max: 250 lines) **
6f00524a 2011-12-21 14:08:46 Timothy Pearson
Rename obsolete tq methods to standard names
M custom/custom.c
M custom/customw.c
M doc/html/_static/basic.css
M doc/html/_static/default.css
M doc/html/_static/jquery.js
 ** Diff limit reached (max: 250 lines) **
0cc2bc20 2012-03-07 21:12:27 Timothy Pearson
Rename additional members for tqt3
M siplib/qtlib.c
M siplib/sip.h
 ** Diff limit reached (max: 250 lines) **
29caa6b3 2012-06-19 20:17:26 Timothy Pearson
Fix FTBFS
M specs/aix-g++
M specs/aix-g++-64
M specs/aix-xlc
M specs/aix-xlc-64
M specs/bsdi-g++
M specs/cygwin-g++
M specs/darwin-g++
M specs/dgux-g++
M specs/freebsd-g++
M specs/freebsd-g++34
M specs/freebsd-g++40
M specs/freebsd-icc
M specs/hpux-acc
M specs/hpux-acc-64
M specs/hpux-acc-o64
M specs/hpux-cc
M specs/hpux-g++
M specs/hpux-g++-64
M specs/hpuxi-acc
M specs/hpuxi-acc-64
M specs/hurd-g++
M specs/irix-cc
M specs/irix-cc-64
M specs/irix-cc-o32
M specs/irix-g++
M specs/irix-g++-64
M specs/linux-arm-g++
M specs/linux-arm-thumb-g++
M specs/linux-armv6-g++
M specs/linux-cxx
M specs/linux-ecc-64
M specs/linux-g++
M specs/linux-g++-32
M specs/linux-g++-64
M specs/linux-icc
M specs/linux-kcc
M specs/linux-kylix
M specs/linux-lsb
M specs/linux-pgcc
M specs/lynxos-g++
M specs/macx-g++
M specs/macx-pbuilder
M specs/macx-xcode
M specs/macx-xlc
M specs/netbsd-g++
M specs/openbsd-g++
M specs/qnx-g++
M specs/reliant-cds
M specs/reliant-cds-64
M specs/sco-cc
M specs/sco-g++
M specs/solaris-cc
M specs/solaris-cc-64
M specs/solaris-g++
M specs/solaris-g++-64
M specs/tru64-cxx
M specs/tru64-g++
M specs/unixware-cc
M specs/unixware-g++
M specs/win32-watcom
 ** Diff limit reached (max: 250 lines) **
d554f8fe 2012-10-21 13:17:40 Darrell Anderson
Fix inadvertent tqt changes.
M siplib/sip.h
 ** Diff limit reached (max: 250 lines) **
bf666961 2013-02-01 23:16:58 Timothy Pearson
Rename many classes and header files to avoid conflicts with KDE4
M siplib/descriptors.c
M siplib/siplib.c
M siplib/voidptr.c
 ** Diff limit reached (max: 250 lines) **
58f18d64 2013-02-11 01:16:09 Timothy Pearson
Fix unintended rename
M siplib/descriptors.c
M siplib/siplib.c
M siplib/voidptr.c
 ** Diff limit reached (max: 250 lines) **
9b74ae48 2013-09-30 15:07:33 Slávek Banko
Revert pyqt3TQtSignal to pyqt3QtSignal
It allows to retain compatibility with the original SIP4
M sipgen/gencode.c
M siplib/sip.h
 ** Diff limit reached (max: 250 lines) **
e1f1a8aa 2013-09-30 15:36:05 Slávek Banko
Revert pyqt4TQtSignal to pyqt4QtSignal
M sipgen/gencode.c
M siplib/sip.h
 ** Diff limit reached (max: 250 lines) **
8cb66711 2014-02-06 20:33:49 Slávek Banko
Install as module by default
M configure.py
 ** Diff limit reached (max: 250 lines) **
c022b80b 2014-05-27 04:56:00 Slávek Banko
Cleanup
R siputils.py.orig
 ** Diff limit reached (max: 250 lines) **
80c7008c 2014-09-23 16:41:22 Timothy Pearson
Add ability to set libpython library
This relates to Bug 1995
M configure.py
 ** Diff limit reached (max: 250 lines) **