aboutsummaryrefslogtreecommitdiff
path: root/mkspecs/features
AgeCommit message (Collapse)Author
2010-11-02Changes: Fixing Mac port.Sergiy Dubovik
RevBy: TrustMe
2010-10-28Changes: Prepaing 0.20.51Natalia Dobrovolskaya
RevBy: TrustMe
2010-10-27Changes: add mAddLibrary function, use it in .pro filesHolger Schröder
RevBy: Armin, Mirek Details: To simplify addition of a link library to a project for the different platforms, we need this function. Initial patch by Thierry Bastian.
2010-10-22fixMiroslav Safr
2010-10-22Merge branch 'master' of gitorious.org:meegotouch/libmeegotouchMiroslav Safr
Conflicts: mkspecs/common.pri mkspecs/features/meegotouch_common.prf
2010-10-22Changes: Coverage reports: coverage feature moved to CONFIG (.prf)Miroslav Safr
RevBy: Details: Coverage feature can be now reused by other applications which are building with libmeegotouch. It is just enough to have "coverage" option in CONFIG for projects which uses libmeegotouch
2010-10-22Changes: Coverage reports: coverage feature moved to CONFIG (.prf)Miroslav Safr
RevBy: Details: Coverage feature can be now reused by other applications which are building with libmeegotouch. It is just enough to have "coverage" option in CONFIG
2010-10-21Changes: 0.20.50 preparingNatalia Dobrovolskaya
RevBy: TrustMe
2010-10-19Fixes: MRichTextEdit toolbar file locationHannu Koivisto
RevBy: Pekka Vuorela Details: the path was hardwired so the file could not be found if a non-default prefix was used to build the library.
2010-10-12Changes: Preparing 0.20.49Natalia Dobrovolskaya
RevBy: TrustMe
2010-10-08Changes: Preparing 0.20.48Natalia Dobrovolskaya
RevBy: TrustMe
2010-10-05Changes: Preparing 0.20.47Natalia Dobrovolskaya
RevBy: TrustMe
2010-10-03Changes: Preparing 0.20.46Natalia Dobrovolskaya
RevBy: TrystMe
2010-09-27Changes: remove plain qt style in libmeegotouchHolger Schröder
RevBy: Tomas Junnonen, Berthold Krevert Details: the plain qt style can now be found at: http://meego.gitorious.org/meegotouch/meegotouch-qt-style The reason for the split of the plain qt style from libmeegotouch is the following problem: The style should display the content picker instead of the normal qt file dialog in qt applications. The libcontentmanager does implement the content picker. And libcontentmanager links against libmeegotouch. So we would have an impossible cyclic dependency when we would try to link against the libcontentmanager from the plain qt style in libmeegotouch. So we had to split the plain qt style form the rest of the libmeegotouch and put it into its own repo at the URL above. Now the plain qt style can link against both libmeegotouch and libcontentmanager.
2010-09-23Changes: Preparing 0.20.45Natalia Dobrovolskaya
RevBy: TrustMe
2010-09-20Changes: Preparing 0.20.44Natalia Dobrovolskaya
RevBy: TrustMe
2010-09-15Changes: Preparing unreleasedNatalia Dobrovolskaya
RevBy: TrustMe
2010-09-10Changes: Preparing 0.20.42~1Jörgen Scheibengruber
RevBy: TrustMe
2010-09-08Changes: Start of 0.20.41~1 development (unreleased)Daniel d'Andrada
RevBy: TrustMe
2010-09-08Changes: Start of 0.20.40~1 development (unreleased)Daniel d'Andrada
RevBy: TrustMe
2010-09-08Changes: Version 0.20.39-10.20.39-1Daniel d'Andrada
RevBy: TrustMe
2010-09-08libmeegotouchsettings and libmeegotouchextensions are explicitly disabled on ↵Harald Fernengel
Mac OS X, so do not try to link to them
2010-08-30Changes: Start of 0.20.38 development.Daniel d'Andrada
RevBy: TrustMe
2010-08-30Changes: Version 0.20.37-10.20.37-1Daniel d'Andrada
RevBy: TrustMe
2010-08-27Fixes: NB#184785 - Move meegotouch-boostable QMake specification to ↵Oskari Timperi
libmeegotouch-dev RevBy: Juha Lintula
2010-08-25Changes: Preparing 0.20.36Jörgen Scheibengruber
RevBy: TrustMe
2010-08-17Changes: Preparing 0.20.35Jörgen Scheibengruber
RevBy: TrustMe
2010-08-05Changes: We're developing 0.20.34 currently (unreleased)Daniel d'Andrada
RevBy: TrustMe
2010-08-05Fixes: NB#179149 - Unable to disable rpath when building library that uses ↵Miroslav Safr
meegotouchcore qmake configuration RevBy: MaxW
2010-08-04Changes: Refactoring of device configurationJaroslaw Jaryszew
RevBy: Tomas Junnonen Details: This commit is preparing libmeegotouch for variation packages. Following things had been added/changed: - separate config file for each device, - gconf key to point selected file, - autodetection of parameters in case file is not loaded.
2010-08-04Changes: Updated runtime version to 0.20.33Miroslav Safr
2010-07-28Fixes: NB#178646 - mmoc.pl should be used in armel targetsHolger Schroeder
RevBy: Max Details: The IS_ARMEL define is only defined when building libmeegotouch itself. Now we get the target architecture from uname -m and use it instead. Tested on sbox x86 and arm for maemo5 and maemo6. Works for me.
2010-07-27Changes: avoid qmake warning meegotouch_translations.prf:72: Unescaped ↵Mike FABIAN
backslashes are deprecated. RevBy: Holger Schröder, Armin Berres Details: Something seems to have changed slighly in qmake. This patch avoids a warning but doesn’t change the produce Makefile in any way.
2010-07-23Changes: Start of version 0.20.30 development.Daniel d'Andrada
RevBy: TrustMe
2010-07-20Changes: Start of 0.20.29 development.Daniel d'Andrada
RevBy: TrustMe
2010-07-12Changes: Proceeding with 0.20.28~1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-09Changes: Updating to 0.20.27~1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-05Changes: 0.20.26~1Jörgen Scheibengruber
RevBy: TrustMe
2010-07-05Fixes: NB#175447 - meegotouch doesn't add dbus to QT features, but it needs...Max Waterman
RevBy: Jörgen Details: Added QT+=dbus to the meegotouch_common.prf file for unix. Adjusted examples/{chaining,servicefw} project files to test and use new config.
2010-06-30Changes: make setting of QMAKE_MOC workHolger Schroeder
RevBy: Torsten Rahn Details: for some reason the setting of the QMAKE_MOC in some application using CONFIG += meegotouch was not working. This fixes it.
2010-06-30Changes: unify usage of mmoc and mgen in the different .pro filesHolger Schroeder
RevBy: Max Waterman Details: there was quite some code duplication in the usage of mmoc and mgen in the project. this is now all simplified and unified. all unit tests still pass.
2010-06-28Changes: Start of 0.20.24 developmentDaniel d'Andrada
RevBy: TrustMe
2010-06-23Changes: Bumping to 0.20.23~1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-22Changes: Releasing 0.20.22-1Jörgen Scheibengruber
RevBy: TrustMe
2010-06-20Changes: Releasing 0.20.21-1Sergiy Dubovik
RevBy: TrustMe
2010-06-17Changes: Use QMAKE_LFLAGS_RPATH instead of deprecated QMAKE_RPATHJohn Tapsell
RevBy: Tomas Junnonen
2010-06-17Changes: Preparing 0.20.20-1Jörgen Scheibengruber
RevBy: TrustMe
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-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.