Commit Graph

898 Commits

Author SHA1 Message Date
Yann Leboulanger ca1d2331d8 rename goojim iconset files 2014-03-25 14:46:47 +01:00
Fedor Brunner 3b629a52d2 "4096-bit MODP Group" from RFC3526, Section 5.
The prime is: 2^4096 - 2^4032 - 1 + 2^64 * { [2^3966 pi] + 240904 }

RFC3526 specifies a generator of 2.

The generation of the group is described in RFC 2412.

Fixes: #7644
2014-02-17 14:54:20 +01:00
Fedor Brunner 80cc75f575 New set of CA certificates is in cacert.pem, used only on Windows.
These CA certificates were copied from debian ca-certificates, which uses
certificates from Mozilla's trust store.

spi CA certificate has be removed, no server in xmpp.net list uses this
CA certificate.
https://xmpp.net/directory.php

I have removed these CA certificates with 1024-bit RSA public keys,
because Mozilla is planning to remove them in Q1 2014 :

Digital_Signature_Trust_Co._Global_CA_1.crt
Digital_Signature_Trust_Co._Global_CA_3.crt
Entrust.net_Secure_Server_CA.crt
Equifax_Secure_CA.crt
Equifax_Secure_eBusiness_CA_1.crt
Equifax_Secure_Global_eBusiness_CA.crt
GTE_CyberTrust_Global_Root.crt
NetLock_Business_=Class_B=_Root.crt
NetLock_Express_=Class_C=_Root.crt
RSA_Root_Certificate_1.crt
Thawte_Premium_Server_CA.crt
Thawte_Server_CA.crt
ValiCert_Class_1_VA.crt
ValiCert_Class_2_VA.crt
Verisign_Class_1_Public_Primary_Certification_Authority.crt
Verisign_Class_1_Public_Primary_Certification_Authority_-_G2.crt
Verisign_Class_2_Public_Primary_Certification_Authority_-_G2.crt
Verisign_Class_3_Public_Primary_Certification_Authority.crt
Verisign_Class_3_Public_Primary_Certification_Authority_-_G2.crt

See:
https://www.mozilla.org/en-US/about/governance/policies/security-group/certs/policy/
https://wiki.mozilla.org/CA:MD5and1024

I'm also removing TurkTrust CA certificates because of this security
incident:
https://blog.mozilla.org/security/2013/01/03/revoking-trust-in-two-turktrust-certficates/

TURKTRUST_Certificate_Services_Provider_Root_1.crt
TURKTRUST_Certificate_Services_Provider_Root_2007.crt
TURKTRUST_Certificate_Services_Provider_Root_2.crt

other/cacert.pem is used only on Windows. On Unix platforms
use CA certificates installed in /etc/ssl/certs
(python-nbxmpp loads CA certificates from /etc/ssl/certs directory)

