aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy-gtk/empathy-account-widget-irc.c
Commit message (Expand)AuthorAgeFilesLines
* Make use of tp-glib debug system.xclaesse2008-05-011-11/+10
* Use empathy_file_lookup for glade files since some are in libempathy-gtk/ and...xclaesse2008-03-171-1/+5
* Don't hardcode path to uninstalled files, use EMPATHY_SRCDIR env var instead.xclaesse2008-03-041-2/+2
* rename empathy_irc_network_add_server to empathy_irc_network_append_serverGuillaume Desmottes2008-02-181-1/+1
* no need to get label widgets anymoreGuillaume Desmottes2008-02-181-7/+0
* check if network != NULL before trying to set its charsetGuillaume Desmottes2008-02-171-1/+2
* use gtk_list_store_insert_with_values instead of gtk_list_store_append + gtk_...Guillaume Desmottes2008-02-171-12/+19
* fallback to DATADIR if global networks file wasn't found in UNINSTALLED_IRC_DIRGuillaume Desmottes2008-02-171-0/+6
* remove GtkSizeGroupGuillaume Desmottes2008-02-171-11/+0
* rename account_widget_irc_button_network_clicked_cb to account_widget_irc_but...Guillaume Desmottes2008-02-171-3/+4
* remove empathy_irc_network_manager_store as saving is now automaticGuillaume Desmottes2008-02-161-1/+0
* rename irc_network_dialog_show to empathy_irc_network_dialog_showGuillaume Desmottes2008-02-111-1/+1
* document empathy_account_widget_irc_newGuillaume Desmottes2008-02-111-0/+8
* Merge commit 'xclaesse/ircGeneric' into ircGuillaume Desmottes2008-02-111-78/+8
|\
| * Update for new API.Xavier Claessens2008-02-111-2/+1
| * Make use of new generic API for account, fullname, password and quit-message ...Xavier Claessens2008-02-111-78/+9
* | add charset supportGuillaume Desmottes2008-02-111-1/+11
|/
* implement new networkGuillaume Desmottes2008-02-081-8/+37
* factor out server params settingGuillaume Desmottes2008-02-081-81/+54
* remove the New.. entry from the comboboxGuillaume Desmottes2008-02-081-110/+41
* add a add-network buttonGuillaume Desmottes2008-02-081-0/+11
* remove the account from EmpathyIrcNetwork as we don't use itGuillaume Desmottes2008-02-081-2/+1
* update server, port and ssl settingsGuillaume Desmottes2008-02-081-1/+40
* update network name from treeview when network dialog is closedGuillaume Desmottes2008-02-081-2/+29
* add 2 TODOGuillaume Desmottes2008-02-081-0/+1
* change EmpathyIrcNetworkDialog API to fit general dialog APIGuillaume Desmottes2008-02-081-10/+3
* set EmpathyAccountWidgetIrc to its own moduleGuillaume Desmottes2008-02-081-360/+3
* set irc network dialog transient and modalGuillaume Desmottes2008-02-081-3/+11
* Move networks model populing to account_widget_irc_setup so we don't have to ...Guillaume Desmottes2008-02-081-51/+59
* gtk_tree_model_get args have to be terminated by -1 not NULLGuillaume Desmottes2008-02-081-1/+1
* implement add/remove serversGuillaume Desmottes2008-02-081-16/+95
* allow to edit network's nameGuillaume Desmottes2008-02-081-0/+16
* allow to edit servers settingsGuillaume Desmottes2008-02-081-1/+104
* display servers info in the treeviewGuillaume Desmottes2008-02-081-0/+20
* IRC widget: Create the servers storeGuillaume Desmottes2008-02-051-7/+76
* don't hardcode user's networks fileGuillaume Desmottes2008-02-041-3/+7
* IRC widget: don't hardcode user's networks file pathGuillaume Desmottes2008-02-041-2/+12
* IRC widget: destroy edit network dialog when closing the windowGuillaume Desmottes2008-02-041-0/+8
* IRC widget: display edit network dialogGuillaume Desmottes2008-02-041-1/+78
* IRC widget: properly remove the networkGuillaume Desmottes2008-02-031-6/+17
* IRC widget: start to implement network removalGuillaume Desmottes2008-02-031-1/+22
* IRC widget: add network to the network mgr when we create a new oneGuillaume Desmottes2008-02-031-0/+1
* create a new network if there is already a configured account using an unknow...Guillaume Desmottes2008-02-031-33/+55
* IRC widget: set port and ssl param tooGuillaume Desmottes2008-02-031-3/+18
* set server paramGuillaume Desmottes2008-02-021-5/+28
* IRC widget: select the networkGuillaume Desmottes2008-02-021-0/+28
* IRC widget: get charset paramGuillaume Desmottes2008-02-021-0/+2
* IRC widget: find network using srv addressGuillaume Desmottes2008-02-021-0/+19
* IRC widget: save password settingGuillaume Desmottes2008-02-021-0/+5
* remove old rotten codeGuillaume Desmottes2008-02-021-60/+2
* IRC widget: save settingsGuillaume Desmottes2008-02-021-16/+51
* setup IRC account widgetGuillaume Desmottes2008-02-011-59/+26
* some code cleanupGuillaume Desmottes2008-01-271-9/+16
* remove useless function declarationsGuillaume Desmottes2008-01-261-40/+0
* remove the network id from the storeGuillaume Desmottes2008-01-261-15/+21
* remove debug printGuillaume Desmottes2008-01-251-2/+0
* empathy-account-widget-irc: instantiate the IRC network managerGuillaume Desmottes2008-01-251-18/+27
* fix copyright and relicense IRC files to LGPLGuillaume Desmottes2008-01-251-11/+12
* add empathy-account-widget-irc.[ch]Guillaume Desmottes2007-12-261-0/+447