summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2008-04-12Add ana's dot ;) and the removed dependencies list to sune entry.debian/4.4.0-rc1-3Fathi Boudra1-3/+12
2008-04-10clean up the dependencies of libqt4-dev a bitSune Vuorela2-17/+12
2008-04-10* Update 20_mips_atomic_ops patch. Qt4.4 introduced two new atomic operationsFathi Boudra2-2/+33
without the necessary assembler .set directives. Thanks to Thiemo Seufer. (Closes: #475402)
2008-04-10* Add libqt4-svg dependency to libqt4-gui. It helps for the transition asFathi Boudra2-1/+3
libQtSvg.so.4 was previously in libqt4-gui package. (Closes: #475324)
2008-04-10* Replace libqcncodecs.so in libqt4-gui (<< 4.4.0~beta1-1). (Closes: #475340)Fathi Boudra2-1/+9
2008-04-10Add missed patches for branch-trunk syncFathi Boudra6-0/+246
2008-04-10Merge Qt4 branch with trunk.Fathi Boudra99-1333/+1723
2008-03-09* Re-add LD_LIBRARY_PATH to use lrelease. fixed in Qt >= 4.4.x.debian/4.3.4-2Fathi Boudra3-3/+22
* Clean up and update libqt4-dev dependencies.
2008-03-08 * Add libtiff4-dev build dependency.Fathi Boudra2-2/+3
2008-03-08Some backports from qt4-x11 branches:Fathi Boudra6-24/+111
* 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 Boudra8-21/+86
* Remove -fpermissive flag and patch. * Install qt_ca.qm.
2008-02-26Prepare Qt4.3.4.Fathi Boudra36-548/+98
* Remove patches 0204, 0206, 0207. Merged upstream. * Remove patch 0208. Not safe. * Update copyright file. Add GPL version 3.
2008-02-11Added Vcs-Svn and Vcs-Browser control fields to pacakges: qt4-x11, kde-i18n, ↵Raúl Sánchez Siles1-0/+2
kdegames, kdebindings, kdetoys, akode, kdeutils, kdegraphics, kdeaddons, kdewebdev, kdeedu, kdesdk, koffice, kdepim, arts, kdevelop, kdeaccesibilty, kdeadmin, kdenetwork, kdelibs, kdeartwork, kdemultimedia, koffice-l10n.
2008-02-11Partial fix pending on my disk. I'll finish later.Fathi Boudra2-0/+4413
* Add catalan translation. Thanks to Javier Serrano Polo. (Closes: #459822)
2008-02-09 * 0208-fix-quitools-incompatibilityFathi Boudra9-12/+226
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 Boudra2-2/+2
2008-01-20Add 0207-better-xerrorhandler patchFathi Boudra3-1/+162
Better X error handler It tries harder to find error descriptions and prints qAppName()
2008-01-17 * 0206-fix-meta-modifierFathi Boudra4-3/+46
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 Boudra3-12/+38
2008-01-02* Add 0205-fast-qpixmap-fill qt-copy patch:Fathi Boudra3-0/+56
Fix a performance issue in QPixmap::fill()
2007-12-31* Do not let qmake adds --as-needed by default only.debian/4.3.3-2Fathi Boudra2-3/+4
2007-12-30* Revert build with --as-needed linker flag:Fathi Boudra8-36/+33
It breaks other packages. (Closes: #457038, #457284) * Add 91_qmake_lflags_no-undefined patch: By default, qmake adds --no-undefined linker flag.
2007-12-23* Add semicolon at the end of the MimeType key. Thanks to Pino Toscano.Fathi Boudra3-2/+3
2007-12-20* Downgrade libqt4-dev dependency to qt4-dev-tools from Recommends to Suggests.Fathi Boudra2-9/+8
2007-12-17* Don't recommend qt4-doc, suggest it instead.Armin Berres2-2/+7
2007-12-12* qt-copy updateMatthew Rosewarne4-5/+186
2007-12-07Ready to upload Qt4.3.3: debian/4.3.3-1Fathi Boudra2-18/+2
* Fix description contains homepage lintian warning.
2007-12-07* Disable "mips breaking abi" patch.Fathi Boudra4-4/+19
* Use --as-needed.
2007-12-07* Update patch to fix #451046.Fathi Boudra4-14/+23
2007-12-06 * Bump Standards-Version to 3.7.3.Fathi Boudra5-13/+38
* 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-12-06* Use fabo@d.o for Debian related work.Fathi Boudra1-1/+1
2007-11-10* Add 0198-qstylesheetstyle2 patch:Fathi Boudra3-1/+42
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 Boudra2-2/+50
2007-11-07* Update qt3toolbar patch.Fathi Boudra1-0/+9
2007-11-06* Merge Kubuntu load ssl patch. Thanks to Jonathan Riddell.Fathi Boudra4-1/+60
* Add qt-copy patch: 0196-q3toolbar-clean-rebuild. It fixes crash when we clear q3toolbar and rebuild it.
2007-10-28Do not depend or build-depend on the transitional package xlibmesa-gl-dev,Adeodato Simó2-2/+9
but on libgl1-mesa-dev instead. Ditto for libglu1-xorg-dev/libglu1-mesa-dev.
2007-10-07* make usr/share/pixmaps directory.debian/4.3.2-1Fathi Boudra1-2/+5
2007-10-07* Add sharutils build dependency.Fathi Boudra2-1/+2
2007-10-07* Use quilt -p ab.Fathi Boudra35-168/+168
* Add dot to make ana happy. * 07 patch is a debian patch. * Uniform style in rules.
2007-10-06i want to be in the hall of fame tooAna Beatriz Guerrero Lopez1-0/+3
2007-10-06uudecoding instead of instalingAna Beatriz Guerrero Lopez1-8/+8
2007-10-06use and trust dpkg-architecture instead of uname -mSune Vuorela3-0/+55
2007-10-06Replace images for uuencoded file.Ana Beatriz Guerrero Lopez8-0/+125
2007-10-06generate a shlibs.local file on buildSune Vuorela2-0/+15
2007-10-06 * Update desktop files categories.Fathi Boudra50-752/+820
* 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-10slight difference between "\t" and " " when writing makefiles ;)debian/4.3.1-2Sune Vuorela2-11/+17
2007-08-10* Disable argb patch. some issue with nvidia cards.debian/4.3.1-1Fathi Boudra2-2/+1
2007-08-09* Disable qdnd patch.Fathi Boudra2-2/+4
Please, test Qt4.3.1-1, i have re-enabled argb patch. I don't have any artifact so far.