aboutsummaryrefslogtreecommitdiff
path: root/src/ppm
Commit message (Collapse)AuthorAge
* Trim error messageGuido Günther2020-07-02
| | | | | | We split off the DBus name since that is of no use to the user. This will need more work.
* Fix modem enablementGuido Günther2020-04-06
| | | | | This got broken when switching to the ModemManager1 API. Instead of checking the error, check state upfront.
* Get modem and ussd interfaces asyncGuido Günther2020-04-06
|
* mmproxy: Introduce modem objectGuido Günther2020-04-06
| | | | This allows us to keep needed interfaces around
* No need to register types anymoreGuido Günther2020-04-06
|
* Make intial setup asyncGuido Günther2020-04-06
| | | | | This avoids stalling the UI. We mark async dbus calls with a 'dbus_' prefix from now on.
* Introduce and use app_idGuido Günther2020-03-31
|
* Use gresource for ui filesGuido Günther2020-03-31
| | | | This will make referencing them simpler
* modemproxy: Remove code that's never reachedGuido Günther2020-03-31
|
* modemproxy: Make flake8 happyGuido Günther2020-03-31
|
* accountdb: Make flake8 happyGuido Günther2020-03-31
|
* provider: Make flake8 happyGuido Günther2020-03-31
|
* Providerdb: make flake8 happyGuido Günther2020-03-31
|
* Switch to python3Guido Günther2020-03-31
|
* Remove autotools supportGuido Günther2020-03-31
|
* Switch to mesonGuido Günther2020-03-31
| | | | Modernize the files that need updating for that.
* Port to ModemManager >= 0.7Lubomir Rintel2020-03-30
|
* Catch error to list modemsGuido Günther2014-02-15
|
* Remove unused importGuido Günther2013-09-04
|
* Remove FSF addressGuido Günther2012-08-29
| | | | since it changes from time to time. Use an URL instead.
* Check if imsi is validGuido Günther2012-01-05
|
* Display country name instead of country codeGuido Günther2011-12-28
|
* modemproxy: Don't load D-Bus properties or connect signalsGuido Günther2011-12-28
| | | | we're only interested in the methods.
* Fetch length top-up code attribute from providerdb if availableGuido Günther2011-12-27
|
* Remove trailing whitespaceGuido Günther2011-12-27
|
* Use Infobar instead of modal dialogsGuido Günther2011-12-27
|
* Fix modem_{enable,disable} callbacksGuido Günther2011-12-26
| | | | The weren't passed no as they should.
* Adjust to GObject 3.0Guido Günther2011-09-26
|
* Fix typoGuido Günther2011-09-26
|
* Use a consistent timeout for MM DBus callsGuido Günther2011-08-19
|
* 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 an about dialogGuido 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
|
* Store known providers and balance in gsettingsGuido Günther2011-05-01
| | | | based on the IMSI of the SIM card
* Handle providerdb parsing errorsGuido Günther2011-04-25
|
* Use PyGI instead of pygtkGuido Günther2011-04-25
| | | | and switch to GTK+3
* Initial commitGuido Günther2010-11-25