dee-qt (3.3+14.04.20140317-0ubuntu2~gcc5.1) wily; urgency=medium * No-change test rebuild for g++5 ABI transition -- Steve Langasek Wed, 15 Jul 2015 07:25:42 +0000 dee-qt (3.3+14.04.20140317-0ubuntu1) trusty; urgency=low [ Colin Watson ] * Work around pointer equality problem with -Bsymbolic-functions on powerpc/ppc64el. -- Ubuntu daily release Mon, 17 Mar 2014 13:27:10 +0000 dee-qt (3.3+14.04.20140116-0ubuntu2) trusty; urgency=medium * Rebuild against Qt 5.2.1 -- Timo Jyrinki Mon, 03 Mar 2014 07:33:54 +0200 dee-qt (3.3+14.04.20140116-0ubuntu1) trusty; urgency=low [ Michael Terry ] * Add some missing ${misc:Pre-Depends} lines and drop ${shlibs:Depends} from the dev package. [ Ubuntu daily release ] * Automatic snapshot from revision 85 -- Ubuntu daily release Thu, 16 Jan 2014 13:10:41 +0000 dee-qt (3.3+13.10.20130924.2-0ubuntu1) saucy; urgency=low [ Michal Hruby ] * Take advantage of new changeset API in dee [ Ubuntu daily release ] * Automatic snapshot from revision 83 -- Ubuntu daily release Tue, 24 Sep 2013 10:47:10 +0000 dee-qt (3.2+13.10.20130821.1-0ubuntu1) saucy; urgency=low [ Albert Astals ] * Be a better behaved QAbstractListModel That means: * decrement/increment the count between the begin/end calls * Add a workaround so that data() ignores the not really removed row after endRemoveRows has been called We still are not good behaved in the fact that we call beginInsertRows after the model has been internall modified, but luckily it seems not much people listens to that signal's data We also rely on the fact that nothing will call data() between us resetting m_rowBeingRemoved to -1 at the end of DeeListModelPrivate::onRowRemoved and the internal dee model actually removing the row. [ Ubuntu daily release ] * Automatic snapshot from revision 81 -- Ubuntu daily release Wed, 21 Aug 2013 16:18:56 +0000 dee-qt (3.2+13.10.20130726-0ubuntu1) saucy; urgency=low [ Michal Hruby ] * Expose variant conversion methods [ Ubuntu daily release ] * Automatic snapshot from revision 79 -- Ubuntu daily release Fri, 26 Jul 2013 07:02:07 +0000 dee-qt (3.1+13.10.20130703-0ubuntu1) saucy; urgency=low [ Michal Hruby ] * Make sure we don't try to disconnect from signals that weren't connected in the first place. [ Ubuntu daily release ] * Automatic snapshot from revision 77 -- Ubuntu daily release Wed, 03 Jul 2013 04:01:10 +0000 dee-qt (3.1daily13.06.25-0ubuntu1) saucy; urgency=low [ Pawel Stolowski ] * Handle conversions of arrays of dict entries in GVariant - QVariant conversion code. [ Ubuntu daily release ] * Automatic snapshot from revision 75 -- Ubuntu daily release Tue, 25 Jun 2013 04:01:04 +0000 dee-qt (3.0daily13.06.17-0ubuntu1) saucy; urgency=low [ Łukasz 'sil2100' Zemczak ] * Fix copyright - GPL3 license text needs to be used, not 3+. [ Ubuntu daily release ] * Automatic snapshot from revision 73 -- Ubuntu daily release Mon, 17 Jun 2013 04:01:57 +0000 dee-qt (3.0daily13.06.14-0ubuntu1) saucy; urgency=low [ Łukasz 'sil2100' Zemczak ] * debian/control, debian/copyright: - Minor changes according to our packaging standards * Automatic snapshot from revision 70 (bootstrap) [ Ubuntu daily release ] * Automatic snapshot from revision 71 -- Ubuntu daily release Fri, 14 Jun 2013 04:01:55 +0000 dee-qt (3.0-0ubuntu1) raring; urgency=low [ Michał Sawicz ] * rename the source package to dee-qt * rename libqtdee to libdee-qt * rename libqtdee-qt5 to libdee-qt5 * separate plugin out into "modules" directory * separate tests out * drop obsolete test.cpp * rename dee 0.1 QML plugin to Dee 3.0 [ Ken VanDine ] * Fixed SONAME * debian/control - match soname changes - multi-arch fixes - make libdee-qt5-dev depend on libdee-qt5-3 instead of libqtdee-qt5 * debian/copyright - Updated format to latest standard -- Ken VanDine Thu, 07 Mar 2013 11:08:08 -0500 libqtdee (0.2.4-0ubuntu4) quantal; urgency=low * debian/rules - disable dh_auto_test - override dh_makeshlibs * debian/libqtdee-qt5.install * debian/libqtdee-qt5-dev.install - install versioned .so * debian/libqtdee-qt5.symbols * debian/libqtdee.symbols - drop as symbols tracking is unreliable with C++ * CMakeLists.txt - version the .so for qt5, too -- Michał Sawicz Tue, 27 Nov 2012 19:39:39 +0100 libqtdee (0.2.4-0ubuntu3) quantal; urgency=low [ Michał Sawicz ] * debian/libqtdee-qt5.install * debian/libqtdee-qt5-dev.install - only install the Qt plugin in /opt [ Albert Astals Cid ] * Make setModel work for shared deemodels -- Michał Sawicz Mon, 26 Nov 2012 22:10:49 +0100 libqtdee (0.2.4-0ubuntu2) UNRELEASED; urgency=low [ Michał Sawicz ] * Enable dual build for Qt4 and Qt5 * Swith to modern packaging rules [ Didier Roche ] * Check symbols with -c4 by default * Sanitize debian/control * Fix symbols to not have ubuntu versions on it -- Didier Roche Wed, 14 Nov 2012 12:25:49 +0100 libqtdee (0.2.4-0ubuntu1) precise; urgency=low * New upstream release: - add new method that makes libqtdee able to handle local models -- Didier Roche Fri, 17 Feb 2012 15:20:49 +0100 libqtdee (0.2.3-0ubuntu2) precise; urgency=low * debian/control: - depends on latest libdee (ABI bump) * debian/source: - remove source 3, doesn't play well with merge-upstream -- Didier Roche Thu, 12 Jan 2012 16:43:18 +0100 libqtdee (0.2.3-0ubuntu1) oneiric; urgency=low [ Florian Boucault ] * debian/libqtdee2.symbols - added symbols introduced by new APIs in version 0.2.2 QVariantMap DeeListModel::get(int) and int DeeListModel::count() - marked as optional all weak symbols that are not part of the library - added optional weak symbol introduced by Oneiric's Qt - removed private symbols * use -fvisibility=hidden in build to hide all private symbols * add -Wall compilation flag and fixed all warnings * add -std=c++0x compilation flag -- Didier Roche Thu, 28 Jul 2011 10:42:49 +0200 libqtdee (0.2.2-0ubuntu1) natty; urgency=low * New upstream bugfix release -- Oliver Grawert Wed, 23 Mar 2011 14:12:11 +0100 libqtdee (0.2.1-0ubuntu1) natty; urgency=low * New upstream bugfix release -- Oliver Grawert Tue, 15 Mar 2011 17:47:50 +0100 libqtdee (0.2-0ubuntu1) natty; urgency=low [ Oliver Grawert ] * New Upstream version * change Conflicts to Breaks in debian/control [ Florian Boucault ] * Upstream changes: use libdee's API instead of dee's private D-Bus API. * debian/libqtdee1.symbols: updated symbols and fixed lintian warning symbols-file-contains-current-version-with-debian-revision by removing Debian revisions. -- Oliver Grawert Mon, 21 Feb 2011 17:43:43 +0100 libqtdee (0.1-0ubuntu3) natty; urgency=low * add Vcs-Bzr location to debian/control * update branch location in debian/copyright -- Oliver Grawert Fri, 21 Jan 2011 13:50:54 +0100 libqtdee (0.1-0ubuntu2) natty; urgency=low * Add symbol files to prevent ABI skew -- Michael Casadevall Fri, 14 Jan 2011 13:18:40 -0800 libqtdee (0.1-0ubuntu1) natty; urgency=low * Initial Release (LP: #702919) -- Michael Casadevall Fri, 14 Jan 2011 08:24:19 -0800