Log of /trunk/packages/qt4-x11
Directory Listing
Revision
2906 -
Directory Listing
Modified
Mon Jan 16 18:43:44 2006 UTC
(7 years, 4 months ago)
by
pyro
* debian/patches/12_mips_atomic_ops.dpatch: applied fixes from Isaac
Clerencia <isaac@debian.org>, as the last patch was not good enough to
fix the FTBFS bug (Closes: #335831)
Revision
2878 -
Directory Listing
Modified
Sat Jan 14 20:11:42 2006 UTC
(7 years, 4 months ago)
by
pyro
* Added gif support (Closes: #348092)
Revision
2842 -
Directory Listing
Modified
Thu Jan 12 21:36:02 2006 UTC
(7 years, 4 months ago)
by
pyro
* Moved *_debug.prl and *_debug.la support files to the libqt4-debug-dev
package
* Updated to debhelper v5 compatibility
* debian/qt4-dev-tools.install: removed the /usr/share/qt4/templates
entry, which no longer contains anything
Revision
2821 -
Directory Listing
Modified
Wed Jan 11 07:00:42 2006 UTC
(7 years, 4 months ago)
by
pyro
releasing version 4.1.0-2
Revision
2820 -
Directory Listing
Modified
Wed Jan 11 03:20:47 2006 UTC
(7 years, 4 months ago)
by
pyro
the last version. Also removed some unneeded dependencies.
* debian/patches/10_qmake_for_debian: renamed from
10_qmake_use_qt4_tools, and updated to remove the "link_prl" from the
default qmake CONFIG line. This disables the recursive linkage
against all indirectly-used libraries. (Closes: #343190)
- Fixes qmake problem with including bad build path (Closes: #327359)
Revision
2818 -
Directory Listing
Modified
Tue Jan 10 17:16:51 2006 UTC
(7 years, 4 months ago)
by
pyro
* debian/patches/15_alpha_ftbfs_fix.dpatch: new patch to rename
q_atomic_test_and_set_release_ptr to q_atomic_test_and_set_ptr, as
suggested by Isaac Clerencia <isaac@debian.org>, to fix a FTBFS on
alpha. (Closes: #347353)
Revision
2817 -
Directory Listing
Modified
Tue Jan 10 17:06:00 2006 UTC
(7 years, 4 months ago)
by
pyro
added bug numbers
Revision
2816 -
Directory Listing
Modified
Tue Jan 10 03:37:41 2006 UTC
(7 years, 4 months ago)
by
pyro
* Re-enabled sqlite3 support. It's still statically linked, however,
but that'll have to do because I really don't want to futz with the
build system. (Closes: #330976)
* Enabled sqlite2 support
Revision
2805 -
Directory Listing
Modified
Mon Jan 9 22:51:21 2006 UTC
(7 years, 4 months ago)
by
pyro
* debian/control: added explicit dependencies for libqt4-dev on the
Source-Version packages libqt4-core, libqt4-gui, libqt4-sql, and
libqt4-qt3support. These dependencies were accidentally dropped in
the last version.
* Split the *_debug.so symlinks out of libqt4-dev and into a separate
libqt4-debug-dev package. Made the libqt4-debug-dev package depend on
the Source-Version of libqt4-debug. This way, the symlinks won't be
dangling if libqt4-debug isn't installed and prevents failed linking
due to version mismatches. (Closes: #346603, #346605)
Revision
2804 -
Directory Listing
Modified
Mon Jan 9 22:04:40 2006 UTC
(7 years, 4 months ago)
by
pyro
* debian/control: build against libmysqlclient15, and updated all
dependencies to libmysqlclient15-dev (Closes: #346586)
Revision
2770 -
Directory Listing
Modified
Sat Jan 7 18:53:56 2006 UTC
(7 years, 4 months ago)
by
pyro
* debian/patches/13_arm_ftbfs_fixes.dpatch: renamed, added a fix for the
new build failure due to a poorly defined qreal
Revision
2760 -
Directory Listing
Modified
Sat Jan 7 15:52:49 2006 UTC
(7 years, 4 months ago)
by
pyro
* debian/patches/12_mips_atomic_ops.dpatch: Updated patch to account for
2 new functions, q_atomic_test_and_set_acquire_int and
q_atomic_test_and_set_release_int, that were added in this release.
This should again fix the build failures on mips.
Revision
2745 -
Directory Listing
Modified
Wed Jan 4 23:40:49 2006 UTC
(7 years, 4 months ago)
by
pyro
releasing version 4.1.0-1
Revision
2744 -
Directory Listing
Modified
Wed Jan 4 22:21:11 2006 UTC
(7 years, 4 months ago)
by
pyro
fixed qt4-qtconfig short description
Revision
2743 -
Directory Listing
Modified
Wed Jan 4 22:18:35 2006 UTC
(7 years, 4 months ago)
by
pyro
fixed menu quoting
Revision
2742 -
Directory Listing
Modified
Wed Jan 4 20:32:56 2006 UTC
(7 years, 4 months ago)
by
pyro
Don't clean Makefiles quite so aggressively; otherwise the build gets
broke.
Revision
2741 -
Directory Listing
Modified
Wed Jan 4 06:18:41 2006 UTC
(7 years, 4 months ago)
by
pyro
* debian/rules: improved/cleaned up the clean target
Revision
2738 -
Directory Listing
Modified
Tue Jan 3 06:20:38 2006 UTC
(7 years, 4 months ago)
by
pyro
added missing qt4-qtconfig.install
Revision
2737 -
Directory Listing
Modified
Tue Jan 3 06:20:08 2006 UTC
(7 years, 4 months ago)
by
pyro
fixed qt4-qtconfig.menu syntax
Revision
2736 -
Directory Listing
Modified
Tue Jan 3 01:28:00 2006 UTC
(7 years, 4 months ago)
by
pyro
- Fixes missing QBitArray operators (Closes: #341658)
* Added the new QTestLib unit testing framework to the libqt4-core
package
* Added the new QtSvg module to the libqt4-gui package
* Split the qtconfig tool out of libqt4-gui and into a separate
qt4-qtconfig package, due to its linkage against libqt4-qt3support and
hence ridiculous dependency chain.
Revision
2705 -
Directory Listing
Modified
Sun Dec 25 21:23:34 2005 UTC
(7 years, 4 months ago)
by
pyro
* New upstream release
Revision
2630 -
Directory Listing
Modified
Tue Dec 13 16:24:06 2005 UTC
(7 years, 5 months ago)
by
pyro
* debian/patches/14_kfreebsd_build_fix.dpatch: new patch from Petr
Salinger to fix FTBFS on GNU/kFreeBSD (Closes: #343191)
Revision
2629 -
Directory Listing
Modified
Tue Dec 13 13:39:02 2005 UTC
(7 years, 5 months ago)
by
pyro
* debian/patches/13_arm_gcc4.dpatch: new patch from Jeremy Laine to fix
FTBFS on arm (Closes: #343176)
Revision
2319 -
Directory Listing
Modified
Sat Nov 19 09:43:26 2005 UTC
(7 years, 6 months ago)
by
pyro
* Added a target to automatically install lintian overrides, stolen from
debian-qt-kde.mk
* Added a bunch of lintian overrides for stuff that should be ignored
Revision
2314 -
Directory Listing
Modified
Fri Nov 18 19:49:17 2005 UTC
(7 years, 6 months ago)
by
pyro
releasing version 4.0.1-5
Revision
2312 -
Directory Listing
Modified
Fri Nov 18 09:40:50 2005 UTC
(7 years, 6 months ago)
by
pyro
* Removed the menu entry for designer-qt4 from qt4-dev-tools.menu, and
added it to a new qt4-designer.menu
* Added a tarball of the examples to qt4-doc (Closes: #336832)
Revision
2311 -
Directory Listing
Modified
Fri Nov 18 06:09:42 2005 UTC
(7 years, 6 months ago)
by
pyro
* debian/rules: remove all *.so files under
examples/tools/plugandpaint/plugins/ in the clean target
(Closes: #339674)
Revision
2136 -
Directory Listing
Modified
Thu Nov 3 02:59:13 2005 UTC
(7 years, 6 months ago)
by
pyro
* debian/control: removed the mention of a qt4-examples package that
doesn't actually exist from the qt4-doc package description
Revision
2131 -
Directory Listing
Modified
Sun Oct 30 18:48:48 2005 UTC
(7 years, 6 months ago)
by
pyro
* debian/control: made libqt4-gui replace libqt4-core (<< 4.0.1-3), for
the plugins move (Closes: #336492)
Revision
2125 -
Directory Listing
Modified
Wed Oct 26 17:14:59 2005 UTC
(7 years, 6 months ago)
by
pyro
releasing version 4.0.1-4
Revision
2122 -
Directory Listing
Modified
Wed Oct 26 07:12:13 2005 UTC
(7 years, 6 months ago)
by
pyro
* Added a patch from Thiemo Seufer to fix the FTBFS on mips/mipsel
(Closes: #335831)
Revision
2099 -
Directory Listing
Modified
Fri Oct 21 16:23:30 2005 UTC
(7 years, 6 months ago)
by
pyro
* debian/control: changed qt4-designer's section to "devel"
Revision
2090 -
Directory Listing
Modified
Fri Oct 21 08:04:15 2005 UTC
(7 years, 6 months ago)
by
pyro
* Moved the plugins installed in libqt4-core to libqt4-gui, since they
link against the GUI library. Otherwise a circular libqt4-core <->
libqt4-gui dependency results.
Revision
2089 -
Directory Listing
Modified
Fri Oct 21 06:08:35 2005 UTC
(7 years, 6 months ago)
by
pyro
* Completely disabled SQLite support since it's too fubar in this
version to be usable. The build fails with SQLite2 support, and
SQLite3 is only supported by linking staticly with a version
distributed in the Qt source. Meh.
Revision
2087 -
Directory Listing
Modified
Fri Oct 21 03:17:00 2005 UTC
(7 years, 6 months ago)
by
pyro
* Renamed libqt4-designer to qt4-designer, merged in the designer binary
from qt4-dev-tools, and added a dependency on libqt4-dev (Closes:
#330094)
Revision
2086 -
Directory Listing
Modified
Fri Oct 21 03:05:27 2005 UTC
(7 years, 7 months ago)
by
pyro
* debian/control: upgrade sqlite build-dependency to libsqlite3-dev,
which also fixes SQLite support (Closes: #330976)
* debian/control: added dependencies on libsqlite3-dev in appropriate
packages
Revision
1838 -
Directory Listing
Modified
Wed Sep 21 04:35:03 2005 UTC
(7 years, 7 months ago)
by
pyro
* debian/control: replaced obsolete xlibs-dev dependency with the
required split packages (Closes: #329302)
Revision
1826 -
Directory Listing
Modified
Sun Sep 18 15:24:28 2005 UTC
(7 years, 8 months ago)
by
pyro
added bug no. to be closed
Revision
1823 -
Directory Listing
Modified
Sun Sep 18 03:15:53 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/libqt4-core.install: only install the non-debug codecs, since
the debug ones pull in a gratuitous dependency on libqt4-debug
* debian/libqt4-debug.install: install the debug codecs here instead
Revision
1780 -
Directory Listing
Modified
Mon Sep 12 20:26:00 2005 UTC
(7 years, 8 months ago)
by
pyro
releasing version 4.0.1-2
Revision
1779 -
Directory Listing
Modified
Mon Sep 12 18:09:54 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/libqt4-debug.install: removed the libqt3supportwidgets_debug.so
designer plugin, since for some reason having this installed breaks
designer (Closes: #325782)
Revision
1767 -
Directory Listing
Modified
Mon Sep 12 07:07:41 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/copyright: updated FSF snailmail address
Revision
1766 -
Directory Listing
Modified
Sun Sep 11 16:16:45 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/control: Upgraded libqt4-dev's dependencies on the modules
libqt4-sql and libqt4-qt3support from suggests to depends, and added
libpq-dev and libmysqlclient14-dev | libmysqlclient-dev as
dependencies. These dependencies are apparently required to make
building pkg-config-using packages happy. (Closes: #327618)
* debian/control: corrected libqt4-sql to suggest libmysqlclient14-dev,
not libmysqlclient12-dev which is deprecated
Revision
1765 -
Directory Listing
Modified
Sun Sep 11 16:06:38 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/patches/11_launch_assistant-qt4: new patch that modifies the
QAssistantClient class to launch Qt Assistant as "assistant-qt4" to
cope with the alternatives system (Closes: #327294)
Revision
1619 -
Directory Listing
Modified
Wed Aug 31 04:57:54 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/libqt4-core.install: added /usr/lib/qt4/plugins/codecs
Revision
1618 -
Directory Listing
Modified
Wed Aug 31 04:02:15 2005 UTC
(7 years, 8 months ago)
by
pyro
* Increased the conflicting Qt3 package versions to <= 3.3.4-7, since
the Qt3 packages still don't use the alternatives system as needed to
coexist with Qt4.
Revision
1617 -
Directory Listing
Modified
Tue Aug 30 23:52:52 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/patches/10_qmake_use_qt4_tools.dpatch: new patch that modifies
qmake.conf so that qmake generates Makefiles that use the -qt4 tools.
This way, it can cope with systems that have alternatives set to use
the -qt3 versions.
Revision
1586 -
Directory Listing
Modified
Fri Aug 26 03:04:31 2005 UTC
(7 years, 8 months ago)
by
pyro
releasing version 4.0.1-1
Revision
1548 -
Directory Listing
Modified
Wed Aug 24 04:24:54 2005 UTC
(7 years, 8 months ago)
by
pyro
* debian/libqt4-dev.install: work around TT's broken "install" target in
this release so that the pkgconfig files are installed in
/usr/lib/pkgconfig instead of directly in /usr/lib. Grrrr.
Revision
1547 -
Directory Listing
Modified
Wed Aug 24 02:11:51 2005 UTC
(7 years, 8 months ago)
by
pyro
* Build-depend on libmysqlclient14-dev since libmysqlclient12-dev is
scheduled to be removed
Revision
1544 -
Directory Listing
Modified
Tue Aug 23 19:46:39 2005 UTC
(7 years, 8 months ago)
by
pyro
* Removed the FAQ from qt4-doc.docs, since it's no longer included in
4.0.1, and was useless anyway
Revision
1497 -
Directory Listing
Modified
Fri Aug 19 23:17:04 2005 UTC
(7 years, 9 months ago)
by
pyro
* New upstream release
* Install changes-4.0.1 as upstream changelog
Revision
1454 -
Directory Listing
Modified
Mon Aug 15 19:58:28 2005 UTC
(7 years, 9 months ago)
by
pyro
* debian/control: made qt4-dev-tools recommend qt4-doc, since assisant
needs it to be useful (Closes: #323251)
Revision
1433 -
Directory Listing
Modified
Thu Aug 11 20:38:07 2005 UTC
(7 years, 9 months ago)
by
pyro
* debian/manpages/assistant-qt4.1: new manpage written from scratch
based on the output of "assistant -help"
* debian/manpages/designer-qt4.1, debian/manpages/linguist-qt4.1:
manpages stolen from the Qt3 packages and trivially adapted for Qt4
(Closes: #322403)
* debian/manpages/moc-qt4.1: escape some '-' characters
* debian/qt4-dev-tools.manpages: install the new assistant-qt4.1,
designer-qt4.1, and linguist-qt4.1 manpages
Revision
1415 -
Directory Listing
Modified
Mon Aug 8 18:43:00 2005 UTC
(7 years, 9 months ago)
by
pyro
releasing version 4.0.0-3
Revision
1355 -
Directory Listing
Modified
Sat Jul 23 22:28:28 2005 UTC
(7 years, 9 months ago)
by
pyro
oops, renamed manpages to include the -qt4 string in the name
Revision
1354 -
Directory Listing
Modified
Sat Jul 23 17:59:58 2005 UTC
(7 years, 9 months ago)
by
pyro
* Added manpages for lrelease, lupdate, moc, qtconfig, and uic, stolen
from the Qt3 upstream tarball, and wrote a manpage for qmake from
scratch. Since now manpages are included for all executables using
the alternatives, the symlinks to them no longer dangle.
(Closes: #319456)
Revision
1353 -
Directory Listing
Modified
Sat Jul 23 16:54:38 2005 UTC
(7 years, 9 months ago)
by
pyro
* debian/control: changed the xlibs-pic dependency to xlibs-static-pic
for the X.org transition (Closes: #319586)
Revision
1339 -
Directory Listing
Modified
Wed Jul 20 06:30:01 2005 UTC
(7 years, 10 months ago)
by
pyro
signed out changelog for release
Revision
1331 -
Directory Listing
Modified
Tue Jul 19 16:57:22 2005 UTC
(7 years, 10 months ago)
by
pyro
* libqt4-dev: added /usr/bin/uic3 (Closes: #318451)
* Transition to the new X.org packages:
+ (Build-)depend on libglu1-xorg-dev instead of xlibmesa-gl-dev
+ (Build-)depend on libxinerama-dev (Closes: #318682)
Revision
1257 -
Directory Listing
Modified
Fri Jul 8 04:14:49 2005 UTC
(7 years, 10 months ago)
by
pyro
Made libqt4-sql suggest "libpq-dev, libmysqlclient12-dev |
libmysqlclient-dev" and added a note in the package description about
those headers being required for development.
Revision
1256 -
Directory Listing
Modified
Thu Jul 7 08:18:53 2005 UTC
(7 years, 10 months ago)
by
pyro
* removed obsolete 06_disable_rpath patch
* libqt4-debug.install: added some designer debug plugins
* libqt4-designer.install: explicitly install non-debugging
plugins
* rules: explicitly specify -debug-and-release configure option
Revision
1254 -
Directory Listing
Added
Wed Jul 6 06:58:25 2005 UTC
(7 years, 10 months ago)
by
pyro
importing initial qt4 packaging