aboutsummaryrefslogtreecommitdiff
path: root/backends/platform/maemo
AgeCommit message (Collapse)Author
2013-06-01MAEMO: Update debian/changelogTarek Soliman
2012-09-05MAEMO: Package tony.datTarek Soliman
2012-07-20MAEMO: Package missing docsTarek Soliman
2012-07-20MAEMO: Fix date in debian/changelogTarek Soliman
(cherry picked from commit 831cfc89345299034e94160088d2ad3ff20eff5e)
2012-07-18MAEMO: Add new build dependenciesTarek Soliman
Since libfaad doesn't exist in maemo.org extras-devel, it cannot be added.
2012-07-15MAEMO: Fix uninitialized memberTarek Soliman
2012-07-15MAEMO: Minor whitespace fixTarek Soliman
2012-07-15MAEMO: Set defaults for fullscreen and aspect ratio correctionTarek Soliman
New installs now have fullscreen and aspect ratio correction on by default
2012-07-14MAEMO: Fix compile without keymapperTarek Soliman
2012-07-10MAEMO: Update debian/changelogTarek Soliman
2012-02-28MAEMO: Define only special keys to KeymapperTarek Soliman
Also get rid of static tables in headers.
2012-02-28KEYMAPPER: HardwareInputSet now has defaultsTarek Soliman
Ports can add additional special keys. SDL no longer carries the static tables. Default behavior unchanged: HardwareInputSet() still gives an empty one.
2012-02-27KEYMAPPER: Rename EVENT_CUSTOM_BACKEND to EVENT_CUSTOM_BACKEND_ACTIONTarek Soliman
2012-02-27KEYMAPPER: Rename HardwareKey to HardwareInputTarek Soliman
2012-02-24MAEMO: Move static table out of .h fileTarek Soliman
Thanks fuzzie & LordHoto for pointing this out
2012-02-21KEYMAPPER: Remove automapping dead codeTarek Soliman
2012-02-17MAEMO: Fix building without keymapper enabledTarek Soliman
2012-02-15MAEMO: Remove pointless copy ctor callTarek Soliman
Thanks LordHoto
2012-02-15MAEMO: Register Keymapper Keymap Action default bindingsTarek Soliman
2012-02-15MAEMO: Drop the hardcoded keymap in favor of the keymapperTarek Soliman
2012-02-15MAEMO: Rename hasHwKeyboard and add hasMenuKeyTarek Soliman
2012-02-15MAEMO: Use bitshifting in ModelTypeTarek Soliman
2012-02-13KEYMAPPER: Fix Action ctor args in most keymapsTarek Soliman
2012-02-13ALL: Enable Keymapper specific OSystem API only when the Keymapper is enabled.Johannes Schickel
2012-02-12MAEMO: Use custom event Click Mode keymap actionTarek Soliman
2012-02-12MAEMO: Define platform global keymapTarek Soliman
2012-02-12MAEMO: Define HardwareKeySetTarek Soliman
2012-02-04MAEMO: Add detection entry for the Nokia 700 running OS2008HETarek Soliman
This allows the Nokia 770 running OS2008HE to be used. Fixes bug#3483921 "Volume rocker do no emulate keypress as it used"
2011-12-04MAEMO: Remove i386 from Architecture field of debian/controlTarek Soliman
It confuses the maemo.org autobuilder which tries to build x86 builds with ARMisms in them
2011-12-03MAEMO: Add fields to debian/controlTarek Soliman
2011-11-29MAEMO: Add basic graphics managerTarek Soliman
2011-11-24MAEMO: Make setupIcon do nothingTarek Soliman
It seems N900 is hit by SDL_WM_SetIcon bug (window cannot receive input) http://bugzilla.libsdl.org/show_bug.cgi?id=586 This fix is based on the old 1.2.1 Maemo port code
2011-11-20ALL: Remove more m4/mads leftovers.Johannes Schickel
Some project files (iPhone) and backend files (Symbian) still reference m4.dat, but I know not enough on how to remove that without breaking something.
2011-11-15MAEMO: Update debian/changelog to version 1.5.0~gitTarek Soliman
2011-11-15MAEMO: Update debian/changelog with 1.4 releaseTarek Soliman
2011-10-11MAEMO: Migrate OSystem_SDL_Maemo to Maemo namespaceTarek Soliman
2011-10-11MAEMO: Add basic structs to Maemo namespaceTarek Soliman
2011-10-11MAEMO: added hardware alias to the hardware detection tableTarek Soliman
2011-10-11MAEMO: Add detection for specific hardware modelTarek Soliman
Features detected right now are just the hardware keyboard
2011-10-05MAEMO: Change maintainer in debian/control and revise debian/changelogTarek Soliman
2011-09-22MAEMO: enable virtual keyboard and add keymappingTarek Soliman
2011-09-22MAEMO: fix task switcher window titleTarek Soliman
2011-09-22MAEMO: fix configure script parms in debian/rulesTarek Soliman
Instead of explicitly passing everything, use the new host=maemo configure capabilities
2011-09-22MAEMO: Add basic platform backend with stubbed keymapperTarek Soliman
2011-09-22MAEMO: added comment to clarify debian/postinstTarek Soliman
2011-09-22MAEMO: mention the BSD and LGPL parts in debian/copyrightTarek Soliman
2011-09-22MAEMO: Update maintainer history in debian/copyrightTarek Soliman
2011-09-22MAEMO: add missing files to install to debian/rulesTarek Soliman
2011-09-22MAEMO: cleanup debian directoryTarek Soliman
2011-09-22MAEMO: bump debian versionTarek Soliman