Fixes #7629
2014-02-17 14:37:29 +01:00
Yann Leboulanger 7565fed0ca add missing signal. Fixes #7586 2013-12-14 09:57:50 +01:00
Yann Leboulanger fa90c358bb install dh4096.pem file. Fixes #7563 2013-11-17 09:40:21 +01:00
Yann Leboulanger d4c2fd4da8 [fedor] enable forward secrecy thanks to Diffie-Hellman parameters. Fixes #7555 2013-11-12 21:10:22 +01:00
Denis Fomin bc62cb1da8 [Darlan]Set layout_style of buttons Add (gtk-add) Remove (gtk-remove) to center. See #7491 2013-11-05 15:04:49 +04:00
Denis Fomin 1e8644f9e3 [Darlan]Set layout_style of buttons Add (gtk-add) Remove (gtk-remove) to center. Fixes #7491 2013-11-05 14:46:48 +04:00
Yann Leboulanger 22ea7bfcb8 re-add missing ... in menus. Fixes #7519 2013-10-30 21:33:31 +01:00
Denis Fomin 9d9bf6b81f Use Active instead of Enabled in Account Preferences. Fixes #7424 2013-10-22 23:59:53 +04:00
Denis Fomin 308f4c4a95 [Darlan] Add/Remove ... Fixes #7519 2013-10-22 13:43:34 +04:00
Denis Fomin 3a034e5aee [Darlan]Set layout_style of buttons Add (gtk-add) Remove (gtk-remove) to default. Fixes #7491 2013-10-16 00:05:16 +04:00
Denis Fomin d55cf76e3c Fix different background color for Birthday entry. Fixes #7239 2013-10-06 22:43:27 +04:00
Denis Fomin f10ee06bb3 Fix different background color for Birthday entry and Status entry. See #7239 2013-09-28 17:32:09 +04:00
Denis Fomin e0db6fe2a5 Fis transient for manage_proxies_window 2013-09-21 14:06:45 +04:00
Denis Fomin 2e57526198 Use underline for browse_for_client_cert_button 2013-09-21 13:53:19 +04:00
Denis Fomin 6124b8a691 set window_position for ACE,gajim_themes and manage_sounds windows 2013-09-21 13:45:24 +04:00
Denis Fomin 29b9637838 Fix buttons icons. See #7186 2013-09-20 20:26:56 +04:00
Denis Fomin 006a7250fd Fix send button. See #7186 2013-09-20 17:26:54 +04:00
Denis Fomin 5aad77a6a2 fix dialogs buttons. Do not "Show images on buttons". Fixes #7186 2013-09-20 14:41:56 +04:00
Denis Fomin 29c9e43f6d accounts and xml accounts creation dialogs. Do not "Show images on buttons". see #7186 2013-09-20 13:02:37 +04:00
Denis Fomin 8fd7348e24 remove account dialog. Do not "Show images on buttons". see #7186 2013-09-20 13:09:52 +04:00
Denis Fomin 84f23b0805 filetransfer and xml console dialogs. Do not "Show images on buttons". see #7186 2013-09-20 12:35:49 +04:00
Denis Fomin 2005fc4ac4 TransformChatToMUC dialog. Do not "Show images on buttons". see #7186 2013-09-20 12:27:41 +04:00
Denis Fomin b90fd7fdab Join Group Chat dialog. Do not "Show images on buttons". see #7186 2013-09-20 12:16:17 +04:00
Yann Leboulanger 2af5a235cf hide useless scrollbar. Fixes #7239 2013-08-25 19:03:15 +02:00
Yann Leboulanger 9ab803ca63 add markedmsgcolor option to GUI. Fixes #7436 2013-08-25 15:23:22 +02:00
Yann Leboulanger 2602955128 [Darlan] updated man pages. Fixes #7425 2013-08-24 17:58:22 +02:00
Yann Leboulanger 5809aa2b5a ability to show HTML in plugin descriptions 2013-08-16 14:53:17 +02:00
Yann Leboulanger 218892ee97 show scrollbar only when needed. Fixes #7239 2013-08-16 09:25:07 +02:00
Yann Leboulanger 3288a8361c [Tanguy Ortolo] add _Keywords field to gajim.desktop file 2013-08-15 23:21:24 +02:00
Denis Fomin 13c3009d43 Remove hscrollbar in XML console 2013-08-16 00:55:01 +04:00
Denis Fomin 0e45baf36b Set XML console input box height 2013-08-16 00:44:59 +04:00
Yann Leboulanger 2a23a484a0 Avoid him/her in strings. Fixes #7390 2013-08-15 10:36:25 +02:00
Yann Leboulanger 4671bba069 [Darlan] improve some strings. Fixes #7239 2013-08-15 10:33:27 +02:00
Yann Leboulanger 13e35d126c set minimum width for accounts list in accounts window 2013-08-14 14:32:58 +02:00
Denis Fomin db41acaf5d Reduce the width accounts window 2013-08-12 18:59:52 +04:00
Denis Fomin 4dab465386 Fix GPG settings for zeroconf. see #7239 2013-08-11 18:57:02 +04:00
Yann Leboulanger 452fbc6a54 move formattings button tooltip to the code to make it more precise. Fixes #7389 2013-07-29 10:54:48 +02:00
Yann Leboulanger 1ebea99258 update tooltip in groupchat window 2013-07-28 18:32:53 +02:00
Yann Leboulanger e388b94796 more tooltips in chat control 2013-07-24 10:06:58 +02:00
Denis Fomin 2d075e13cf Add missing tooltips again 2013-07-23 19:56:36 +04:00
Yann Leboulanger 1e1367417b add some title to windows. Fixes #7383 2013-07-15 15:34:14 +02:00
Yann Leboulanger a14c758d06 - regroup display PEP info in roster options
- add option to show positive XEP-0184 ack in message window. Fixes 7341
2013-05-12 21:32:29 +02:00
Denis Fomin ddbac25e19 PluginSystem. xhtml in available tab 2013-05-04 18:27:32 +04:00
Denis Fomin 71464bef56 coding style 2013-03-17 22:33:51 +04:00
Yann Leboulanger ef1d89bb95 ability to hide / show status changes in history window. Fixes #7255 2013-02-21 19:47:30 +01:00
Denis Fomin 9c28f79b5f Update services.xml from xmpp.net/services.xml Fixes #7310 2013-02-28 12:05:07 +04:00
Yann Leboulanger 2318a3b10c add a minimum height to status message textbox 2013-02-20 20:50:33 +01:00
Yann Leboulanger 14d703e154 nicer change status message window 2013-02-20 20:37:52 +01:00
Denis Fomin bc21294086 Add letters to dialpad in chat_control.ui. Fixes #7238 2013-02-15 00:29:16 +04:00
Denis Fomin 1a89bcc324 fix tab size 2013-01-29 01:11:25 +04:00
Denis Fomin 516f27e95e plugins_window.do not shrink vbox,expand plugin name coloumn 2013-01-28 01:32:17 +04:00
Yann Leboulanger e7babe4ae4 fix XML window 2013-01-26 19:40:59 +01:00
Denis Fomin 74b56cf3f2 fix gtk warning.Statusbar do not have property has_resize_grip 2013-01-12 23:05:29 +04:00
Denis Fomin 224284f735 Backed out changeset: a4cc671c889a 2013-01-08 14:54:11 +04:00
Denis Fomin 77d4843d62 Backed out changeset: 5bbc88f23675 2013-01-08 14:36:10 +04:00
Denis Fomin 2f30a6e080 fix edit groups dialog 2013-01-07 02:23:45 +04:00
Denis Fomin 415f614c7b fix contact submenu 2013-01-07 01:07:08 +04:00
Denis Fomin b23b4e54b0 fix submenu in roster and in statusicon 2013-01-06 18:50:10 +04:00
Yann Leboulanger ec6e9667fa disco entry is focusable 2013-01-05 17:16:07 +01:00
Yann Leboulanger b541736407 fix disco window (+ remove cmp() + some GTK3 changements) 2013-01-05 15:32:53 +01:00
Yann Leboulanger 89540b0c2e fix registering an account 2013-01-04 23:11:07 +01:00
Denis Fomin 04e92b0398 fix join gc dialog 2013-01-04 15:20:04 +04:00
Yann Leboulanger 80fcd4d577 fix history window 2013-01-03 23:30:17 +01:00
Denis Fomin 92ce48886c fix some windows 2013-01-02 20:57:20 +04:00
Denis Fomin e55985b498 fix join gc dialog 2013-01-02 13:32:17 +04:00
Denis Fomin f67f063769 fix gtk warning in chat_control 2013-01-02 00:31:13 +04:00
Yann Leboulanger e84168a88e fix some windows 2013-01-01 12:45:38 +01:00
Denis Fomin 3d278f814b fix preferences_window.ui 2013-01-01 04:25:12 +04:00
Denis Fomin f28d5574d0 fix plugin window 2012-12-31 20:13:35 +04:00
Yann Leboulanger a8d946bc96 more GTK3 fixes 2012-12-27 21:58:52 +01:00
Yann Leboulanger 8f71d9f219 start porting Gajim to gobject introspection and GTK3 2012-12-23 16:23:43 +01:00
Yann Leboulanger e5d809af50 change Name in gajim.desktop. Fixes #7256 2012-10-29 15:11:16 +01:00
Denis Fomin 004c0fbdf5 set the focus when the first tab is opened 2012-08-24 18:21:38 +04:00
Denis Fomin e56d5a5657 Add Keyboard Shortcuts menuitem to Help menu 2012-08-24 17:26:00 +04:00
Denis Fomin 688b3ca66f make button label ranslatable 2012-08-17 23:09:24 +04:00
Denis Fomin c6208e6167 Translatable window title (Contact Information.zeroconf). Fixes #7191 2012-07-12 22:21:58 +04:00
Denis Fomin 9c2573980a fix set parent window for ProfileWindow and ChoseGPGKeyDialog. 2012-07-06 01:38:18 +04:00
Denis Fomin f92b8e46d4 Set parent window for ProfileWindow. See #7184. 2012-07-05 23:53:51 +04:00
Denis Fomin 926b7d8514 Select root iter in the PluginsWindow treeview. set focus on close button when switch page. 2012-06-28 13:37:55 +04:00
Denis Fomin 83e7a8745b Don't ellipsize Family Name label in the profile window. 2012-06-28 13:15:52 +04:00
Denis Fomin 3ce659a593 Set focus on close button when switch preferences window page. 2012-06-28 13:03:56 +04:00
Denis Fomin 62b0f065dd Set focus on ok button when switch profile window page. 2012-06-28 12:49:54 +04:00
Denis Fomin 7e432b387b Set focus on close button when switch vcard page. 2012-06-28 12:38:43 +04:00
Yann Leboulanger cd4d2d5900 don't make preferences window too wide because of long audio / video strings 2012-04-18 14:00:16 +02:00
Yann Leboulanger 27ca6e13c5 make output of adhoc command selectable. Fixes #3697 2012-04-17 15:23:32 +02:00
Yann Leboulanger 444bed2784 ability to reset options to default value. Fixes #4465 2012-04-09 19:45:56 +02:00
Yann Leboulanger 75c495979c add XEP-0224 support (/attention command, persistant popup and special sound). F
ixes #3465
2012-04-09 13:38:28 +02:00
Yann Leboulanger 95c2d73684 don't translate useless strings 2012-03-18 19:58:22 +01:00
Yann Leboulanger 3a0aa4c7c6 fix some strings 2012-02-14 20:42:32 +01:00
Denis Fomin a1e369dde4 tooltip for button in history window 2011-12-18 22:02:31 +04:00
Denis Fomin 783cf55ba7 optimize history search. Fixes #6997 2011-12-18 21:28:47 +04:00
Denis Fomin 20849b4954 do not require gtk+ v 2.22 in glade file. Fixes #7058 2011-12-06 22:10:45 +03:00
Yann Leboulanger e88427e0f3 add missin pref window changes. Fixes #7023 2011-11-10 20:39:24 +01:00
Denis Fomin a574abb1a4 change the size of a 'info' button 2011-11-10 15:50:32 +03:00
Yann Leboulanger 7924407325 [ioerror and !] add GUI widget for send_time_info option.
don't send client version if send_os_info is False.
Fixes #7028
2011-11-06 20:40:54 +01:00
Denis Fomin 823d98a5ac add button icons in the account window 2011-10-17 18:03:30 +03:00
Yann Leboulanger 4ab2a6596b Fix hotkeys. Fixes #7012 2011-10-09 13:51:43 +02:00
Yann Leboulanger 55beaaa47e don't force to have a bigger roster window width. see #6967 2011-09-17 10:04:15 +02:00
Yann Leboulanger f51a7d6b8a increase defaultroster window width. Fixes #6967 2011-09-09 14:49:40 +02:00
Denis Fomin 25bd925644 plugins window redesign 2011-08-25 12:58:39 +03:00
Yann Leboulanger 94644a2ee3 ability to connect to a host that require a PCKS certificate that is encrypted. 2011-07-26 22:44:11 +02:00
Yann Leboulanger 9308d3af17 use our roster filter as soon as we type a letter. Fixes #5221 2011-07-23 23:18:17 +02:00
Yann Leboulanger d598cbb041 remove old way of doing advanced notification. 2011-06-13 23:06:43 +02:00
Yann Leboulanger be942a0270 don't open twice the same subscription request dialog. see #6762 2011-05-23 22:35:19 +02:00
Yann Leboulanger 56ef560510 change shortcut letter for actions -> send single message 2011-05-21 19:40:11 +02:00
Yann Leboulanger f01e2cdf2d fix dcraven images so top and bottom offset is the same on all images. Fixes #6870 2011-04-29 21:32:17 +02:00
Yann Leboulanger 829892f4c0 [misc] ability to request voice in moderated rooms. Fixes #2266 2011-04-26 15:54:46 +02:00
Julien Pivotto 203f8c76a0 change rfilter keyboard shorcut to ctrl+l because ctrl+i was already used. 2011-04-19 08:54:41 +02:00
Julien Pivotto 86e940e7a7 change rfilter stock icon from gtk-close to gtk-clear 2011-04-18 12:10:47 +02:00
Julien Pivotto b36881782d rename roster_filter_ to rfilter_. and special thanks to otradox for his patch. fix #5221 2011-04-18 12:04:47 +02:00
Julien Pivotto 390cea6c56 enable clearing search with the icon 2011-04-18 11:53:46 +02:00
Julien Pivotto 1493a7909c add icon to roster filter 2011-04-18 11:36:42 +02:00
Julien Pivotto f3e7c18749 Hide the roster_filter_entry better 2011-04-18 11:32:16 +02:00
Julien Pivotto a5c9c5fc4a use changed signal instead of insert_at_cursor 2011-04-18 10:29:32 +02:00
Julien Pivotto 53fed1a5f5 dynamic visibility of the filter 2011-04-18 10:25:32 +02:00
Julien Pivotto 13b8c75c7e Inset roster filter textentry 2011-04-18 10:00:06 +02:00
Julien Pivotto 304686ba21 GUI implementation of the menu item "Roster filtering" 2011-04-18 09:50:45 +02:00
Yann Leboulanger eb83680786 ability to invite a room occupant to another room if we know his real JID directly from the groupchat contact menu. Fixes #4443 2011-03-30 15:23:10 +02:00
Denis Fomin 357a2a5b2b Add markup for avatar lebels in vcard window 2011-03-27 21:41:10 +04:00
Denis Fomin df960e4a5d Add ypad for "User avatar:" label in vcard window 2011-03-27 21:36:17 +04:00
Yann Leboulanger 29c4f64285 [Dicson] make some dialogs of type "dialog" instead of "normal". Fixes #6840 2011-03-18 08:57:05 +01:00
Denis Fomin b865763f31 accounts window. small fix 2011-03-16 21:01:35 +03:00
Denis Fomin 90aa0ab08c manage bookmarks window.small fix 2011-03-16 20:56:53 +03:00
Denis Fomin e8805ce923 do not expand button in join_groupchat_window 2011-03-16 17:00:49 +03:00
Denis Fomin 95d426e136 Changing the design of privacy list window 2011-03-05 17:53:26 +03:00
Denis Fomin ae43834dc6 fixed incorrect width of conference participants list, when joining a new room and when manually resizing/maximizing gajim window in all-in-one mode 2011-02-08 19:04:18 +03:00
Denis Fomin e61f7aa4db Added 'show roster on startup' option. Fixes #6793 2011-02-04 23:52:03 +03:00
Yann Leboulanger b938b93041 Add keyboard shortbut to manage bookmarks window. Fixes #4700 2011-01-06 09:08:47 +01:00
Yann Leboulanger c3fdfc3a4b begining of handling jabber:iq:gateway namespace. see #6054 2010-12-15 21:15:00 +01:00
Yann Leboulanger ddb8238f73 [Éric Araujo] fix typo un plugins window 2010-12-13 14:24:01 +01:00
Denis Fomin 38abd6e6f9 add lost signal 2010-12-10 21:16:26 +03:00
Denis Fomin a33269ed75 Do not use a constant size for close tab button 2010-12-09 20:24:23 +03:00
Yann Leboulanger 1e097fc4d5 re-add used signal. 2010-11-27 18:21:31 +01:00
Denis Fomin 420d0f9ca4 remove unused signal 2010-11-27 17:10:59 +03:00
Denis Fomin bed900a1c8 Keep changing the width of the roster(when a gtk.Paned widget handle is dragged) 2010-11-16 13:56:12 +03:00
Yann Leboulanger b0189989a0 no need to redraw contacts when we change GTK style 2010-11-10 09:57:48 +01:00
Denis Fomin f0a3da0ad3 Recovering a lost signal.
Fix #6034
2010-11-15 02:32:16 +03:00
Denis Fomin 2c5cfd0673 plugins_window.ui - removed unused hbox
ftp_manager - small gui changes
2010-11-05 18:37:50 +03:00
Yann Leboulanger c999acc9cb correct use of stock item 2010-11-01 21:40:03 +01:00
Yann Leboulanger 76bf05f533 [Dicson] Fix getting the name of widgets. Fixes #6026 2010-11-01 21:34:17 +01:00
Yann Leboulanger ebde7d4333 [Dicson] ellipsize plugins homepage button. Fixes #6025 2010-11-01 14:35:32 +01:00
Yann Leboulanger 457156cc0e put (group)chat controls in a hbox to be more extensible 2010-10-27 11:39:45 +02:00
Yann Leboulanger 76962db81f update servers.xml from xmpp.org. Fixes #5797 2010-10-05 10:51:15 +02:00
Yann Leboulanger 8d2fafd40d remove ununsed signal from gtk builder file. Fixes #5954 2010-09-30 09:12:07 +02:00
Yann Leboulanger dc26f29db3 add Deutsche Telekom Root CA 2 vert. Fixes #5937 2010-09-24 19:25:04 +02:00
Alexander Cherniuk ae9d234dec Add missing tooltips. Thanks to Dicson. Fixes #5924. 2010-09-19 10:41:19 +03:00
Yann Leboulanger 096b8f3d91 [Dicson] ability to install from zip / uninstall plugin. Fixes #5906 2010-09-14 19:31:35 +02:00
Yann Leboulanger 3e2bfd67a3 use xdg-open if available. Thanks to polymorphm forthe initial patch. Fixes #5874 2010-09-08 15:25:36 +02:00
Yann Leboulanger b5b6474b96 show MUC configuration form title in the MUC config window. Fixes #5886 2010-09-08 08:56:06 +02:00
Yann Leboulanger 8d3419e815 better string in pref window. Fixes #5883 2010-09-06 15:18:41 +02:00
Yann Leboulanger 06da4df46f [Andrej A Antonov] Use correct word: System Tray -> notification area. Fixes #5864 2010-08-23 10:40:04 +02:00
Yann Leboulanger ca43e5441c merge message archiving branch. Fixes #3593 2010-08-11 18:43:41 +02:00
Yann Leboulanger 15acafdde7 Make a "@" string not translatable 2010-08-09 13:35:11 +02:00
Yann Leboulanger 8a7ffa42ee fix wrong widget name 2010-07-28 16:50:06 +02:00
Yann Leboulanger 6ceb3af784 improve some stings. Fixes #5822 2010-07-28 14:21:03 +02:00
Yann Leboulanger 05a1af2c55 merge plugin system to trunk 2010-07-28 14:11:46 +02:00
Yann Leboulanger 33a0835194 add gajim-history-manager manpage 2010-07-27 11:34:44 +02:00
Yann Leboulanger d9ee8ffbb3 missing commit of adhoc commnds ui file 2010-07-22 17:42:35 +02:00
Yann Leboulanger 796213c9cb merge with trunk 2010-07-19 19:53:29 +02:00
Yann Leboulanger f9e8b46e6c iability to show captcha when joining a groupchat with captcha. (TODO: download image when it's not in the message itself) 2010-06-27 23:09:07 +02:00
Yann Leboulanger 90411cad12 configure max width in tab label to avoid too big tabs 2010-06-27 23:04:49 +02:00
Yann Leboulanger 1cc05b156c improve jingle audio GUI 2010-06-20 22:48:49 +02:00
Yann Leboulanger 44d53c40cc ability to fix framerate and video size for jingle video. 2010-06-19 15:44:10 +02:00
Yann Leboulanger d58841cb2b [Dave Cridland] add XEP-0258 support. Great thanks for that! Fixes #5772 2010-06-07 19:11:44 +02:00
Yann Leboulanger 2c2e4201d7 merge from trunk 2010-05-25 16:33:40 +02:00
Yann Leboulanger fc5e91a039 [eMerzh and me] ability to restart a new adhoc command without closing / reopening the window. Fixes #5698 2010-05-12 10:18:52 +02:00
Yann Leboulanger f8ab01b418 check birthday date format when editing profile window. Fixes #5692 2010-05-11 16:58:53 +02:00
Yann Leboulanger 751caeaa42 remove unused gtk handlers. 2010-04-25 20:44:09 +02:00
Yann Leboulanger d44c30373f [Calamar and me]sasl-external c2s authentication. Fixes #5704 2010-04-18 20:43:40 +02:00
Éric Araujo 9b5ee1e13b convert tabs to spaces in source code thanks to reindent.py
Also use sed to remove now unneeded Vim lines, 2to3 -f ws_comma to fix
some whitespace, and fix some other madness manually.
2010-04-08 01:20:17 +02:00
Yann Leboulanger 1d6378e5c1 auto-enable XML logging when opening XML console, and destroy window on closing. Fixes #5664 2010-04-01 11:40:27 +02:00
Yann Leboulanger a082bb2b9f [halfmoon] fix missing translated strings in ui files. Fixes #5673 2010-03-23 13:49:41 +01:00
Yann Leboulanger 23ab28d76f restore combobox in disco window. Fixes #5656 2010-03-21 21:50:07 +01:00
Yann Leboulanger 63ff673f7d add missing signal to input dialog 2010-03-12 19:56:25 +01:00
Yann Leboulanger ff658ee144 reduce tab height. Fixes #5621 2010-02-26 22:51:42 +01:00
Yann Leboulanger e552333b85 Split room jid field in join groupchat dialog. Fixes #5528
Add browse rooms button in join groupchat dialog. Fixes #3546
2010-02-21 23:35:29 +01:00
Yann Leboulanger 00262e0963 [Zash] hotkey for Enable checkbutton in XML Console. Fixes #5608 2010-02-15 20:10:07 +01:00
Yann Leboulanger 57cd53aea1 rename gc_banner_status_image to banner_status_image so it's the same than schat control 2010-02-12 21:08:40 +01:00
Éric Araujo 0408b35cfb convert tabs to spaces in source code thanks to reindent.py
also use 2to3 -f ws_comma to fix some whitespace
2010-02-10 17:59:17 +01:00
Yann Leboulanger fcada2f98d remove unsued handler 2010-02-09 22:40:08 +01:00
Yann Leboulanger 062caecfc8 ability to show / hide roster from statusicon menu. Fixes #5557 2010-02-09 19:36:32 +01:00
Yann Leboulanger fa05d88b2b merge from default branch 2010-02-08 22:25:41 +01:00
Éric Araujo fedd7dc8e2 convert tabs to spaces in source code thanks to reindent.py
holy diff batman!
2010-02-08 15:08:40 +01:00
Yann Leboulanger 6406a9d710 ability to open rename dialog twice when we cancel first instance. Fixes #5587 2010-02-03 21:16:38 +01:00
Yann Leboulanger b56de4fea8 fix groups combobox in add contact dialog. Fixes #5584 2010-01-29 19:16:48 +01:00
Yann Leboulanger ebf9407c5d improve subscription request message, ability to save it. Fixes #2176 2010-01-27 17:23:37 +01:00
Yann Leboulanger b893d5daaa removed unused callback from glade file 2010-01-25 19:35:13 +01:00
Yann Leboulanger faca096b56 add StartCom's Root CA Certificate. Fixes #5569 2010-01-25 18:54:43 +01:00
Yann Leboulanger 69d53e0907 [Zash] Fix underline in some menus. Fixes #5575 2010-01-24 20:00:46 +01:00
Yann Leboulanger b90fbd5fd3 fix handler name in pref window 2010-01-24 01:01:13 +01:00
Yann Leboulanger 5192ad2c28 remove unused signals 2010-01-24 00:39:35 +01:00
Yann Leboulanger 08756fdb69 add missing window in dataform_window.ui. Fixes #5573 2010-01-24 00:31:49 +01:00
Yann Leboulanger 0d20787e09 restore icons in menus 2010-01-23 20:42:23 +01:00
Yann Leboulanger ac535f708c fix history window usage. Fixes #5571 2010-01-23 13:03:44 +01:00
Yann Leboulanger 3862678303 fix widget id 2010-01-22 21:55:03 +01:00
Yann Leboulanger 99872d8ff8 split message_window.ui to separate chat_control.ui and groupchat_control.ui 2010-01-22 21:17:59 +01:00
Yann Leboulanger 956accf010 Bye bye glade, Hi gtk builder. Fixes #4945 2010-01-22 19:57:59 +01:00
Yann Leboulanger 3a76966c14 merge from default branch 2010-01-19 16:37:14 +01:00