aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | empathy.c: document how the reference on the newly created EmpathyChat is man...Guillaume Desmottes2009-10-231-2/+9
|/
* ft-manager: allow closing the dialog with C-w or EscJonny Lamb2009-10-231-0/+17
* Set default font from Gnome system if not set in the style.Matěj Cepl2009-10-231-9/+73
* use empathy_released to check if we are releasing or notGuillaume Desmottes2009-10-231-9/+12
* Enable extra error CFLAGS in tests/Guillaume Desmottes2009-10-231-0/+1
* Enable extra error CFLAGS in libempathy/Guillaume Desmottes2009-10-231-0/+1
* Enable extra error CFLAGS in libempathy-gtk/Guillaume Desmottes2009-10-231-0/+1
* Enable extra error CFLAGS in src/Guillaume Desmottes2009-10-231-0/+1
* disable -Wstrict-prototypes as some GTK+ headers are buggedGuillaume Desmottes2009-10-231-1/+2
* remove m4/acinclude.m4Guillaume Desmottes2009-10-231-65/+0
* copy error flags from GabbleGuillaume Desmottes2009-10-231-1/+40
* add m4/as-compiler-flag.m4Guillaume Desmottes2009-10-231-0/+33
* copy version management from GabbleGuillaume Desmottes2009-10-231-1/+21
* empathy-protocol-chooser: don't cache TpConnectionManagerProtocol in the storeGuillaume Desmottes2009-10-231-28/+47
* Merge branch 'trivia'Guillaume Desmottes2009-10-2224-283/+300
|\
| * empathy-avatar-chooser.c: fix identationGuillaume Desmottes2009-10-221-2/+2
| * empathy-utils.c: fix casting issuesGuillaume Desmottes2009-10-221-6/+8
| * empathy-tp-contact-list.c: fix shadow declaration and uint comparaisonGuillaume Desmottes2009-10-221-6/+6
| * empathy-tp-contact-factory.c: fix casting issueGuillaume Desmottes2009-10-221-1/+1
| * empathy-time.c: fix shadow declarationGuillaume Desmottes2009-10-221-4/+4
| * empathy-status-presets.c: fix casting issuesGuillaume Desmottes2009-10-221-10/+10
| * empathy-log-store-empathy.c: fix casting issuesGuillaume Desmottes2009-10-221-12/+13
| * empathy-irc-network-manager.c: fix casting issuesGuillaume Desmottes2009-10-221-22/+29
| * empathy-dispatcher.c: fix shadow declarationsGuillaume Desmottes2009-10-221-123/+122
| * empathy-contact-groups.c: fix casting issuesGuillaume Desmottes2009-10-221-10/+11
| * empathy-connection-managers.c: fix shadow declarationsGuillaume Desmottes2009-10-221-14/+14
| * empathy-chatroom-manager.c: fix casting issuesGuillaume Desmottes2009-10-221-8/+12
| * empathy-account-settings.c: fix uint comparaisonGuillaume Desmottes2009-10-221-4/+4
| * empathy-nautilus-sendto.c: fix shadow declarationGuillaume Desmottes2009-10-221-1/+1
| * totem-subtitle-encoding.c: fix shadow declarationsGuillaume Desmottes2009-10-221-13/+13
| * empathy-ui-utils.c: fix shadow declarationGuillaume Desmottes2009-10-221-4/+4
| * empathy-theme-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-221-4/+4
| * empathy-theme-boxes.c: fix shadow declarationsGuillaume Desmottes2009-10-221-3/+3
| * empathy-theme-adium.c: fix uint comparaisonsGuillaume Desmottes2009-10-221-2/+2
| * empathy-status-preset-dialog: fix uint comparaisonsGuillaume Desmottes2009-10-221-2/+2
| * empathy-contact-widget.c: fix shadow declarationsGuillaume Desmottes2009-10-221-11/+11
| * empathy-chat-text-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-221-5/+5
| * empathy-avatar-image.c: fix a casting issueGuillaume Desmottes2009-10-221-1/+2
| * empathy-avatar-chooser.c: fix casting issuesGuillaume Desmottes2009-10-221-16/+18
| * empathy-account-widget.c: fix uint comparaisonGuillaume Desmottes2009-10-221-1/+1
* | fix a comment so the style checker is happy (#599243)Guillaume Desmottes2009-10-221-1/+1
* | Updated Thai translation.Theppitak Karoonboonyanan2009-10-221-4/+4
|/
* empathy-account-settings: fix CLAMP usageGuillaume Desmottes2009-10-221-7/+9
* empathy-location-manager.c: fix shadow declarationsGuillaume Desmottes2009-10-211-45/+45
* empathy-contact-list-view.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-211-6/+6
* empathy-contact-list-store.c: fix shadow declarationsGuillaume Desmottes2009-10-211-4/+3
* empathy-tp-chat.c: fix shadow declarationGuillaume Desmottes2009-10-211-2/+2
* empathy-contact: cast data pointersGuillaume Desmottes2009-10-211-2/+4
* empathy-account-manager.c: fix uint comparaisonGuillaume Desmottes2009-10-211-1/+1
* empathy-irc-server: the port is a guintGuillaume Desmottes2009-10-211-1/+1
* Updated Lithuanian translation.Žygimantas Beručka2009-10-211-102/+73
* Merge commit 'kaserf/master'Guillaume Desmottes2009-10-211-1/+6
|\
| * Ignoring non installed languagesFelix Kaser2009-10-211-1/+6
* | Also allow Esc to close debug window and map view.Jonny Lamb2009-10-212-3/+4
* | Add Ctrl-w keybinding to close map window.Jonny Lamb2009-10-211-0/+17
|/
* Stop building libempathy{,-gtk} as a shared library. Closes bug #599086Jonny Lamb2009-10-216-135/+65
* Stop building gtk-doc documentation. Closes bug #599087Jonny Lamb2009-10-2116-394/+1
* src/ephy-spinner.c: remove useless guint comparaisonsGuillaume Desmottes2009-10-201-3/+2
* src/empathy.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
* src/empathy-sidebar.c: fix shadow declarationsGuillaume Desmottes2009-10-201-12/+13
* src/empathy-main-window.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-7/+9
* src/empathy-preferences.c: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-3/+1
* src/empathy-import-pidgin: cast strings to (xmlChar *) when neededGuillaume Desmottes2009-10-201-3/+4
* src/empathy-import-mc4-accounts.c: fix uint comparaisonGuillaume Desmottes2009-10-201-1/+1
* src/empathy-debug-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-2/+2
* src/empathy-chat-window: fix shadow declarations and uint comparaisonsGuillaume Desmottes2009-10-201-16/+16
* empathy-call-window: fix shadow declarationsGuillaume Desmottes2009-10-201-4/+4
* Don't display any icon if we have been disconnectedGuillaume Desmottes2009-10-201-5/+15
* empathy-chat-window: update the tab icon when the TpChat is disconnected (#59...Guillaume Desmottes2009-10-201-1/+11
* Re-add python.m4 as it may be needed for AM_PATH_PYTHON.Jonny Lamb2009-10-201-0/+66
* Merge branch 'slatez-applets'Jonny Lamb2009-10-2021-1129/+0
|\
| * Remove the panel applets. (Closes bug #599042)Jonny Lamb2009-10-2021-1129/+0
* | Remove python bindings. (Closes bug #599039)Jonny Lamb2009-10-2017-6480/+0
|/
* Updated Russian translationLeonid Kanter2009-10-201-792/+1606
* release.py: stop hardcoding the GNOME username used for uploadsGuillaume Desmottes2009-10-201-1/+9
* Correctly lookup project page for release notesXavier Claessens2009-10-201-2/+2
* Updating Estonian translationMattias Põldaru2009-10-201-23/+61
* Updated Spanish translationJorge González2009-10-201-38/+38
* Use the contacts alias in the information dialogSjoerd Simons2009-10-201-1/+2
* Ensure we don't try to register invalid bus namesSjoerd Simons2009-10-201-5/+6
* Unset pending_call explicitly instead of implicitlySjoerd Simons2009-10-201-2/+11
* empathy_call_window_setup_avatars: pass a weak object to empathy_tp_contact_f...Guillaume Desmottes2009-10-191-1/+1
* Merge commit 'maiku/bug_598332'Guillaume Desmottes2009-10-191-20/+33
|\
| * Move destruction of connections from finalize to dispose.Mike Ruprecht2009-10-151-8/+12
| * Remove the weak_object parameter when requesting channels.Mike Ruprecht2009-10-151-8/+10
| * Cancel outstanding channel requests if connection to the CM is lost.Mike Ruprecht2009-10-141-4/+11
* | rename contact_list_store_finalize to contact_list_store_disposeGuillaume Desmottes2009-10-191-4/+9
* | empathy-contact-list-store: remove the setup idle cb when store is destroyedGuillaume Desmottes2009-10-191-1/+7
* | empathy-call-window: use empathy_signal_connect_weak to connect the peak-leve...Guillaume Desmottes2009-10-191-2/+3
* | empathy_account_settings_get_tp_params: don't raise an error if tp_protocol i...Guillaume Desmottes2009-10-191-1/+9
* | empathy-account-settings: don't cache the TpConnectionManagerProtocolGuillaume Desmottes2009-10-191-6/+12
* | Make calling empathy without options idempotentSjoerd Simons2009-10-191-6/+21
* | Explain the -h option betterSjoerd Simons2009-10-191-2/+2
* | Fix assertion when closing a call window after CM crashed.Mike Ruprecht2009-10-191-2/+1
* | Updated Hungarian translationGabor Kelemen2009-10-191-1/+1
* | Updated Greek documentation translationJennie Petoumenou2009-10-171-921/+3604
* | idle: work around the case if the session doesn't tell us when we go idle (fi...Jonny Lamb2009-10-171-6/+17
* | debug-window: add C-w keybinding to close the windowJonny Lamb2009-10-171-0/+18
* | Updated Spanish translationJorge González2009-10-171-66/+52
* | Merge branch 'trrrrrrrrrrrrrivia'Jonny Lamb2009-10-172-9/+9
|\ \
| * | empathy-import-mc4-accounts: no need to add newlines to DEBUG callsJonny Lamb2009-10-171-7/+7
| * | connectivity: small fix to a debug messageJonny Lamb2009-10-171-2/+2
* | | Updated Brazilian Portuguese translation.André Gondim2009-10-161-131/+138
|/ /
* | presence-chooser: remove "\n"s from DEBUG callsJonny Lamb2009-10-161-5/+5
* | presence-chooser: make the entry not editable when we are offlineJonny Lamb2009-10-161-0/+5
* | Updated Swedish translationDaniel Nylander2009-10-161-123/+761
* | Updated Swedish translationDaniel Nylander2009-10-161-58/+59
* | Updated French translation (and merged from gnome-2-28)Claude Paroz2009-10-161-154/+204
* | Make sure -h is respected when there were no mc4 accounts to importSjoerd Simons2009-10-151-1/+1
* | Factor out free-ing the message list.Cosimo Cecchi2009-10-151-4/+11
* | Implement a cache for debug logs (#596101).Cosimo Cecchi2009-10-151-54/+220
* | Don't try to double free the avatar data (#598423).Cosimo Cecchi2009-10-151-31/+11
* | Use new API in the test.Cosimo Cecchi2009-10-151-1/+1
* | Make sure the account manager is completely unreffed when exitingSjoerd Simons2009-10-151-1/+5
* | Let empathy -a show the assistant if applicableSjoerd Simons2009-10-151-11/+52
* | When starting hidden don't show the assistantSjoerd Simons2009-10-151-4/+5
* | Show the assistant if there are no non-salut accountsSjoerd Simons2009-10-153-10/+41
* | Use a nicer callback nameSjoerd Simons2009-10-151-5/+6
* | Use empathy_signal_connect_weakSjoerd Simons2009-10-151-16/+10
* | make the presence chooser insensitive no accounts are enabledSjoerd Simons2009-10-151-3/+58
* | accounts_dialog_add_account: connect notify::display-name using empathy_signa...Guillaume Desmottes2009-10-151-11/+3
* | copy empathy_signal_connect_weak from telepathy-gabbleGuillaume Desmottes2009-10-152-0/+90
* | Updated Greek translation.Kostas Papadimas2009-10-141-640/+809
* | Use the protocol display name for new account namesSjoerd Simons2009-10-141-1/+4
|/
* Updated Czech translation by Marek CernockyPetr Kovar2009-10-141-5/+5
* Fix typo, correctly set the description of the sound being played.Xavier Claessens2009-10-121-1/+1
* Merge branch 'refactor-context-menu'Gustavo Noronha Silva2009-10-122-126/+122
|\
| * Refactor context menu code to use new HitTestResult APIGustavo Noronha Silva2009-10-102-126/+122
* | Updated Tamil translationdrtvasudevan2009-10-111-199/+296
* | Updated Hungarian translationGabor Kelemen2009-10-111-123/+128
* | Updated Hungarian translationGabor Kelemen2009-10-111-34/+60
* | Updated Czech translation by Jan DrabekPetr Kovar2009-10-101-768/+869
* | Updated Spanish translationJorge González2009-10-101-99/+171
* | Improved French translationClaude Paroz2009-10-101-15/+17
* | Updated Italian translationMilo Casagrande2009-10-101-91/+124
|/
* Add missing ; to make it build.Xavier Claessens2009-10-091-1/+1
* Updated Bulgarian translationAlexander Shopov2009-10-071-92/+153
* Updated Catalan translationGil Forcada2009-10-061-744/+985
* Removed leak with g_string_free, added comment for 0xFFFCGabriel Millaire2009-10-061-1/+4
* accounts_dialog_account_display_name_changed_cb: check that accounts_dialog_m...Guillaume Desmottes2009-10-061-0/+3
* Updated Thai translation.Theppitak Karoonboonyanan2009-10-051-783/+1683
* Merge branch 'fix-headers-597293'Guillaume Desmottes2009-10-053-19/+0
|\
| * upgrade Python bindingsGuillaume Desmottes2009-10-051-15/+0
| * remove empathy_account_manager_remove from header; function has been removedGuillaume Desmottes2009-10-051-3/+0
| * remove empathy_tp_contact_list_can_add from header; function has been removedGuillaume Desmottes2009-10-051-1/+0
* | Merge branch 'contact-info'Xavier Claessens2009-10-051-1/+1
|\ \ | |/ |/|
| * Fix the contact information dialog's window.Xavier Claessens2009-10-051-1/+1
* | Rename HAVE_NBTK to HAVE_MOBLIN.Xavier Claessens2009-10-053-32/+34
|/
* add myself as maintainerGuillaume Desmottes2009-10-052-0/+9
* Updated Slovenian translationMatej Urbančič2009-10-041-36/+62
* Updated German doc translationMario Blättermann2009-10-031-268/+577
* Updated italian translationMilo Casagrande2009-10-031-6/+7
* Updated Swedish translationDaniel Nylander2009-10-031-132/+179
* Updated Italian translationMilo Casagrande2009-10-031-70/+101
* Updated German translationMario Blättermann2009-10-031-113/+136
* empathy-accounts-dialog: 'Create' button should be 'Next' on MoblinGuillaume Desmottes2009-10-031-2/+3
* Remove the logic that re-applies the original enabled value.Cosimo Cecchi2009-10-031-17/+4
* empathy-account-widget: document that the 'Account:' string is moblin specificGuillaume Desmottes2009-10-031-0/+1
* Fix a typo in a string.Cosimo Cecchi2009-10-031-1/+1
* Change strings for the remove dialog on the moblin build.Cosimo Cecchi2009-10-031-0/+10
* Rename the Connect button to "Log in" on Moblin.Cosimo Cecchi2009-10-031-0/+7
* Bring up notifications until the conversation is accepted (#597125)Rob Bradford2009-10-021-7/+0
* fix coding stylesGuillaume Desmottes2009-10-021-17/+15
* empathy-status-icon: check if notification daemon supports actionsGuillaume Desmottes2009-10-021-1/+21
* initialize libnotify earlier in main()Guillaume Desmottes2009-10-021-1/+2
* Add a "Respond" button to notifications to provide a positive action (#589408)Rob Bradford2009-10-021-0/+19
* add event type to EmpathyEvent (#589409)Guillaume Desmottes2009-10-022-26/+46
* Merge branch 'chain'Cosimo Cecchi2009-10-011-145/+3
|\
| * Chain up to the parent class render, instead of copying it.Cosimo Cecchi2009-10-011-145/+3
* | Merge commit 'gabriel/fix-581488'Dafydd Harries2009-10-013-1/+58
|\ \ | |/ |/|
| * Fixed a leak of strGabriel Millaire2009-10-011-2/+2
| * Fix after reviewGabriel Millaire2009-10-012-34/+33
| * Fix copy clipboard to show smileys and to show name and time when using theme...Gabriel Millaire2009-10-013-1/+59
* | Return if the renderer has no pixbuf.Cosimo Cecchi2009-10-011-0/+3
* | empathy.schemas.in: s/criterium/criterion (#594308)Guillaume Desmottes2009-10-011-2/+2
* | Rephrase geolocation preferences (#585957)Pierre-Luc Beaudoin2009-10-011-4/+4
|/
* Even if Next*.html are missing, we have to use the appendNextMessage js funct...Xavier Claessens2009-09-301-5/+8
* Respect "DisableCombineConsecutive" adium theme setting. Fixes bug #596317Xavier Claessens2009-09-301-3/+6
* Make the correct fallbacks in case of missing html files in an Adium theme. F...Xavier Claessens2009-09-301-50/+51
* Don't rely on EmpathyAccountManager to be ready.Cosimo Cecchi2009-09-301-37/+62
* Rename the Create button to Add on moblin.Cosimo Cecchi2009-09-301-0/+3
* Disable account creation on moblin.Cosimo Cecchi2009-09-301-0/+8
* Add a spacing of 6 between the buttons.Cosimo Cecchi2009-09-301-0/+1
* Make sure the Add and Import buttons are always the same height.Cosimo Cecchi2009-09-301-19/+27
* Don't expand/fill the import button.Cosimo Cecchi2009-09-301-0/+2
* Hide the action area if we're on moblin.Cosimo Cecchi2009-09-301-0/+8
* Add a vertical padding to the rows.Cosimo Cecchi2009-09-301-0/+3
* Use the property in the accounts dialog.Cosimo Cecchi2009-09-301-0/+3
* Add a "show-on-select" property.Cosimo Cecchi2009-09-302-60/+283
* Updated German doc translationMario Blättermann2009-09-301-1468/+1573
* Add an import button back to the accounts dialog.Cosimo Cecchi2009-09-282-1/+27
* Merge branch 'moblin'Cosimo Cecchi2009-09-283-5/+103
|\
| * Instant-apply the "enabled" setting.Cosimo Cecchi2009-09-281-9/+12
| * Add configure switches for nbtk (off by default).Cosimo Cecchi2009-09-282-0/+30
| * Add an optional NbtkGtkLightSwitch.Cosimo Cecchi2009-09-281-5/+70
* | Instant-apply the "enabled" setting.Cosimo Cecchi2009-09-281-9/+9
|/
* Updated Japanese translationKentaro Kazuhama2009-09-271-781/+1672
* Updated Italian translationMilo Casagrande2009-09-261-2/+2
* Updated Polish translationTomasz Dominikowski2009-09-251-246/+117
* Update POTFILES to match new nst plugin nameBastien Nocera2009-09-241-1/+1
* Add nautilus-sendto pluginBastien Nocera2009-09-245-0/+341
* Don't rely on the widget allocation to be != 0.Cosimo Cecchi2009-09-241-2/+12
* Updated Spanish translationJorge González2009-09-241-60/+48
* Fix little coding styleXavier Claessens2009-09-241-1/+1
* Bump GLib requirement to 2.22.0Xavier Claessens2009-09-241-1/+1
* Revert "Revert "Remove deprecated call to g_mapped_file_free()""Xavier Claessens2009-09-241-8/+1
* Merge branch 'missing-icon'Cosimo Cecchi2009-09-241-0/+8
|\
| * Don't show the "missing" image (#595921).Cosimo Cecchi2009-09-241-0/+8
* | Don't always show the main window (#596044).Cosimo Cecchi2009-09-231-2/+0
|/
* Merge branch 'contact-id'Xavier Claessens2009-09-231-1/+1
|\
| * Init contact_id to NULL to silent some stupid compilators. It can't really be...Xavier Claessens2009-09-231-1/+1
* | Cancel existing group animation before starting anotherWill Thompson2009-09-231-0/+7
|/
* Add a Best fit button to the map view (#584034)Olivier Le Thanh Duong2009-09-222-0/+33
* Do not use math.h for trunc(). It is useless and it does not build because we...Xavier Claessens2009-09-221-6/+2
* Bump version to 2.29.1Xavier Claessens2009-09-221-1/+1
* Update python bindingsXavier Claessens2009-09-222-0/+138
* Update NEWSXavier Claessens2009-09-221-0/+57
* [help] Commenting out copyright info for nowShaun McCance2009-09-2242-0/+84
* Merge commit 'istaz/handle_none'Xavier Claessens2009-09-213-15/+14
|\
| * Fallback to the contact id if present when there is no room id for empathy_tp...Olivier Le Thanh Duong2009-09-213-15/+14
* | Add StreamMedia channelfilters with InitialAudio and InitialVideoSjoerd Simons2009-09-201-0/+21
* | Set the ice-udp capability directly as wellSjoerd Simons2009-09-201-1/+3
* | Updated Bulgarian translationYavor Doganov2009-09-201-338/+654
* | Updating Estonian translationMattias Põldaru2009-09-191-25/+15
* | maithili updateRajesh Ranjan2009-09-182-0/+2816
* | Merge branch 'idle-state'Jonny Lamb2009-09-182-3/+30
|\ \
| * | presence-chooser: only listen to EmpathyIdle::notify::stateJonny Lamb2009-09-181-1/+1
| * | idle: wait for the account manager to be ready before setting initial stateJonny Lamb2009-09-181-2/+29
* | | Added Ukrainian translationMaxim V. Dziumanenko2009-09-181-379/+680
|/ /
* | Updated Romanian translationLucian Adrian Grijincu2009-09-181-975/+1778
* | Don't paste if the remote contact is disconnected (#595417).Cosimo Cecchi2009-09-171-0/+7
* | Iterate avatar tokens with a GHashTableIterWill Thompson2009-09-171-30/+19
* | Get rid of the last two _run_ calls in EmpathyWill Thompson2009-09-171-31/+29
* | Updated Lithuanian translationŽygimantas Beručka2009-09-171-433/+833
* | Updated Finnish translationIlkka Tuohela2009-09-161-526/+657
* | Fix indentation of previous patchXavier Claessens2009-09-161-1/+3
* | empathy_avatar_new takes ownership of arguments. Do not free filename.Xavier Claessens2009-09-161-2/+2
* | Update Polish translationTomasz Dominikowski2009-09-161-1/+1
* | Update Polish translationTomasz Dominikowski2009-09-161-27/+27
* | Updated Polish translationPiotr Drąg2009-09-161-39/+40
* | Updated Polish translationPiotr Drąg2009-09-161-9/+10
* | Updated Slovenian translationMatej Urbančič2009-09-161-2/+2
* | Updated Slovenian translationMatej Urbančič2009-09-161-924/+1831
* | Updated Galician TranslationAntón Méixome2009-09-161-369/+669
* | Adding as to LINGUAS and adding new Assamese translations.Amitakhya Phukan2009-09-162-0/+2855
* | Only handle manually text channels.Cosimo Cecchi2009-09-161-0/+6
* | Dispatch existing channels once we initialize the connection.Cosimo Cecchi2009-09-161-0/+21
* | Updated Hungarian translationGabor Kelemen2009-09-161-74/+92
* | Updated Bengali India TranslationsRuna Bhattacharjee2009-09-161-70/+105
|/
* Updated Hebrew translationYaron Shahrabani2009-09-161-155/+128