Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2007-03-30 | * debian/patches/04_utf8_bug_fix.dpatch: new patch to fix the "UTF-8debian/4.2.2-2 | Brian Nelson | 3 | -0/+149 | |
overlong sequence decoding vulnerability" [CVE-2007-0242] | |||||
2007-03-04 | releasing version 4.2.2-1debian/4.2.2-1 | Brian Nelson | 1 | -2/+2 | |
2007-03-04 | * debian/libqt4-gui.install: added the codecs plugins, somehow these got | Brian Nelson | 2 | -1/+5 | |
accidentally dropped (Closes: #409228) | |||||
2007-03-04 | properly generated this patch | Brian Nelson | 1 | -3/+10 | |
2007-03-04 | * Applied new patches for kFreeBSD and Hurd support | Brian Nelson | 7 | -41/+123 | |
(Closes: #380097, #402007) | |||||
2007-03-04 | * Re-arranged patches to group them by arch so that they're easier to | Brian Nelson | 15 | -14/+17 | |
deal with | |||||
2007-03-04 | removed a couple faulty entries | Brian Nelson | 1 | -2/+0 | |
2007-03-03 | * New upstream release (Closes: #410862) | Brian Nelson | 9 | -10/+93 | |
* Added Riku Voipio's patch for ARM EABI (Closes: #408813) * debian/patches/22_launch_moc-qt4.dpatch: new patch to ensure the Qt4 version of moc is launched by qdbuscpp2xml (Closes: #399049) * Added a doc-base file for qt4-doc (Closes: #403290) * debian/qt4-designer.links: added a link /usr/share/qt4/bin/designer -> /usr/bin/designer-qt4 (Closes: #410885) | |||||
2007-01-30 | * debian/rules: set the sysconfdir to /etc/xdg instead of /etc/qt4 to | Brian Nelson | 2 | -1/+8 | |
match the QSettings documentation (Closes: #407297) | |||||
2006-10-31 | removed a hurd patch that didn't applydebian/4.2.1-2 | Brian Nelson | 3 | -36/+2 | |
2006-10-31 | * debian/patches/10_qmake_for_debian.dpatch: restored the modification | Brian Nelson | 2 | -4/+20 | |
to remove link_prl from the CONFIG line, which fixes problems with unnecessary linkage (Closes: #394836) | |||||
2006-10-31 | * Added patches for hurd support (Closes: #380097) | Brian Nelson | 4 | -1/+65 | |
2006-10-24 | * debian/patches/20_hppa_inotify_fix.dpatch: new patch that should fix | Brian Nelson | 3 | -0/+29 | |
the FTBFS on hppa due to missing defines (Closes: #394953) | |||||
2006-10-23 | added a replaces relationship on libqt4-qt3support with libqt4-gui for the ↵debian/4.2.1-1 | Brian Nelson | 2 | -2/+3 | |
plugin move | |||||
2006-10-23 | updated upstream changelog name | Brian Nelson | 1 | -1/+1 | |
2006-10-23 | * Install the libqtaccessiblecompatwidgets.so plugin into | Brian Nelson | 3 | -2/+7 | |
libqt4-qt3support, so that libqt4-gui does not circularly depend on libqt4-qt3support (Closes: #394351, #394629) | |||||
2006-10-23 | * New upstream release | Brian Nelson | 1 | -0/+8 | |
- Fixes integer overflow in pixmap handling [CVE-2006-4811] (Closes: #394192) | |||||
2006-10-18 | releasing version 4.2.0-2debian/4.2.0-2 | Brian Nelson | 1 | -2/+2 | |
2006-10-17 | * debian/control: added a libqt4-dev dependency on libsqlite0-dev | Brian Nelson | 2 | -2/+5 | |
(Closes: #392558) | |||||
2006-10-17 | added a bug closure | Brian Nelson | 1 | -0/+1 | |
2006-10-17 | Reverted stuff since the sqlite support is no longer being built as a | Brian Nelson | 2 | -5/+2 | |
plugin, thanks to the typo fix | |||||
2006-10-17 | * Imported Ubuntu fixes, thanks to Jonathan Riddell for the tip | Brian Nelson | 4 | -2/+9 | |
- Fix typo in debian/rules -qt-sql-slite to -qt-sql-sqlite - Install usr/bin/qdbus usr/bin/qdbusxml2cpp and usr/bin/qdbuscpp2xml | |||||
2006-10-16 | removed a dupe build-dep | Brian Nelson | 1 | -1/+1 | |
2006-10-16 | * debian/patches/19_m68k_inotify_fix.dpatch: new patch to fix FTBFS on | Brian Nelson | 3 | -1/+28 | |
m68k (Closes: #391902) | |||||
2006-10-16 | * debian/libqt4-sql.install: install the sqldrivers plugins, since for | Brian Nelson | 5 | -7/+13 | |
some reason sqlite support is built as a plugin (Closes: #392808) * Added a bunch of plugins and their debugging symbols to be installed | |||||
2006-10-14 | * debian/control: added a dependency on libglib2.0-dev for libqt4-dev | Brian Nelson | 2 | -1/+8 | |
(Closes: #392797, #392173) | |||||
2006-10-07 | clean out the .debug files from both the examples and demos | Brian Nelson | 1 | -0/+1 | |
2006-10-07 | clean out the .debug files from the examples before tarring | Brian Nelson | 1 | -0/+1 | |
2006-10-07 | releasing version 4.2.0-1debian/4.2.0-1 | Brian Nelson | 3 | -3/+7 | |
2006-10-06 | * debian/control: removed libqt4-debug-dev since now that the _debug | Brian Nelson | 5 | -29/+44 | |
libs have been removed and debugging symbols are shipped in their place, this package is no longer needed * Tar up the demos directory and include it in qt4-doc. Also added the qtdemo binary to libqt4-dev. (Closes: #390925) * debian/rules: add -DQT_QLOCALE_USES_FCVT to the configure arguments when building on arm, like Qt3, to fix a uic problem (Closes: #386460) * debian/libqt4-gui.install: added usr/lib/libQtAssistantClient.so.*, since it's now shipped as a shared library; previously it was a static library | |||||
2006-10-06 | - No longer includes "CONFIG = ... debug" in the mkspecs/qconfig.pri | Brian Nelson | 2 | -4/+10 | |
(Closes: #357136) - Fixes QFontDialog assert() failures (Closes: #380418) * debian/libqt4-debug.install: changed the wildcards to match the new debug lib names. What was once *_debug.so.* is now *.debug. Ick. | |||||
2006-10-06 | * Non-maintainer upload. | Brian Nelson | 2 | -1/+9 | |
* Reintroduce the libpq-dev dependency, which seems to have been removed by mistake in 4.1.0-2. (Closes: #327618) | |||||
2006-10-06 | * New upstream release | Brian Nelson | 7 | -64/+38 | |
* Enable Qt's new support for using the system's SQLite 3 library (Closes: #382238) * debian/rules: removed the PostgreSQL and MySQL include hacks from the configure arguments, since the configure script now autodetects them itself * debian/patches/10_qmake_for_debian.dpatch: updated for new upstream * debian/patches/13_arm_ftbfs_fixes.dpatch: updated for new upstream * debian/patches/19_s390_atomic.dpatch: removed, since it appears to be obsolete | |||||
2006-07-29 | * debian/control: made libqt4-gui conflict/replace libqt4-designer, to | Brian Nelson | 2 | -1/+9 | |
ensure that old package is removed (Closes: #380253) | |||||
2006-07-17 | releasing version 4.1.4-1debian/4.1.4-1 | Brian Nelson | 1 | -2/+2 | |
2006-07-16 | * New upstream release (Closes: #378443) | Brian Nelson | 5 | -4/+15 | |
* Moved usr/lib/libQtDesigner.so.* and usr/lib/libQtDesignerComponents.so.* from qt4-designer to libqt4-gui so there the libqt4-dev package won't contain dangling symlinks (Closes: #374612) | |||||
2006-06-25 | releasing version 4.1.3-3debian/4.1.3-3 | Brian Nelson | 1 | -2/+2 | |
2006-06-21 | * debian/patches/18_disable_opengl_visibility.dpatch: regenerated so | Brian Nelson | 2 | -3/+7 | |
that it applies correctly for me | |||||
2006-06-21 | * debian/patches/19_s390_atomic: patch from Bastian Blank to fix | Brian Nelson | 3 | -0/+27 | |
including of s390 specific atomic header. (Closes: #370241) | |||||
2006-06-05 | ready to be uploaded: I've checked on escher, it builds. | Pierre Habouzit | 1 | -2/+5 | |
2006-06-05 | temporrary fix for alpha. | Pierre Habouzit | 3 | -0/+25 | |
I'm still not sure the patch is thorough, please don't upload. | |||||
2006-06-05 | Reverted the alpha patch update since it didn't work. Let's just fix | Brian Nelson | 2 | -32/+2 | |
the damn compiler instead. | |||||
2006-06-04 | * debian/patches/17_alpha_ice.dpatch: updated for the current upstream | Brian Nelson | 2 | -2/+32 | |
release to fix another occurrence of the alpha ICE in a different location in the code (Closes: #368883) (first attempt) | |||||
2006-06-04 | releasing version 4.1.3-1debian/4.1.3-1 | Brian Nelson | 7 | -12/+17 | |
2006-06-03 | Cleaned up, fix 17_alpha_ice patch so that it applies properly | Brian Nelson | 3 | -29/+12 | |
2006-06-03 | force urgency=high | Pierre Habouzit | 1 | -1/+2 | |
2006-06-03 | add 17_alpha_ice.dpatch, changelog entry. | Pierre Habouzit | 3 | -0/+75 | |
also add 16_hppa_ldcw_fix.dpatch to the 00list, it was forgotten. | |||||
2006-05-30 | * New upstream release | Brian Nelson | 3 | -1/+40 | |
* patches/16_hppa_ldcw_fix.dpatch: new patch from Ubuntu to properly support hppa | |||||
2006-05-14 | releasing version 4.1.2-2debian/4.1.2-2 | Brian Nelson | 1 | -2/+2 | |
2006-05-12 | * debian/libqt4-debug-dev.install, debian/libqt4-dev.install: added | Brian Nelson | 3 | -0/+10 | |
wildcards to install .a static libraries so that the libQtUiTools and libQtAssistantClient libraries are included (Closes: #358224, #355902) |