summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2007-12-30* Revert build with --as-needed linker flag:Fathi Boudra5-20/+20
It breaks other packages. (Closes: #457038, #457284) * Add 91_qmake_lflags_no-undefined patch: By default, qmake adds --no-undefined linker flag.
2007-12-12* qt-copy updateMatthew Rosewarne3-5/+174
2007-12-07* Disable "mips breaking abi" patch.Fathi Boudra2-1/+13
* Use --as-needed.
2007-12-07* Update patch to fix #451046.Fathi Boudra3-12/+21
2007-12-06 * Bump Standards-Version to 3.7.3.Fathi Boudra2-0/+12
* Merge Kubuntu load ssl patch. Thanks to Jonathan Riddell. * Add CDDL exception to debian/copyright. * Add 21_mis-assumes_non-irix_mips_systems_have_no_fpu patch. Thanks to Thiemo Seufer.
2007-12-06* Prepare Qt4.3.3:Fathi Boudra34-599/+235
* Update patches. * Add patches 0200 and 0203. * Remove patches merged upstream.
2007-11-10* Add 0198-qstylesheetstyle2 patch:Fathi Boudra2-0/+39
it fixes stylesheet style: e.g. kcombobox with a clean button.
2007-11-09* Refresh series.Fathi Boudra1-0/+1
2007-11-09* Add stylesheet style patch.Fathi Boudra1-0/+45
2007-11-07* Update qt3toolbar patch.Fathi Boudra1-0/+9
2007-11-06* Merge Kubuntu load ssl patch. Thanks to Jonathan Riddell.Fathi Boudra3-0/+51
* Add qt-copy patch: 0196-q3toolbar-clean-rebuild. It fixes crash when we clear q3toolbar and rebuild it.
2007-10-07* Use quilt -p ab.Fathi Boudra33-161/+161
* Add dot to make ana happy. * 07 patch is a debian patch. * Uniform style in rules.
2007-10-06use and trust dpkg-architecture instead of uname -mSune Vuorela2-0/+53
2007-10-06 * Update desktop files categories.Fathi Boudra37-669/+436
* Add desktop files icons. (Closes: #433581) * Update patches to Qt4.3.2. * Add 90_qmake_cxxflags_fpermissive patch. * Remove 0186-fix-component-alpha-text patch. Merged upstream. * Add qt-copy patches: * 0188-fix-moc-parser-same-name-header * 0189-fix-q3toolbar-qcombobox-signal-slot * 0191-listview-alternate-row-colors * 0192-itemdelegate-palette-state * 0193-qtreeview-division-by-zero * 0194-fix-moveonly-dnd-in-itemviews * 0195-compositing-properties * Update qt4-dev-tools long description. * Update copyright: * Update Trolltech GPL exception to v1.1. * Add Trolltech GPL exception addenum. * Update rules: * Build with -fpermissive. * Introduce QTVERSION. * Fix qt4-config menu section. (Closes: 444896)
2007-08-10* Disable argb patch. some issue with nvidia cards.debian/4.3.1-1Fathi Boudra1-1/+1
2007-08-09* Disable qdnd patch.Fathi Boudra1-1/+1
Please, test Qt4.3.1-1, i have re-enabled argb patch. I don't have any artifact so far.
2007-08-09* Some cleanup.Fathi Boudra28-2/+220
* Update patches and series. * Update rules. No more stuff TODO in mind ...
2007-08-08* Update changelog and disable 0182-argb-visuals-default patch.Fathi Boudra1-1/+1
2007-08-08 * Switch to quilt patch system.Fathi Boudra29-0/+1822
* Update copyright. Add Trolltech GPL Exception. * Update patches for Qt4.3.1. * Remove patches merged upstream: * 0177-qurl-clear-fix * 0183-qprocess-corruption * 42_alpha_fetch_and_add * TODO: workaround for 51_kfreebsd_mkspecs patch.
2007-08-08* Move Qt4.3.0 patches to patches-4.3.0 dir.Fathi Boudra31-2101/+0
2007-08-08* Qt4.3.1 released.Fathi Boudra1-6/+6
* TODO: cleanup/review patches. * Move away from dpatch -> quilt ?
2007-07-30* Fix typo in 01_qmake_for_debian patch.Fathi Boudra1-1/+1
2007-07-30 * Update 01_qmake_for_debian patch. Add DEFINES += -DQT_SHARED in qmake.confFathi Boudra4-8/+331
along with the removal of link_prl. (Closes: #434019) * Apply qt-copy patches: * 00_0185-fix-format-strings: This patch fixes various code issues with handling format strings. None of them seem to be exceptionally bad, but its better safe than sorry. It is related to CVE-2007-3388. TT claims the problem is not present in any version of Qt 4. Dirk Muller disagrees and believes that some of them are possible to exploit. * 00_0186-fix-component-alpha-text: This patch fixes component alpha (LCD hinted) text when it's drawn on a non-opaque background. Qt doesn't initialize the alpha channel in the glyph masks, which causes problems in Konsole when transparency is enabled, and in other situations where the background isn't fully opaque.
2007-07-16* Add 42_alpha_fetch_and_add patch to fix broken threading on alpha, hangsFathi Boudra2-0/+38
uselessly on startup. fetch-and-add is supposed to return the original value before the addition. Thanks to Steve Langasek and Bradley Hughes. (Closes: #433031)
2007-07-07* Update Qt support for new window types used for compositing patch.debian/4.3.0-3Fathi Boudra3-0/+366
Fix crashes when 'w' is null. (Closes: #431322)
2007-07-01* Revert Qt support for new window types used for compositing. (Closes: #431322)Fathi Boudra3-364/+0
2007-07-01 * Update control:Fathi Boudra8-136/+418
* Replace deprecated ${Source-Version} by ${source:Version}. * Remove useless ${misc:Depends}. * Update rules: * Add bindir and libdir configure options. * Replace common-install-arch target. Replaced by build system patches and a fix for pkgconfig files. (Closes: #401807) * Add patches: * 04_launch_uic-qt4: call uic-qt4 binary. * 05_append_qt4_target: append -qt4 when needed. It fixes moc-location and uic_location are properly in pkgconfig files. (See bug #401807) * 06_qtdemo_destdir: remove QT_BUILD_TREE in qtdemo DESTDIR target. (Closes: #408639) * Revert Qt handling argb visuals on X11 patch. There are dependencies not fixed in Qt. They cause a few regressions when this patch is applied. (Closes: #430907) * Apply qt-copy patches: * 00_0172-prefer-xrandr-over-xinerama: only trust libxinerama if it is not the emulated information coming from xrandr 1.2. * 00_0177-qurl-clear-fix: fix QUrl::clear(). Applied upstream. * 00_0183-qprocess-corruption: fix plain data loss bug. Applied Upstream.
2007-06-29 * Revert Qt handling argb visuals on X11 patch. There are dependenciesFathi Boudra1-1/+0
not fixed in Qt. They cause a few regressions when this patch is applied. (Closes: #430907)
2007-06-26 * Qt4 demos builds properly in Qt4.3. (Closes: #408639)Fathi Boudra10-48/+756
* Replace qmake by qmake-qt4 in libqt4-dev long description. (Closes: #415816) * Apply qt-copy patches: * 00_0178-transparency-window-types: adds Qt support for new window types used for compositing. * 00_0179-transient-hack: workaround that makes setting of WM_TRANSIENT_FOR work with some window types. * 00_0180-window-role: several problems with Qt's support for the WM_WINDOW_ROLE property. * 00_0181-qdnd-x11-fix: makes the find_child algorithm in qdnd look at _all_ widgets that contain the QPoint. * 00_0182-argb-visuals-default: Qt handling argb visuals on X11.
2007-06-084.3.0 merged inSune Vuorela13-223/+345
2007-03-30 * debian/patches/04_utf8_bug_fix.dpatch: new patch to fix the "UTF-8debian/4.2.2-2Brian Nelson2-0/+142
overlong sequence decoding vulnerability" [CVE-2007-0242]
2007-03-04properly generated this patchBrian Nelson1-3/+10
2007-03-04 * Applied new patches for kFreeBSD and Hurd supportBrian Nelson5-39/+111
(Closes: #380097, #402007)
2007-03-04 * Re-arranged patches to group them by arch so that they're easier toBrian Nelson14-13/+13
deal with
2007-03-03 * New upstream release (Closes: #410862)Brian Nelson4-7/+64
* 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)
2006-10-31removed a hurd patch that didn't applydebian/4.2.1-2Brian Nelson2-34/+0
2006-10-31 * debian/patches/10_qmake_for_debian.dpatch: restored the modificationBrian Nelson1-3/+15
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 Nelson3-0/+62
2006-10-24 * debian/patches/20_hppa_inotify_fix.dpatch: new patch that should fixBrian Nelson2-0/+22
the FTBFS on hppa due to missing defines (Closes: #394953)
2006-10-16 * debian/patches/19_m68k_inotify_fix.dpatch: new patch to fix FTBFS onBrian Nelson2-0/+24
m68k (Closes: #391902)
2006-10-06 * New upstream releaseBrian Nelson4-57/+16
* 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-06-21 * debian/patches/18_disable_opengl_visibility.dpatch: regenerated soBrian Nelson1-2/+3
that it applies correctly for me
2006-06-21 * debian/patches/19_s390_atomic: patch from Bastian Blank to fixBrian Nelson2-0/+20
including of s390 specific atomic header. (Closes: #370241)
2006-06-05temporrary fix for alpha.Pierre Habouzit2-0/+17
I'm still not sure the patch is thorough, please don't upload.
2006-06-05Reverted the alpha patch update since it didn't work. Let's just fixBrian Nelson1-24/+2
the damn compiler instead.
2006-06-04 * debian/patches/17_alpha_ice.dpatch: updated for the current upstreamBrian Nelson1-2/+24
release to fix another occurrence of the alpha ICE in a different location in the code (Closes: #368883) (first attempt)
2006-06-04releasing version 4.1.3-1debian/4.1.3-1Brian Nelson1-1/+1
2006-06-03Cleaned up, fix 17_alpha_ice patch so that it applies properlyBrian Nelson3-29/+12
2006-06-03add 17_alpha_ice.dpatch, changelog entry.Pierre Habouzit2-0/+72
also add 16_hppa_ldcw_fix.dpatch to the 00list, it was forgotten.
2006-05-30 * New upstream releaseBrian Nelson1-0/+30
* patches/16_hppa_ldcw_fix.dpatch: new patch from Ubuntu to properly support hppa