aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAge
* Catch exception if getting the provider information failsGuido Günther2011-08-14
| | | | | This can happen if the provider disappears from the mobile-broadband-provider-info db.
* Use message_type instead of typeGuido Günther2011-07-28
| | | | as Gtk.MessageDialog parameter
* Use GDBusGuido Günther2011-07-07
|
* Set correct prgnameGuido Günther2011-07-05
| | | | | | so gnome-shell finds the desktop file: http://live.gnome.org/GnomeShell/ApplicationBased
* Add application iconGuido Günther2011-07-05
|
* Wire up delete-eventGuido Günther2011-06-09
|
* Set application nameGuido Günther2011-06-09
|
* Add an about dialogGuido Günther2011-06-08
|
* Use main window with menu instead of dialogGuido Günther2011-06-08
|
* Add Category and enhance CommentGuido Günther2011-06-08
|
* src/ppm/Makefile.am: genereate __init__.py when Makefile changesGuido Günther2011-06-02
| | | | | so we catch updates of ./configure arguments. Otherwise __init__.py might have old content.
* accounts.db was missing from python_DATAGuido Günther2011-06-02
|
* Ship prepaid-manager-applet.inGuido Günther2011-05-25
| | | | Reported by: Ankur Sinha
* Add option parserGuido Günther2011-05-01
| | | | se we can enable debugging by default
* Set GSETTINGS_SCHEMA_DIR if running from source treeGuido Günther2011-05-01
|
* Store known providers and balance in gsettingsGuido Günther2011-05-01
| | | | based on the IMSI of the SIM card
* Website is GNOME WikiGuido Günther2011-04-25
|
* Handle providerdb parsing errorsGuido Günther2011-04-25
|
* Use PyGI instead of pygtkGuido Günther2011-04-25
| | | | and switch to GTK+3
* Line wrap USSD repliesGuido Günther2010-12-24
| | | | | Some provides such as Tchibo Mobil return messages way over 100 characters. Make sure we linewrap those.
* Initial commitGuido Günther2010-11-25