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
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
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
É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
a19cbbfc9d
remove pysexy dependance, PyGTK2.18 supports links in gtk.Label
2010-01-12 22:30:46 +01:00
Yann Leboulanger
183eedd654
[zimio] filter in/out/stanza type in XML console. Fixes #4785
2010-01-08 16:10:37 +01:00
Yann Leboulanger
c1d0013cb0
ability to discover STUN server with SRV records of jabber server
2010-01-07 18:02:05 +01:00
Yann Leboulanger
95137bae06
[Tony] print idle time in tooltip. see #5528
2010-01-06 23:12:56 +01:00
Thibaut GIRKA
b82f829b10
Import socket in jingle_rtp, fixes typo in 'stun_server', connect changed signal of stun_server_entry Fixes #5502
2009-12-10 22:02:03 +01:00
Yann Leboulanger
07be0727de
[Florob] show in roster and message window geolocalisation of a contact. Fixes #5485
2009-12-07 18:32:42 +01:00
Yann Leboulanger
619518204c
ability to change mic volume through GUI (doesn't work for the moment)
2009-12-02 21:37:21 +01:00
Yann Leboulanger
8bb1aaf382
connect jingle keys (for dtmf) through code instead of glade
2009-12-02 21:21:18 +01:00
Yann Leboulanger
98e1ab5637
add new GUI to control audio connection. (NOTE: sliders do nothing for the moment)
2009-12-02 10:17:33 +01:00
Yann Leboulanger
002b8a720f
finish using icon theme. Fixes #2378
2009-12-01 15:50:58 +01:00
Yann Leboulanger
5401b457d5
add stun_server option in pref window.
2009-11-30 21:10:24 +01:00
Bruno Tarquini
fe8bd2b027
autotools: remove confusing variables ${datadir} and DATADIR.
...
Those variables were confusing because autoconf usually defines DATADIR to
PREFIX/share and gajim uses both defs.datadir=PREFIX/share/gajim and
gajim.DATA_DIR=PREFIX/share/gajim/data.
Now, autoconf will use PKGDATADIR for setting the (renamed) defs.basedir
variable which will be used to set gajimpaths['DATA_DIR'] and
gajimpaths['ICONS_DIR'] in configpaths.py
Gajim will also looks for the ${GAJIM_BASEDIR} environment variable instead of
${datadir} which was really too generic (no namespace).
2009-11-28 12:54:41 +01:00
Yann Leboulanger
1ac0b7959d
remove useless .ico file
2009-11-28 14:12:47 +01:00
Bruno Tarquini
f01a3a7272
autotools: cleanup Makefile.am for data/* and icons.
...
use autotools tricks:
nobase_ prefix -> hiearchical installation
dist_ prefix -> include files in dist archive
2009-11-28 12:54:38 +01:00
Bruno Tarquini
6123687dda
autotools: add a new autoconf variable: ${gajim_srcdir}.
...
It expanded version is GAJIM_SRCDIR.
It indicate where pyfiles will be installed (for now: PREFIX/share/gajim/src).
simplify src/Makefile.am by using nobase_ and dist_ prefix.
nobase_ allows hiearchical installation instead of flat directory
installation.
2009-11-28 12:54:30 +01:00
Yann Leboulanger
5f58e2a9ac
save audio / video input / output device in config
2009-11-27 23:11:17 +01:00
Yann Leboulanger
8b3276cc12
prepare preference audio / video tab
2009-11-27 22:17:24 +01:00
Yann Leboulanger
ad46e61663
move icons folder on top of tree, as it will be once installed
2009-11-27 20:31:53 +01:00
Yann Leboulanger
5b10d8fe5c
base of using icon themes. see #2378
2009-11-27 16:42:32 +01:00
Yann Leboulanger
bafca7579f
[Dmitry Korzhevin] new tango emoticon set. Fixes #5421
2009-11-20 13:49:56 +01:00
Yann Leboulanger
e617b134b2
Alt-a -> Alt-d to open advanced action menu in (group)chat control. Fixes #5387
2009-11-10 21:50:11 +01:00
Yann Leboulanger
994e3895a7
fix handler name in glade to change correct color when changing incoming nick color. Fixes #5372
2009-11-08 17:49:07 +01:00
Yann Leboulanger
d70b74e6b6
[Gotham48] add nice icons to toggle audio / video
2009-11-08 10:08:15 +01:00