summaryrefslogtreecommitdiff
path: root/debian/patches
AgeCommit message (Collapse)AuthorFilesLines
2008-09-19Add PostgreSQL 8.3 support.Fathi Boudra2-0/+47
2008-09-18 * Refresh Qt4 patches.Fathi Boudra23-241/+89
* Remove upstream patches: - 0002_https_lowercase.diff * Remove Debian patches: - 72_generic_arch_atomic_header_fix.diff * Sync qt-copy patches: * Add: - 0245-fix-randr-changes-detecting.diff - 0248-fix-qwidget-scroll-slowness.diff * Remove: - 0214-fix-qgraphicsproxywidget-tab-crash.diff - 0230-qtextcontrol-selectnextword.diff - 0232-fix-qdesktopwidget-screen-merge.diff - 0233-fix-q3textbrowser-image.diff - 0235-qdbus-dispatch-async-timeout.diff - 0236-qtoolbararealayout-restore.diff - 0241-fix-null-stylesheet-warning.diff
2008-08-06Remove systray fix from Qt. Fixed in KDE svn.Fathi Boudra2-20/+0
2008-08-05Added to qt-copy with #0243.Fathi Boudra2-3/+3
2008-08-05Add patch to fix systray under KDE 4.Fathi Boudra2-0/+20
2008-08-02Rename 0002_https_lowercase.cpp to 0002_https_lowercase.diffFathi Boudra23-105/+86
Rename 0003_tab_text_cutoff.diff to 0238-fix-qt-qttabbar-size.diff Refresh patches with quilt as it was before. Add 0241-fix-null-stylesheet-warning.diff from qt-copy Close #483790, fixed by Qt4.4.1
2008-08-01Update patches for Qt 4.4.1Modestas Vainius30-465/+142
2008-07-18Apply patch from friendly hurd porters. (Closes: 485931)Sune Vuorela2-0/+16
2008-07-09Add 0234-fix-mysql-threaded.diff from qt-copy to fix usage of qt withSune Vuorela2-0/+33
mysql in multithreaded environments
2008-07-09Add 0003_tab_text_cutoff.diff patch to fix rendering of text in tabs.Sune Vuorela2-0/+26
Patch available in qt4.5.
2008-07-09fix recently committed patches to be applied with -p1 as expected. also ↵Sune Vuorela3-7/+7
reorder patches properly in series file
2008-07-09Add 0236-qtoolbararealayout-restore.diff to fix a regression in qt4.4.Sune Vuorela2-0/+24
Patch from Trolltech.
2008-07-09+++ Changes by Sune Vuorela:Sune Vuorela2-0/+21
* Add 0235-qdbus-dispatch-async-timeout.diff from qt copy. Acked in qt-copy by Thiago.
2008-07-09Don't make the std:: symbols in webkit public. Solution based on the workSune Vuorela2-0/+23
of Mike Hommey in the gtk webkit package.
2008-07-09Fix some unaligned access issues that makes any webkit using applicationSune Vuorela2-0/+153
crash (SIGBUS) on archs where this isn't allowed. Patch by Mike Hommey. See #487745 for details.
2008-06-28Fix famous QPrintDialog my-pet bug (TT #214505).Modestas Vainius3-0/+35
* 10 minutes to implement * 3 hours to build (hrr) * 3 minutes to test
2008-06-12Get patch from 4.4.2 to allow Https to be treated as https in -network.Sune Vuorela2-0/+36
2008-06-12fix qtwebkit-scrollbar rendering issueSune Vuorela2-0/+44
2008-06-08IPv6 fix from 4.4.1 (try2)Modestas Vainius1-0/+30
2008-06-08IPv6 fix from 4.4.1Modestas Vainius1-0/+1
2008-06-08Fix generic atomic header. (Closes: #475767)Sune Vuorela2-0/+18
This is enough to fix building of kdelibs, but there should be a proper hppa fix modelled over the other "real" archs. +++ Changes by Fathi Boudra:
2008-05-31Refresh patches. prepare for next release.Fathi Boudra6-15/+59
I'll wait for ipv6 patch from Thiago.
2008-05-10describe what (not) to do when adding new archsSune Vuorela1-1/+4
2008-05-09Calling QSortFilterProxyModel::invalidate causes view to scroll to the ↵Modestas Vainius2-0/+12
current item/index. This behavior was not present on the Qt4.3.x. * Patch 16_qsortfilterproxymodel_invalidate_noscroll.diff, scheduled for Qt 4.4.1 (TT #204403)
2008-05-09* Add qt-copy patch:Fathi Boudra2-0/+64
* 0227-qdatastream-regression Fix a bug that causes all Qt3/2 applications to crash or hang under KDE4.
2008-05-09 * Move qglobal.h from libqt4-opengl-dev to libqt4-dev.debian/4.4.0-1Fathi Boudra4-4/+15
* Split html documentation in qt4-doc-html package. * Merge Ubuntu patches: * Add lpia architecture in trusted dpkg-arch over uname. * Add sqlite3 workaround in config tests fixes.
2008-05-07* Prepare Qt4.4.0 upload. (already uploaded)Fathi Boudra2-2/+2
2008-05-03Fix 0226 qtreeview patch: missing _q_forceColumnResizeToFitContents ↵Fathi Boudra1-0/+10
declaration in QTreeViewPrivate class header.
2008-05-03* Add qt-copy patch:Fathi Boudra7-10/+97
* 0226-qtreeview-column_resize_when_needed This patch assures that if no header is shown, or if we only have one column (so no other columns become shrinked), the contents will be visible.
2008-05-02Some updates for 4.4.0Modestas Vainius4-55/+3
2008-04-27patch was rejected upstreamFathi Boudra2-21/+0
2008-04-27* Resurrect & extend my previous patch for #476608.Modestas Vainius2-0/+34
* Link against Xfixes, Xcursor, Xinemara instread of dlopening them, because the latter requires the user to have respective -dev packages installed. * Optimize qmake (-O0 is policy violation).
2008-04-22Revert my previous commits. They don't fix anything.Modestas Vainius2-12/+0
2008-04-21Fix typoModestas Vainius2-1/+1
2008-04-21Fix initialization of X11->ptrXcursorLibraryLoadCursor when libxcursor1 is ↵Modestas Vainius2-0/+12
not installed on the system (Closes grave: #476608)
2008-04-20* Sync qt-copy patches:Fathi Boudra7-49/+129
* Remove 0191-listview-alternate-row-colors.diff * Remove 0192-itemdelegate-palette-state.diff * Add 0222-statusbar-recursion.diff * Add 0223-fix-qpixmap-hasalpha.diff * Add 0224-fast-qpixmap-fill.diff * Add 0225-invalidate-tabbar-geometry-on-refresh.diff
2008-04-15fix qmake makefile generation. I wonder if it has any side effectsSune Vuorela2-0/+14
2008-04-14fix up pc files and postprocess prl filesSune Vuorela4-0/+63
2008-04-10* Update 20_mips_atomic_ops patch. Qt4.4 introduced two new atomic operationsFathi Boudra1-0/+30
without the necessary assembler .set directives. Thanks to Thiemo Seufer. (Closes: #475402)
2008-04-10Add missed patches for branch-trunk syncFathi Boudra6-0/+246
2008-04-10Merge Qt4 branch with trunk.Fathi Boudra36-1093/+184
2008-03-08Some backports from qt4-x11 branches:Fathi Boudra4-15/+81
* Add patches: * 09_qmake_lflags_as-needed workaround as LDFLAGS isn't honored by configure script. we set --as-needed flag for Qt build only. * 10_config_tests_fixes.diff configuration test fixes for Interbase/Firebird and ODBC sql drivers. * Update 01_qmake_for_debian patch: * re-introduce link_prl and drop QT_SHARED workaround. * Update rules: * Remove exported LD_LIBRARY_PATH and LDFLAGS. * Remove DEB_CONFIGURE_SCRIPT_ENV. * Exclude debug files from dh_shlibdeps using DEB_DH_SHLIBDEPS_ARGS_ALL. * Update configure options to use libtiff from system. * Remove debug configure option to build with -02. * Update common-install-arch target to fix wrong path in pkconfig and prl files.
2008-02-27* Update lintian overrides.debian/4.3.4-1Fathi Boudra2-14/+0
* Remove -fpermissive flag and patch. * Install qt_ca.qm.
2008-02-26Prepare Qt4.3.4.Fathi Boudra34-534/+83
* Remove patches 0204, 0206, 0207. Merged upstream. * Remove patch 0208. Not safe. * Update copyright file. Add GPL version 3.
2008-02-09 * 0208-fix-quitools-incompatibilityFathi Boudra8-12/+213
This patch removes dependency of QUiTools library on QObjectPrivate. Since QUiTools is a statically linked library, anything using it could abort whenever the installed Qt version changes. * 0209-prevent-qt-mixing This patch changes QObjectPrivateVersion, thus preventing mixing parts of upstream Qt and qt-copy. * 0210-fix-crash-q3stylesheet-font-size This patch fixes crashs in q3stylesheet (it was possible to use a qfont size < 1) * 0211-q3action-crash During porting qt3to4 port QGroupAction to Q3GroupAction but not QAction to Q3Action (which is logical) But it crashs when it's not a q3action.
2008-01-22Disable 0207-better-xerrorhandler patchFathi Boudra1-1/+1
2008-01-20Add 0207-better-xerrorhandler patchFathi Boudra2-1/+159
Better X error handler It tries harder to find error descriptions and prints qAppName()
2008-01-17 * 0206-fix-meta-modifierFathi Boudra2-0/+38
Fix handling of the Meta modifier * Add ${shlibs:Depends} to libqt4-dev. See missing shared library dependencies thread on debian-devel mailing list.
2008-01-15* Refresh and enable 0172-prefer-xrandr-over-xinerama patch.Fathi Boudra2-12/+37
2008-01-02* Add 0205-fast-qpixmap-fill qt-copy patch:Fathi Boudra2-0/+49
Fix a performance issue in QPixmap::fill()