summaryrefslogtreecommitdiff
path: root/wizard
Commit message (Collapse)AuthorAgeFilesLines
* Add PIN code for Navman GPS OneBastien Nocera2010-03-251-0/+3
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=613698
* Fix strings containing “/” not being translatedBastien Nocera2010-02-171-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=608488
* Make BluetoothInput a singletonBastien Nocera2010-02-171-2/+12
|
* Remove last use of BlingSpinner in the wizardBastien Nocera2009-12-071-2/+2
|
* Use the GTK+ spinner instead of our ownBastien Nocera2009-12-011-5/+4
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=598439
* Separate make check and make allBastien Nocera2009-11-301-0/+2
|
* Fix building input helper when GTK+ has no xi supportBastien Nocera2009-11-271-2/+2
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=603068
* Stop start-up notification when presenting running windowsBastien Nocera2009-11-251-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=602861
* Select the device again once pairedBastien Nocera2009-11-231-0/+3
| | | | | As it might not be selected any more if we had to destroy its pairing.
* Don't install test programBastien Nocera2009-11-171-1/+3
|
* More ignore/type-checking for the input helperBastien Nocera2009-11-171-14/+68
|
* Add first pass at an X input devices monitorBastien Nocera2009-10-284-1/+336
| | | | Should allow us to implement the keyboard/mouse setup helper.
* Use visible in the UI rather than discoverableBastien Nocera2009-10-211-1/+1
| | | | | As mentioned in the table at: BluetoothSecureSimplePairingUserTerminologyWhitepaper.pdf
* Fix SMP buildBastien Nocera2009-09-291-1/+1
|
* Fix some stringsPhilip Withnall2009-09-281-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=593564
* Move the pin handling code into a new library, libwizardJoshua Lock2009-09-241-2/+8
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=596201
* s/setup/set up/Philip Withnall2009-09-191-1/+1
| | | | See https://bugzilla.gnome.org/show_bug.cgi?id=593564
* Fix pairing with devices that require PIN entryBastien Nocera2009-09-111-0/+1
| | | | | | | | | If a device that has a fixed PIN was selected before a device that doesn't have one (for example, select a printer or audio headset, before selecting a phone), then the automatic_pincode would have been TRUE. We need to reset the automatic_pincode every time we change devices.
* Bug 593777 - duplicate object id in ui fileBastien Nocera2009-09-011-1/+1
| | | | Rename duplicate label1 to label3 (which is unused)
* Fix remaining translation issues of bug #590679.Andre Klapper2009-08-231-2/+2
|
* Bug 590679 – Please review strings for translationBastien Nocera2009-08-101-1/+1
| | | | Add a few comments for translators.
* Bug 589681 – Failed to connect to deviceBastien Nocera2009-07-261-1/+1
| | | | | Change the warning to be a message, and remove the "file a bug" part of the string.
* Bug 589730 – Tell about pressing Enter when pairing keyboardBastien Nocera2009-07-261-1/+5
|
* Bug 589731 – Use quotes, not chevronsBastien Nocera2009-07-261-1/+1
| | | | And fix broken po files with missing bits of the escaped XML.
* Remove useless header for extra configBastien Nocera2009-07-152-44/+17
| | | | It drags attention away from the rest of the text.
* Bug 588619 – Make summary page use consistent namingBastien Nocera2009-07-152-6/+6
| | | | Use "new device setup" more, as used in the preferences dialogue.
* Bug 588618 – Use PIN instead of passkeyBastien Nocera2009-07-153-54/+54
| | | | Because people don't know what a passkey is.
* Make sure the wizard is called the same everywhereBastien Nocera2009-07-151-3/+3
| | | | The same in the wizard, the applet and the properties.
* Export the error from a CreatePairedDevice callBastien Nocera2009-07-151-0/+1
| | | | So that the front-end can show a nice error to the user.
* Add support for Philip's GPS receiverBastien Nocera2009-07-091-0/+1
|
* Add translator comments for matches/does not match buttonsClaude Paroz2009-07-071-2/+2
|
* Fix crasher when selecting a non-resolved deviceBastien Nocera2009-06-291-1/+3
| | | | | If we selected a device in the wizard before its name was resolved, we would crash checking whether the device name matched.
* Make some parts of BluetoothClient availableBastien Nocera2009-06-291-0/+1
| | | | To simplify enumeration in other applications.
* Don't try to get a pincode when there's no device selectedBastien Nocera2009-06-251-1/+1
| | | | | When we lose the devices, the selection goes to NULL, thus, we can't have a pin for it.
* Fix duplicate widget name in wizardBastien Nocera2009-06-241-2/+4
|
* Don't show pincode in page when it was user selectedBastien Nocera2009-06-191-0/+1
|
* Fix assertion pairing a GPS deviceBastien Nocera2009-06-191-1/+5
|
* Remove non-translatable strings from translatableBastien Nocera2009-06-171-2/+2
|
* Mark a few wizard strings to wrapBastien Nocera2009-06-161-2/+7
|
* Remove some dead code and sync stringsBastien Nocera2009-06-162-16/+7
|
* Fix the display_callback caseBastien Nocera2009-06-161-4/+10
|
* Remove debugBastien Nocera2009-06-161-17/+0
|
* Add finishing pageBastien Nocera2009-06-162-22/+109
| | | | | To show a "finishing setup" label and nice spinner, until we finish connecting to the device.
* More churn, kill label_setupBastien Nocera2009-06-162-75/+28
| | | | And prepare for "Finishing" page.
* Fix handling of legacy pairing devices with fixed PINBastien Nocera2009-06-161-22/+25
| | | | Fixed pairing my mouse!
* Add "Connecting" page for SSPBastien Nocera2009-06-162-42/+160
| | | | and later for devices that don't have a pincode
* Small string changesBastien Nocera2009-06-161-3/+3
|
* Zero the context on SSP pairing buttonsBastien Nocera2009-06-161-1/+9
|
* Clean up old state when restarting pairingBastien Nocera2009-06-161-1/+9
|
* Clean up codeBastien Nocera2009-06-161-36/+57
|