summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/master' into nextnextSimon McVittie2014-05-073-109/+91
|\
| * Updated Indonesian translationDirgita2014-04-221-54/+48
| |
| * Updated Spanish translationDaniel Mustieles2014-04-151-53/+41
| |
| * doap: update URLsPiotr Drąg2014-04-061-2/+2
| |
* | TpawAvatarChooser: adapt for tp_account_dup_avatar_asyncSimon McVittie2014-04-043-49/+52
| | | | | | | | | | | | In the process, switch TpawAvatarChooser's internal storage over to GBytes (reducing copying), and make tpaw_pixbuf_from_data more const-correct.
* | Remove INSTALL from gitSimon McVittie2014-04-022-370/+1
| | | | | | | | | | It's an unmodified Automake version, and autogen.sh overwrites it with the current Automake's version (which might be different).
* | TpawConnectionManagers: use TpClientFactory instead of TpDBusDaemonSimon McVittie2014-04-021-7/+8
| | | | | | | | Bug: https://bugs.freedesktop.org/show_bug.cgi?id=76828
* | Fix underlinkingSimon McVittie2014-03-271-0/+6
| | | | | | | | | | | | If we don't link the .la file to the libraries it depends on, every project that embeds this submodule will have to link to those libraries itself.
* | tpaw_account_settings_parameter_is_valid: use tp_vardict_has_keySimon McVittie2014-03-251-6/+3
| | | | | | | | Based on a patch by Guillaume Desmottes.
* | fixup! update for latest tp-glib API changesGuillaume Desmottes2014-02-251-2/+1
| |
* | update for latest tp-glib API changesGuillaume Desmottes2014-02-201-9/+16
| |
* | Merge branch 'master' into nextGuillaume Desmottes2014-02-2013-174/+371
|\ \ | |/ | | | | | | Conflicts: telepathy-account-widgets-uninstalled.pc.in
| * Updated Hebrew translationYosef Or Boczko2014-02-031-82/+180
| |
| * remove tpaw_make_color_whiter()Guillaume Desmottes2014-01-082-12/+0
| | | | | | | | | | | | It's not used any more. https://bugzilla.gnome.org/show_bug.cgi?id=710252
| * account-widget: use the "error" CSS class on wrong entriesGuillaume Desmottes2014-01-081-16/+6
| | | | | | | | | | | | | | | | | | | | That's the proper way to do as GTK+ defines this class for exactly this purpose. Our current code was pretty hacky anyway. This also has the nice side effect of fixing a bug making the text unreadable when selecting it from the entry. https://bugzilla.gnome.org/show_bug.cgi?id=710252
| * Use "Remember password" everywhereGuillaume Desmottes2014-01-066-8/+8
| | | | | | | | | | | | It shouldn't be "Remember Password" according to the HIG. https://bugzilla.gnome.org/show_bug.cgi?id=719889
| * pc: add gudev and cheese as Requires if neededGuillaume Desmottes2013-11-292-1/+15
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710919
| * Update Chinese simplified translation甘露(Gan Lu)2013-11-231-56/+158
| |
| * protocol: skip Haze's IRC implementationDebarshi Ray2013-11-011-0/+5
| | | | | | | | | | | | | | | | | | | | | | | | Users should be using Idle for IRC, and not Haze. This is implicitly codified in the widgets array kept in tpaw-account-widget.c. Otherwise, if Idle is absent we would still be advertising IRC support in the UI, only to crash immediately afterwards. All said and done, it is saner to support one single implementation of a protocol. https://bugzilla.gnome.org/show_bug.cgi?id=711226
* | Adapt for use of ABI versions in generated codeGuillaume Desmottes2013-10-283-3/+3
| | | | | | | | https://bugzilla.gnome.org/show_bug.cgi?id=710992
* | 'local-xmpp' protocol has been renamed 'local_xmpp'Guillaume Desmottes2013-10-253-3/+6
| |
* | build with telepathy-glib 1.0Guillaume Desmottes2013-10-233-6/+7
|/
* check for 0.22 deprecationsGuillaume Desmottes2013-10-231-3/+3
|
* stop using tp_account_is_prepared()Guillaume Desmottes2013-10-231-1/+1
| | | | It has been deprecated.
* include telepathy-glib-dbusGuillaume Desmottes2013-10-234-0/+5
| | | | Needed with 1.0
* Use AC_PROG_MKDIR_P and MKDIR_P instead of AM_PROG_MKDIR_P and mkdir_pGuillaume Desmottes2013-10-222-2/+2
| | | | | The latter are deprecated, and recent Automake makes a lot of noise about them.
* Updated Greek translationEfstathios Iosifidis2013-10-221-58/+162
|
* [l10n] Updated Catalan (Valencian) translationCarles Ferrando2013-10-131-58/+153
|
* [l10n] Update Catalan translationGil Forcada2013-10-131-58/+154
|
* wrap x11 specific codeArmin K2013-10-121-1/+7
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=708395
* prevent infinite loop if ContactInfo is not implementedGuillaume Desmottes2013-10-101-1/+10
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=709677
* Assamese translation updatedNilamdyuti Goswami2013-09-231-58/+171
|
* Updated Portuguese translationDuarte Loreto2013-09-231-60/+161
|
* l10n: Update Japanese translationvictory2013-09-221-70/+163
|
* Update French translationAlexandre Franke2013-09-161-2/+2
|
* Update French translationAlexandre Franke2013-09-161-55/+158
|
* Updated Danish translationAsk H. Larsen2013-09-161-57/+158
|
* Stop using libaccounts-glib deprecated functionsXavier Claessens2013-09-162-29/+26
|
* Updated German translationBenjamin Steinwender2013-09-141-56/+157
|
* Updated Belarusian translation.Ihar Hrachyshka2013-09-121-52/+148
|
* avatar-chooser: allow setting the pixel-size of button's imageDebarshi Ray2013-09-123-6/+48
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=707927
* Updated Hungarian translationGabor Kelemen2013-09-121-55/+167
|
* Updated Latvian translationRūdolfs Mazurs2013-09-121-55/+166
|
* Updated Indonesian translationAndika Triwidada2013-09-121-48/+38
|
* Updated slovak translationPavol Klačanský2013-09-111-22/+10
|
* Finnish translation updateTimo Jyrinki2013-09-111-57/+167
|
* Updated Russian translationYuri Myasoedov2013-09-091-68/+155
|
* Updated Korean translationChangwoo Ryu2013-09-091-51/+146
|
* Updated Serbian translationМирослав Николић2013-09-082-108/+320
|
* Updated Irish translationSeán de Búrca2013-09-061-151/+217
|