aboutsummaryrefslogtreecommitdiff
path: root/debian
AgeCommit message (Collapse)Author
2010-07-13Changes: Opening of status indicator menu using dragSachin Kundu
Haptics usage Stylable threshold parameter RevBy: Vesa Halttunen
2010-07-12Changes: Proceeding with 0.20.28~1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-12Changes: Releasing 0.20.27-10.20.27-1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-12Changes: Added API description file to packagingTomas Junnonen
RevBy: TrustMe
2010-07-09Changes: Updating to 0.20.27~1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-08Changes: Releasing 0.20.16-10.20.26-1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-08Changes: remove libcontentmanager-dev from Build-Depends of libmeegotouchMike FABIAN
RevBy: Armin Berres, Bernd Lamecker Details: This was a cyclic build dependency, i.e. libmeegotouch depended on libcontentmanager and libcontentmanager depended on libmeegotouch for build. Also remove libqttracker-dev from Build-Depends of libmeegotouch and maemo-meegotouch-interfaces from the Depends: of the meegotouch-qt-style package.
2010-07-06Changes: move libqttracker-dev, libcontentmanager-dev out of Depends: of ↵Mike FABIAN
meegotouch-qt-style RevBy: Armin Berres Details: Put them in BuildDepends: of libmeegotouch instead.
2010-07-05Changes: N900 application manager data updateMiroslav Safr
RevBy: MaxW Details: debian/control file was upadted so the widgetsgallery shows properly in application manager +Section: user/development +Priority: extra +XB-Maemo-Display-Name: Widgets Gallery and updated new binary icon - XB-Maemo-Icon-26:
2010-07-05Changes: 0.20.26~1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-05Changes: Add another bug-fix to 0.20.25-10.20.25-1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-05Changes: Releasing 0.20.25-1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-01Changes: Updated ChangeLog to honor native filedialog change.Torsten Rahn
RevBy: TrustMe Conflicts: debian/changelog
2010-07-01Changes: Adding deb-dependencies for native file dialog.Torsten Rahn
RevBy: TrustMe
2010-07-01Changes: Releasing 0.20.24-10.20.24-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-28Changes: Start of 0.20.24 developmentDaniel d'Andrada
RevBy: TrustMe
2010-06-28Changes: Release 0.20.23-10.20.23-1Daniel d'Andrada
RevBy: TrustMe
2010-06-23Changes: Bumping to 0.20.23~1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-23Changes: Releaseing 0.20.22-10.20.22-1Sergiy Dubovik
RevBy: TrustMe
2010-06-22Changes: Back to unreleasedJörgen Scheibengruber
RevBy: TrustMe Details: clipping is still slow
2010-06-22Changes: Releasing 0.20.22-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-20Changes: Added missing space in debian log.0.20.21-2Sergiy Dubovik
RevBy: TrustMe
2010-06-20Changes: Fixed debian change log format0.20.21-1Sergiy Dubovik
RevBy: TrustMe
2010-06-20Changes: Releasing 0.20.21-1Sergiy Dubovik
RevBy: TrustMe
2010-06-18Changes: Releasing 0.20.20-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-17Changes: Preparing 0.20.20-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-16Changes: Releasing 0.20.19-10.20.19-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-16Fixes: NB#171466 - The MNotification::notifications() returns ↵Vesa Halttunen
non-initialized notifications? Bug: NB#171466 - The MNotification::notifications() returns non-initialized notifications? RevBy: Pauli Lehtinen, Pankaj Saharan
2010-06-14Changes: Start of 0.20.19 development (unreleased)Daniel d'Andrada
RevBy: TrustMe
2010-06-14Changes: Release 0.20.18-10.20.18-1Daniel d'Andrada
RevBy: TrustMe
2010-06-14Changes: Instalation widgetsgallery.desktopDaniel d'Andrada
RevBy: Mirek Safr Details: We only have one of those .desktop files, never both.
2010-06-14Changes: make the widgetsgallery and plain qt example not install the same filesHolger Schroeder
RevBy: Armin Berres Details: this fixes this error: Unpacking replacement meegotouch-demos-widgetsgallery ... dpkg: error processing ../meegotouch-demos-widgetsgallery_0.20.17-1_i386.deb (--install): trying to overwrite '/usr/share/applications/qtstyleexample.desktop', which is also in package meegotouch-demos-plainqt 0:0.20.17-1 dpkg-deb: subprocess paste killed by signal (Broken pipe)
2010-06-11Changes: Widgetsgallery icon installation for harmattan and fix for .desktop ↵Miroslav Safr
files RevBy: Daniel d'Andrada Details: the desktop files are first installed in /tmp directory so and that according .install file taken to deb package. However on maemo 5 the target directory is different desktop_entry.path = $$M_INSTALL_DATA/applications/hildon desktop_entry.path = $$M_INSTALL_DATA/applications so we need to use wildcard in .install file.
2010-06-11Changes: split .prf and .pc files up for the different modulesHolger Schroeder
RevBy: Armin Berres, Bjoern Schnabel Details: before you could do in a qmake .pro file: CONFIG += meegotouch and that would then link against libmeegotouchcore, libmeegotouchviews, libmeegotouchsettings and libmeegotouchextensions. now CONFIG += meegotouchcore # only links against ...core CONFIG += meegotouchsettings # links against ...core and # ...settings CONFIG += meegotouch # links against ...core, ...settings # and ...extensions nothing links against ...views any more, because it is loaded at runtime from now on. I added meegotouchcore.pc and meegotouchsettings.pc and removed -lmeegotouchviews from meegotouch.pc. With these changes it should be possible to link only against the parts of meegotouch that an application needs.
2010-06-10Changes: Improve N900 supportMiroslav Safr
RevBy: Max Waterman, Daniel d'Andrada Details: 1. ..widgetsgallery.install file: desktop file and icon to wildcard 2. rules: dh_prep for older debhelper 3. control: icon for widgetsgallery in deb manager 4. differences in ContactModel/PhoneBookModel 5. EGL defines 6. EOLs for compiler 7.Added comment in case this change is needed on other platforms too.. 8.Desktop file and icon unification 9. missing semicolon for maemo6 build 10.new icons for fremantle and harmattan
2010-06-09Changes: Fix typo in debian/changelog which broke the build0.20.17-1Mike FABIAN
RevBy: Miroslav Safr
2010-06-09Changes: Releasing 0.20.17-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-07Changes: Start of 0.20.17 development (unreleased)Daniel d'Andrada
RevBy: TrustMe
2010-06-07Changes: Release 0.20.16-10.20.16-1Daniel d'Andrada
RevBy: TrustMe
2010-06-06Changes: Fixed debian package build if Qt is installed without the qt4 prefixTomas Junnonen
RevBy: TrustMe
2010-06-04Changes: >= depend on libsJörgen Scheibengruber
RevBy: Armin Details: We want to make sure that we are running against the same or newer set of libs, that we have been compiled against
2010-06-04Changes: Add "=" dependency on libmeegotouchcore0 for most packagesJörgen Scheibengruber
RevBy: Armin Details: These packages all need to go together, there are no ABI or API guarantees for our internal interfaces
2010-06-04Changes: Preparing 0.20.16Jörgen Scheibengruber
RevBy: TrustMe
2010-06-03Changes: Releasing 0.20.15-10.20.15-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-03Changes: Preparing 0.20.15-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-03Fixes: NB#172276 - duihome crashes after bootVesa Halttunen
Bug: NB#172276 - duihome crashes after boot RevBy: Aki Koskinen, Tuomas Järvensivu, Erik Karlsson
2010-06-03Fixes: NB#171747 - mmoc native binary does not work with qemu - causes ↵Tomas Junnonen
build failures RevBy: Tomas Junnonen Details: Main configure file, mmoc releated files, src/common_top.pri src/predeps.pri and some tst project files were modified to use Qt/C++ mmoc script for i486 target and perl for armel target
2010-06-02Changes: Releasing 0.20.14-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-02Revert "Fixes: NB#171747 - mmoc native binary does not work with qemu - ↵Tomas Junnonen
causes build failures" This reverts commit 7c274d807830f9b5c19829b8a96476edc6a3a35d. Break out-of-source build (i.e. debian packaging)
2010-06-02Fixes: NB#171747 - mmoc native binary does not work with qemu - causes ↵Tomas Junnonen
build failures RevBy: Tomas Junnonen Details: Main configure file, mmoc releated files, src/common_top.pri src/predeps.pri and some tst project files were modified to use Qt/C++ mmoc script for i486 target and perl for armel target