Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch '3g-db'HEADmasterAndrés Ambrois2010-08-305-34/+293
|\
| * Add config.py.in and update AC_CONFIG_FILES.Andrés Ambrois2010-08-303-0/+23
| | | | | | | | | | config.py is generated from config.py.in at configure time by autoconf, so it needs to be added to AC_CONFIG_FILES in configure.ac.
| * Show Country/Provider/Plan comboboxes if DB exists.Andrés Ambrois2010-08-301-34/+133
| | | | | | | | | | | | | | Display comboboxes for selecting a data plan for each country and provider if the mobile-broadband-providers-info package is installed. Populate the connection parameters with the info from the selected data plan.
| * Add models for detecting and parsing the providers DB.Andrés Ambrois2010-08-301-0/+137
| | | | | | | | | | | | | | has_providers_db() checks for the files needed and is used by the view to decide whether to show the combo boxes. The models are gtk.ListStore subclasses that parse the XML element they receive as a parameter in their constructors.
* | Merge branch 'mainline-master'Andrés Ambrois2010-08-304-45/+80
|\ \
| * | Release 0.89.6Tomeu Vizoso2010-08-301-1/+1
| | |
| * | AP: signal strength update not seperate from state change #2246Simon Schampijer2010-08-301-21/+20
| | |
| * |