Maemo Application Framework
The Maemo Application Framework contains components related to data management and UI toolkits.
hildon-thumbnail
The Hildon Thumbnailer daemon.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/hildon-thumbnail.git hildon-thumbnail cd hildon-thumbnail
Add this repository as a remote to an existing local repository:
git remote add hildon-thumbnail git://gitorious.org/maemo-af/hildon-thumbnail.git git fetch hildon-thumbnail git checkout -b my-local-tracking-branch hildon-thumbnail/master_or_other_branch
contextkit
ContextKit is a framework for collecting contextual
information from the bowels of the system, cleaning them up
and offering them through a simple API.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/contextkit.git contextkit cd contextkit
Add this repository as a remote to an existing local repository:
git remote add contextkit git://gitorious.org/maemo-af/contextkit.git git fetch contextkit git checkout -b my-local-tracking-branch contextkit/master_or_other_branch
context-commander
An application for exploring ContextKit properties and overriding them.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/context-commander.git context-commander cd context-commander
Add this repository as a remote to an existing local repository:
git remote add context-commander git://gitorious.org/maemo-af/context-commander.git git fetch context-commander git checkout -b my-local-tracking-branch context-commander/master_or_other_branch
gvfs
Maemo’s version of gvfs.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/gvfs.git gvfs cd gvfs
Add this repository as a remote to an existing local repository:
git remote add gvfs git://gitorious.org/maemo-af/gvfs.git git fetch gvfs git checkout -b my-local-tracking-branch gvfs/master_or_other_branch
contextkit-maemo
Maemo specific implementations of ContextKit properties.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/contextkit-maemo.git contextkit-maemo cd contextkit-maemo
Add this repository as a remote to an existing local repository:
git remote add contextkit-maemo git://gitorious.org/maemo-af/contextkit-maemo.git git fetch contextkit-maemo git checkout -b my-local-tracking-branch contextkit-maemo/master_or_other_branch
dpkg
Maemo’s version of dpkg.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/dpkg.git dpkg cd dpkg
Add this repository as a remote to an existing local repository:
git remote add dpkg git://gitorious.org/maemo-af/dpkg.git git fetch dpkg git checkout -b my-local-tracking-branch dpkg/master_or_other_branch
apt
Maemo’s version of apt.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/apt.git apt cd apt
Add this repository as a remote to an existing local repository:
git remote add apt git://gitorious.org/maemo-af/apt.git git fetch apt git checkout -b my-local-tracking-branch apt/master_or_other_branch
shared-mime-info
Maemo’s version of shared-mime-info.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/shared-mime-info.git shared-mime-info cd shared-mime-info
Add this repository as a remote to an existing local repository:
git remote add shared-mime-info git://gitorious.org/maemo-af/shared-mime-info.git git fetch shared-mime-info git checkout -b my-local-tracking-branch shared-mime-info/master_or_other_branch
geoclue
Maemo’s version of geoclue, for ContextKit.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/geoclue.git geoclue cd geoclue
Add this repository as a remote to an existing local repository:
git remote add geoclue git://gitorious.org/maemo-af/geoclue.git git fetch geoclue git checkout -b my-local-tracking-branch geoclue/master_or_other_branch
contextkit-provider-example
A exemplary ContextKit provider.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/contextkit-provider-example.git contextkit-provider-example cd contextkit-provider-example
Add this repository as a remote to an existing local repository:
git remote add contextkit-provider-example git://gitorious.org/maemo-af/contextkit-provider-example.git git fetch contextkit-provider-example git checkout -b my-local-tracking-branch contextkit-provider-example/master_or_other_branch
contextkit-subscriber-example
A exemplary ContextKit subscriber.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/contextkit-subscriber-example.git contextkit-subscriber-example cd contextkit-subscriber-example
Add this repository as a remote to an existing local repository:
git remote add contextkit-subscriber-example git://gitorious.org/maemo-af/contextkit-subscriber-example.git git fetch contextkit-subscriber-example git checkout -b my-local-tracking-branch contextkit-subscriber-example/master_or_other_branch
epeg
Maemo’s version of epeg.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/epeg.git epeg cd epeg
Add this repository as a remote to an existing local repository:
git remote add epeg git://gitorious.org/maemo-af/epeg.git git fetch epeg git checkout -b my-local-tracking-branch epeg/master_or_other_branch
perl
Maemo’s version of Perl.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/perl.git perl cd perl
Add this repository as a remote to an existing local repository:
git remote add perl git://gitorious.org/maemo-af/perl.git git fetch perl git checkout -b my-local-tracking-branch perl/master_or_other_branch
apt-source
A little tool to track Debian source packages.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/apt-source.git apt-source cd apt-source
Add this repository as a remote to an existing local repository:
git remote add apt-source git://gitorious.org/maemo-af/apt-source.git git fetch apt-source git checkout -b my-local-tracking-branch apt-source/master_or_other_branch
libqttracker
A Qt client library for accessing Tracker.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libqttracker.git libqttracker cd libqttracker
Add this repository as a remote to an existing local repository:
git remote add libqttracker git://gitorious.org/maemo-af/libqttracker.git git fetch libqttracker git checkout -b my-local-tracking-branch libqttracker/master_or_other_branch
maemo-optify
Tools to make using /opt convenient for Debian packages.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/maemo-optify.git maemo-optify cd maemo-optify
Add this repository as a remote to an existing local repository:
git remote add maemo-optify git://gitorious.org/maemo-af/maemo-optify.git git fetch maemo-optify git checkout -b my-local-tracking-branch maemo-optify/master_or_other_branch
posix-locales
Locale data for Maemo.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/posix-locales.git posix-locales cd posix-locales
Add this repository as a remote to an existing local repository:
git remote add posix-locales git://gitorious.org/maemo-af/posix-locales.git git fetch posix-locales git checkout -b my-local-tracking-branch posix-locales/master_or_other_branch
tumbler
Implementation of the thumbnail managing spec. Maemo package in sync with the development repository.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/tumbler.git tumbler cd tumbler
Add this repository as a remote to an existing local repository:
git remote add tumbler git://gitorious.org/maemo-af/tumbler.git git fetch tumbler git checkout -b my-local-tracking-branch tumbler/master_or_other_branch
maemo-video-thumbnailer
Standalone specialized thumbnailer, compatible with hildon-thumbnailer and tumbler, to generate thumbnails from videos.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/maemo-video-thumbnailer.git maemo-video-thumbnailer cd maemo-video-thumbnailer
Add this repository as a remote to an existing local repository:
git remote add maemo-video-thumbnailer git://gitorious.org/maemo-af/maemo-video-thumbnailer.git git fetch maemo-video-thumbnailer git checkout -b my-local-tracking-branch maemo-video-thumbnailer/master_or_other_branch
sapwood
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/sapwood.git sapwood cd sapwood
Add this repository as a remote to an existing local repository:
git remote add sapwood git://gitorious.org/maemo-af/sapwood.git git fetch sapwood git checkout -b my-local-tracking-branch sapwood/master_or_other_branch
osso-gnome-vfs2
The old and deprecated version of GnomeVFS used in Maemo.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/osso-gnome-vfs2.git osso-gnome-vfs2 cd osso-gnome-vfs2
Add this repository as a remote to an existing local repository:
git remote add osso-gnome-vfs2 git://gitorious.org/maemo-af/osso-gnome-vfs2.git git fetch osso-gnome-vfs2 git checkout -b my-local-tracking-branch osso-gnome-vfs2/master_or_other_branch
docpurge
This is docpurge. Installing this package will add a hook
to apt so that all of /usr/share/{doc,man,info} will be
removed after every invocation of dpkg (by apt).
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/docpurge.git docpurge cd docpurge
Add this repository as a remote to an existing local repository:
git remote add docpurge git://gitorious.org/maemo-af/docpurge.git git fetch docpurge git checkout -b my-local-tracking-branch docpurge/master_or_other_branch
maemoify-tools
Dirty tools for dirty deeds. These programs can be used to maintain Maemo forks of Debian packages.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/maemoify-tools.git maemoify-tools cd maemoify-tools
Add this repository as a remote to an existing local repository:
git remote add maemoify-tools git://gitorious.org/maemo-af/maemoify-tools.git git fetch maemoify-tools git checkout -b my-local-tracking-branch maemoify-tools/master_or_other_branch
duithumbnailer
[This repo is dead. Please use the “libthumbnailer” repo instead. ] more…
Convenience library for accessing a freedesktop.org thumbnailing service.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/duithumbnailer.git duithumbnailer cd duithumbnailer
Add this repository as a remote to an existing local repository:
git remote add duithumbnailer git://gitorious.org/maemo-af/duithumbnailer.git git fetch duithumbnailer git checkout -b my-local-tracking-branch duithumbnailer/master_or_other_branch
libcontentaction
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libcontentaction.git libcontentaction cd libcontentaction
Add this repository as a remote to an existing local repository:
git remote add libcontentaction git://gitorious.org/maemo-af/libcontentaction.git git fetch libcontentaction git checkout -b my-local-tracking-branch libcontentaction/master_or_other_branch
scratchbox-qemu-overlay
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/scratchbox-qemu-overlay.git scratchbox-qemu-overlay cd scratchbox-qemu-overlay
Add this repository as a remote to an existing local repository:
git remote add scratchbox-qemu-overlay git://gitorious.org/maemo-af/scratchbox-qemu-overlay.git git fetch scratchbox-qemu-overlay git checkout -b my-local-tracking-branch scratchbox-qemu-overlay/master_or_other_branch
libgq
libgq is a small library for wrapping the Maemo GNOME Essentials for easier consumption by Qt programs. more…
It contains a wrapper for GConf, and maybe more later on.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libgq.git libgq cd libgq
Add this repository as a remote to an existing local repository:
git remote add libgq git://gitorious.org/maemo-af/libgq.git git fetch libgq git checkout -b my-local-tracking-branch libgq/master_or_other_branch
totem-pl-parser
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/totem-pl-parser.git totem-pl-parser cd totem-pl-parser
Add this repository as a remote to an existing local repository:
git remote add totem-pl-parser git://gitorious.org/maemo-af/totem-pl-parser.git git fetch totem-pl-parser git checkout -b my-local-tracking-branch totem-pl-parser/master_or_other_branch
ke-recv
Program for receiving HW events from the HAL, managing automatic mounting, renaming, formatting, and partitioning of memory cards, etc.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/ke-recv.git ke-recv cd ke-recv
Add this repository as a remote to an existing local repository:
git remote add ke-recv git://gitorious.org/maemo-af/ke-recv.git git fetch ke-recv git checkout -b my-local-tracking-branch ke-recv/master_or_other_branch
mtools
MS-DOS file system tools, such as mlabel for setting the FAT volume label.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/mtools.git mtools cd mtools
Add this repository as a remote to an existing local repository:
git remote add mtools git://gitorious.org/maemo-af/mtools.git git fetch mtools git checkout -b my-local-tracking-branch mtools/master_or_other_branch
dosfstools
The dosfstools package includes the mkdosfs (aka mkfs.dos and mkfs.vfat) and dosfsck (aka fsck.msdos and fsck.vfat) utilities, which respectively make and check MS-DOS FAT filesystems on hard drives or on floppies.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/dosfstools.git dosfstools cd dosfstools
Add this repository as a remote to an existing local repository:
git remote add dosfstools git://gitorious.org/maemo-af/dosfstools.git git fetch dosfstools git checkout -b my-local-tracking-branch dosfstools/master_or_other_branch
expat
Expat is a stream oriented XML parser. This means that you register handlers with the parser prior to starting the parse. These handlers are called when the parser discovers the associated structures in the document being parsed.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/expat.git expat cd expat
Add this repository as a remote to an existing local repository:
git remote add expat git://gitorious.org/maemo-af/expat.git git fetch expat git checkout -b my-local-tracking-branch expat/master_or_other_branch
libxml2
This package provides a library providing an extensive API to handle XML data files.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libxml2.git libxml2 cd libxml2
Add this repository as a remote to an existing local repository:
git remote add libxml2 git://gitorious.org/maemo-af/libxml2.git git fetch libxml2 git checkout -b my-local-tracking-branch libxml2/master_or_other_branch
maemo-launcher
Maemo launcher tries to reduce startup time by pre-initializing the state of some libraries using the booster modules and then dynamically loading the applications. It currently supports null, GTK+, QT and CPP boosters.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/maemo-launcher.git maemo-launcher cd maemo-launcher
Add this repository as a remote to an existing local repository:
git remote add maemo-launcher git://gitorious.org/maemo-af/maemo-launcher.git git fetch maemo-launcher git checkout -b my-local-tracking-branch maemo-launcher/master_or_other_branch
dbus
D-Bus is a message bus, used for sending messages between applications.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/dbus.git dbus cd dbus
Add this repository as a remote to an existing local repository:
git remote add dbus git://gitorious.org/maemo-af/dbus.git git fetch dbus git checkout -b my-local-tracking-branch dbus/master_or_other_branch
gconf2
GConf is a configuration database system, functionally similar to the Windows registry but lots better. :–) It’s being written for the GNOME desktop but does not require GNOME.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/gconf2.git gconf2 cd gconf2
Add this repository as a remote to an existing local repository:
git remote add gconf2 git://gitorious.org/maemo-af/gconf2.git git fetch gconf2 git checkout -b my-local-tracking-branch gconf2/master_or_other_branch
maemo-optify-boottime
Boottime optification for OS files and directories.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/maemo-optify-boottime.git maemo-optify-boottime cd maemo-optify-boottime
Add this repository as a remote to an existing local repository:
git remote add maemo-optify-boottime git://gitorious.org/maemo-af/maemo-optify-boottime.git git fetch maemo-optify-boottime git checkout -b my-local-tracking-branch maemo-optify-boottime/master_or_other_branch
ke-recv-extra
The “hulda” daemon, which has sysfs polling code that used to be in ke-recv.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/ke-recv-extra.git ke-recv-extra cd ke-recv-extra
Add this repository as a remote to an existing local repository:
git remote add ke-recv-extra git://gitorious.org/maemo-af/ke-recv-extra.git git fetch ke-recv-extra git checkout -b my-local-tracking-branch ke-recv-extra/master_or_other_branch
lsof
Fremantle lsof. Lsof lists information about any files that are open, by processes currently running on the system.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/lsof.git lsof cd lsof
Add this repository as a remote to an existing local repository:
git remote add lsof git://gitorious.org/maemo-af/lsof.git git fetch lsof git checkout -b my-local-tracking-branch lsof/master_or_other_branch
libsdl1_2
Simple “Direct"Media Layer
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libsdl1_2.git libsdl1_2 cd libsdl1_2
Add this repository as a remote to an existing local repository:
git remote add libsdl1_2 git://gitorious.org/maemo-af/libsdl1_2.git git fetch libsdl1_2 git checkout -b my-local-tracking-branch libsdl1_2/master_or_other_branch
libsdl-image1_2
Library to wrap existing image loading libraries to help loading images from varying formats to be used as SDL surfaces.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libsdl-image1_2.git libsdl-image1_2 cd libsdl-image1_2
Add this repository as a remote to an existing local repository:
git remote add libsdl-image1_2 git://gitorious.org/maemo-af/libsdl-image1_2.git git fetch libsdl-image1_2 git checkout -b my-local-tracking-branch libsdl-image1_2/master_or_other_branch
libsdl-mixer1_2
Mixer library for libSDL
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libsdl-mixer1_2.git libsdl-mixer1_2 cd libsdl-mixer1_2
Add this repository as a remote to an existing local repository:
git remote add libsdl-mixer1_2 git://gitorious.org/maemo-af/libsdl-mixer1_2.git git fetch libsdl-mixer1_2 git checkout -b my-local-tracking-branch libsdl-mixer1_2/master_or_other_branch
libosso
The deprecated libosso library makes its last appearance.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libosso.git libosso cd libosso
Add this repository as a remote to an existing local repository:
git remote add libosso git://gitorious.org/maemo-af/libosso.git git fetch libosso git checkout -b my-local-tracking-branch libosso/master_or_other_branch
permissive-system-dbus
This package effectively disables all D-Bus system bus policy checks by allowing everything. more…
Tradtionally, this was done by libosso, but it is better to have this in its own package.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/permissive-system-dbus.git permissive-system-dbus cd permissive-system-dbus
Add this repository as a remote to an existing local repository:
git remote add permissive-system-dbus git://gitorious.org/maemo-af/permissive-system-dbus.git git fetch permissive-system-dbus git checkout -b my-local-tracking-branch permissive-system-dbus/master_or_other_branch
clean-device
Clear-user-data and restore-factory-settings functionality.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/clean-device.git clean-device cd clean-device
Add this repository as a remote to an existing local repository:
git remote add clean-device git://gitorious.org/maemo-af/clean-device.git git fetch clean-device git checkout -b my-local-tracking-branch clean-device/master_or_other_branch
mini-pacman
A minimal package manager to excersize the new apt features.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/mini-pacman.git mini-pacman cd mini-pacman
Add this repository as a remote to an existing local repository:
git remote add mini-pacman git://gitorious.org/maemo-af/mini-pacman.git git fetch mini-pacman git checkout -b my-local-tracking-branch mini-pacman/master_or_other_branch
libthumbnailer
Convenience library for accessing a freedesktop.org thumbnailing service.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libthumbnailer.git libthumbnailer cd libthumbnailer
Add this repository as a remote to an existing local repository:
git remote add libthumbnailer git://gitorious.org/maemo-af/libthumbnailer.git git fetch libthumbnailer git checkout -b my-local-tracking-branch libthumbnailer/master_or_other_branch
maemo-security-certman-applet
There is no maemo-security-certman-applet. waves hand in a circle
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/maemo-security-certman-applet.git maemo-security-certman-applet cd maemo-security-certman-applet
Add this repository as a remote to an existing local repository:
git remote add maemo-security-certman-applet git://gitorious.org/maemo-af/maemo-security-certman-applet.git git fetch maemo-security-certman-applet git checkout -b my-local-tracking-branch maemo-security-certman-applet/master_or_other_branch
apt-desktop
This program will write *.desktop files into various places that reflect the current state of the packages that own those files.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/apt-desktop.git apt-desktop cd apt-desktop
Add this repository as a remote to an existing local repository:
git remote add apt-desktop git://gitorious.org/maemo-af/apt-desktop.git git fetch apt-desktop git checkout -b my-local-tracking-branch apt-desktop/master_or_other_branch
qsparql
QSparql is a Qt-like client library for accessing RDF stores.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/qsparql.git qsparql cd qsparql
Add this repository as a remote to an existing local repository:
git remote add qsparql git://gitorious.org/maemo-af/qsparql.git git fetch qsparql git checkout -b my-local-tracking-branch qsparql/master_or_other_branch
rootstrap-repack
A little tool to recreate binary packages from a tarball.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/rootstrap-repack.git rootstrap-repack cd rootstrap-repack
Add this repository as a remote to an existing local repository:
git remote add rootstrap-repack git://gitorious.org/maemo-af/rootstrap-repack.git git fetch rootstrap-repack git checkout -b my-local-tracking-branch rootstrap-repack/master_or_other_branch
update-dtrt-repo
A script to do the right thing.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/update-dtrt-repo.git update-dtrt-repo cd update-dtrt-repo
Add this repository as a remote to an existing local repository:
git remote add update-dtrt-repo git://gitorious.org/maemo-af/update-dtrt-repo.git git fetch update-dtrt-repo git checkout -b my-local-tracking-branch update-dtrt-repo/master_or_other_branch
libqtsparql-tracker
A library complementing QtSparql with tracker-specific functionalities.
-
Cloning this repository:
git clone git://gitorious.org/maemo-af/libqtsparql-tracker.git libqtsparql-tracker cd libqtsparql-tracker
Add this repository as a remote to an existing local repository:
git remote add libqtsparql-tracker git://gitorious.org/maemo-af/libqtsparql-tracker.git git fetch libqtsparql-tracker git checkout -b my-local-tracking-branch libqtsparql-tracker/master_or_other_branch
Activities 
-
Monday February 13 2012
-
Commit
09:54
James Thomas created branch queryModel_test on maemo-af/qsparql
-
-
Wednesday February 01 2012
-
Push
15:38
Karl Lattimer pushed 4 commits to maemo-af/libcontentaction:master. View diff
master changed from f2cfd72 to cfe823c
-
Commit
10:24
-
-
Friday January 27 2012
-
Push
10:33
James Thomas pushed 1 commit to maemo-af/libcontentaction:master. View diff
master changed from a99257f to f2cfd72
-
-
Thursday January 26 2012
-
Push
14:11
James Thomas pushed 2 commits to maemo-af/libcontentaction:master. View diff
master changed from c1191d8 to a99257f
-
Push
14:09
James Thomas pushed 4 commits to maemo-af/libcontentaction:master. View diff
master changed from b6cd575 to c1191d8
-
Push
14:00
James Thomas pushed 1 commit to maemo-af/libcontentaction:make_coverage. View diff
make_coverage changed from 858ae35 to cd49bb7
-
Commit
13:58
James Thomas created branch test_fix on maemo-af/libcontentaction
-
-
Friday January 13 2012
-
Project
19:51
-
-
Wednesday January 11 2012
-
Commit
10:12
James Thomas created branch fix_290356 on maemo-af/libcontentaction
-
-
Wednesday January 04 2012
-
Push
13:15
Tomasz Kucharski pushed 1 commit to maemo-af/qsparql:endpoint_server_for_api_tests. View diff
endpoint_server_for_api_tests changed from 7c88fc9 to 89b8b57
-
-
Thursday December 22 2011
-
Commit
08:33
-
Push
08:28
Antti Harju pushed 1 commit to maemo-af/apt-desktop:master. View diff
master changed from 370399b to 1322d41
-
Push
08:21
Antti Harju pushed 1 commit to maemo-af/apt-desktop:master. View diff
master changed from a1b00a9 to 370399b
-
-
Wednesday December 21 2011
-
Merge request
14:58
Antti Harju updated merge request maemo-af/apt-desktop #1
→ State changed from Open to MergedMerged.
-
Push
14:57
Antti Harju pushed 3 commits to maemo-af/apt-desktop:master. View diff
master changed from 630d234 to a1b00a9
-
Merge request
14:51
Antti Harju requested merge of ~aharju/maemo-af/aharju-apt-desktop with apt-desktop in merge request maemo-af/apt-desktop #1
-
Commit
12:38
Antti Harju created branch aharju/remove-unmapped-entries on maemo-af/aharju-apt-desktop
-
Merge request
09:20
Marko Saukko requested merge of ~sage/maemo-af/sages-libcontentaction with libcontentaction in merge request maemo-af/libcontentaction #1
-
Push
09:19
Marko Saukko pushed 1 commit to ~sage/maemo-af/sages-libcontentaction:master. View diff
master changed from b6cd575 to f894195
-
Repository
09:16
Marko Saukko cloned maemo-af/libcontentaction
New repository is in sages-libcontentaction
-
-
Tuesday December 20 2011
-
Repository
14:50
Antti Harju cloned maemo-af/apt-desktop
New repository is in aharju-apt-desktop
-
-
Friday December 16 2011
-
Commit
10:12
Parivesh Pradhan created branch temp-c on maemo-af/maemo-video-thumbnailer
-
-
Wednesday December 14 2011
-
Push
08:59
Tomasz Kucharski pushed 14 commits to maemo-af/qsparql:endpoint_server_for_api_tests. View diff
endpoint_server_for_api_tests changed from 610e0c5 to 7c88fc9
-
Commit
08:58
Tomasz Kucharski created branch endpoint_server_for_api_tests on maemo-af/qsparql
-
-
Tuesday December 13 2011
-
Push
12:19
Parivesh Pradhan pushed 1 commit to maemo-af/maemo-video-thumbnailer:temp-b. View diff
temp-b changed from 968fe4c to 65e2fc9
-
Commit
12:08
Maitrey Mishra created branch temp-b on maemo-af/maemo-video-thumbnailer
-
-
Monday December 12 2011
-
Push
15:07
James Thomas pushed 2 commits to maemo-af/contextkit:master. View diff
master changed from 7921d95 to 9cd9e83
-
Push
12:49
ottela pushed 1 commit to maemo-af/maemo-video-thumbnailer:master. View diff
master changed from b3cc5df to 023bf08
-
Commit
09:41
-

