Commit Graph

658 Commits

Author SHA1 Message Date
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
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 a59011138b merge diff from default 2009-11-25 21:15:36 +01:00
Yann Leboulanger bafca7579f [Dmitry Korzhevin] new tango emoticon set. Fixes #5421 2009-11-20 13:49:56 +01:00
Mateusz Biliński 70731dbab7 Merged default branch into plugin-system branch. 2009-11-14 21:15:27 +01:00
Yann Leboulanger e4128f5c29 merge from default 2009-11-13 19:45:11 +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
Yann Leboulanger dec49976c4 Use a separate label in RIE dialog instead of a stock button. This way we can change label easily. 2009-11-05 22:20:45 +01:00
Yann Leboulanger 09496b1fbd [Gotham48] added new wroop iconset 2009-11-01 09:43:31 +01:00
Yann Leboulanger 4824db0923 [Grigroy] align colors buttons. Fixes #5385 2009-10-31 22:57:14 +01:00
Yann Leboulanger 4ae64ff6e6 ability to configure out/inmsgtxt color in preference window. Fixes #5372 2009-10-31 19:03:03 +01:00
Thibaut GIRKA 1c33d42158 Merge default to jingle 2009-10-29 10:19:58 +01:00
Yann Leboulanger 5716ba5fd5 remove some deprecated iconsets. Fixes #5284 2009-10-28 13:20:27 +01:00
Yann Leboulanger 3bf4420ce3 rename roster_contact_context_menu.glade to contact_context_menu.glade 2009-10-27 19:02:14 +01:00
Yann Leboulanger 5a51f09491 merge roster_contact_context_menu.glade, chat_control_popup_menu.glade and zeroconf_contact_context_menu.glade 2009-10-27 18:58:27 +01:00
Thibaut GIRKA ab6510db38 merge default branch to jingle 2009-10-16 17:19:33 +02:00
Yann Leboulanger 2472a9556d support XEP-0016 (privacy lists) "block all" feature. Fixes #4552 2009-10-16 15:58:21 +02:00
Yann Leboulanger 95047d3e50 add an enable checkbutton in accounts window for normal accounts too. Fixes #4489 2009-10-06 11:23:31 +02:00
Yann Leboulanger a6a9a647b2 add a checkbutton in join groupchat dialog to decide if we want to bookmark the room. Fixes #5245 2009-10-05 15:29:37 +02:00
Yann Leboulanger a8eedfc781 ability to accept contents and not only session 2009-09-26 10:29:08 +02:00
Yann Leboulanger a57448d083 fix some missing things in video GUI 2009-09-25 15:29:22 +02:00
Yann Leboulanger 32965a948e new GUI to start audio and video sessions. TODO: ability to add/remove audio/video content to an existing session 2009-09-25 13:52:44 +02:00
Thibaut GIRKA 6b99db8980 merge default branch to jingle 2009-09-19 16:35:47 +02:00
Yann Leboulanger f5b1c2dca7 improve GUI for jnigle 2009-09-17 22:21:06 +02:00
Yann Leboulanger 12baddbdc3 start of GUI stuff for VOIP 2009-09-17 14:48:15 +02:00
Yann Leboulanger 7d7ca4d4ae always expand lines in disco window, increase default disco window width. Fixes #3877 2009-09-10 13:54:44 +02:00
Yann Leboulanger 1f7b19180d merge default branch to jingle 2009-09-08 12:01:09 +02:00
Yann Leboulanger 682d6f838a add account combobox to join groupchat dialog when we try to join a groupchat from another chat / groupchat. Fixes #3344 2009-09-02 23:45:16 +02:00
Yann Leboulanger da799bcb59 add ad hoc commands for zeroconf. Fixes #2819 2009-08-30 00:57:49 +02:00
Yann Leboulanger 8fcaa914e1 ability to use anonymous authentication 2009-08-05 20:53:58 +02:00
Anaël Verrier c7dbcdac65 * renamed a label in message archiving preferences window 2009-08-05 17:41:42 +02:00
Anaël Verrier 59e25b92c8 * fixed a bug in item archiving preferences window (the notes in sections 2.2.2.2 and 2.2.3.3 in XEP-0136 say when we change OTR to 'require' we must change save value to 'false') 2009-08-02 22:29:19 +02:00
Anaël Verrier 690c5e82ed * second draft of message archiving preferences window 2009-07-31 19:16:03 +02:00
Yann Leboulanger 86233550ac add upercase to Show Roster menuitem 2009-07-29 21:25:19 +02:00
Yann Leboulanger 91bb7421da add some jabber server to server list. Fixes #5189 2009-07-29 20:47:00 +02:00
Yann Leboulanger 718218d80e remove ugly border in roster 2009-07-29 15:37:38 +02:00
Anaël Verrier 7922426464 * first draft of message archiving preferences window
* fixed a bug in ConnectionArchive.append_or_update_item prototype
2009-07-19 16:39:07 +02:00
Yann Leboulanger 19e302b918 bosh port must now be included in bosh URI 2009-07-17 11:20:28 +02:00
Yann Leboulanger 235c4d9ab8 * ask only once at a time to change our nickname in a room in case of conflict
* add a checkbutton to use the entered nickname by default without asking anymore. Fixes #5141
2009-07-17 09:53:15 +02:00
Anaël Verrier ee59f1754b * added an entry in the roster menu to display archiving preferences window
* now we check service discovery features for message archiving
2009-07-15 20:44:34 +02:00
Yann Leboulanger 36d16d1eb0 include gajim.svg in tarball 2009-07-11 09:58:06 +02:00
Yann Leboulanger 99c74ab6a2 add gajim.svg in /usr/share/pixmaps. Fixes #5139 2009-07-07 14:27:55 +02:00
Yann Leboulanger b19d4e63f3 add missing facebook icon 2009-06-28 16:01:43 +02:00
Yann Leboulanger a49eea24ab ability to block / unblock MUC occupants. Fixes #5051 2009-06-27 12:29:55 +02:00
Yann Leboulanger fda322706b [Spike411] Facebook iconset for Gajim. A great thanks to Jakub Szypulka for is iconset: http://cubestuff.wordpress.com/2008/05/21/facebook-goes-tango/ 2009-06-27 09:50:50 +02:00
Mateusz Biliński 18f62376e1 Increased border size in Roster Item Exchange Dialog (to 6px). 2009-06-23 00:39:28 +02:00
Mateusz Biliński 56fe27be26 Fixed glade file for Roster Item Exchange. Button have fixed sized and are aligned right. Instead of 'OK' label, currently proper text for each action is displayed ('Add', 'Modify', 'Delete') 2009-06-22 20:21:39 +02:00
Mateusz Biliński 94bef05710 Fixed glade file for Roster Item Exchange. Currently only treeview with items expands vertically. 2009-06-22 19:20:41 +02:00
Mateusz Biliński 38fa0be12a [roidelapluie] Added initial support for Roster Item Exchange (XEP-0144) based on ticket #378. Only handling NS_ROSTERX 'set' operations is supported and tested as of now. 2009-06-21 03:43:57 +02:00
Jonathan Schleifer bc6b033ecf Forgot to remove some OS X stuff. 2009-06-15 22:04:11 +02:00
Mateusz Biliński 7b0a099feb Merge plugin-system with default branch. 2009-06-13 23:25:46 +02:00
Yann Leboulanger 0ed983bd87 we always build gajim-remote, so always built manpage for gajim-remote 2009-06-10 09:47:06 +02:00
Mateusz Biliński 018bda5a5f Merged default branch with plugin-system branch. Not all elements are fully
functional. This should be considered as sync commit.
2009-06-07 00:00:03 +02:00
Yann Leboulanger e412cd1dfb remove GTK warning 2009-04-25 17:23:09 +00:00
Yann Leboulanger 4c754a00ea add activity / mood in change status dialog. Fixes #4419 2009-04-12 18:13:37 +00:00
Yann Leboulanger f6d2e23016 add blabla.kz server to servers list. Fixes #4950 2009-04-05 15:28:48 +00:00
Yann Leboulanger 5615402a73 get new .ico file from 0.12 branch 2009-03-11 18:58:10 +00:00
Yann Leboulanger 68b26fda17 fix GTK warning with spinButton 2009-03-11 07:28:21 +00:00
Yann Leboulanger 39e2491224 hide tabs in account creation wizard 2009-03-06 05:55:50 +00:00
Yann Leboulanger 8f4d15f527 remove no more used code. Fixes #4853 2009-03-05 20:14:08 +00:00
Yann Leboulanger 8aa62e2658 reorder username and server fields in add account wizard. Fixes #4853 2009-03-01 16:40:20 +00:00
Yann Leboulanger eb9580e985 fix focus in account creation wizard. Fixes #4835 2009-03-01 14:34:18 +00:00
Yann Leboulanger bdee736978 fix focus problem in pref window. see #4835 2009-03-01 14:28:55 +00:00
Yann Leboulanger 521239377b option to disable sound when we are busy. Fixes #2256 2009-02-13 21:14:50 +00:00
Yann Leboulanger 95d7e157da handle (un)subscription events as messages (don't force to popup a window) Fixes #2243 2009-02-13 19:35:30 +00:00
Yann Leboulanger e11e3b01ba revert wrong commit. Fixes #4802 2009-02-11 19:58:52 +00:00
Yann Leboulanger 353fc7ced7 [Dicson] fix contact time line in vcard. Fixes #4799 2009-02-11 18:02:25 +00:00
Yann Leboulanger ba9836af65 [brubru] Load LOCALEDIR from configure (with defs.py). see #4770 2009-02-11 10:46:07 +00:00
Yann Leboulanger 7c96178126 add XEP-202 in vcard window. Fixes #4007 2009-02-10 21:45:44 +00:00
Yann Leboulanger 5e2c8da594 new show_only_active_contact option. Fixes #3497 2009-01-30 07:53:26 +00:00
Yann Leboulanger e1ae6ea0fe ability to hide systray icon when there is no pending events. Fixes #4645 2009-01-25 09:19:24 +00:00
Yann Leboulanger 7a8b5aa309 move sound preferences in a separate window 2009-01-24 14:01:15 +00:00
Yann Leboulanger 7627c24142 don't show tabs in accounts window 2009-01-18 12:56:03 +00:00
Yann Leboulanger 5bf5675e7f remove useless glade file 2009-01-18 12:53:13 +00:00
Yann Leboulanger f5bb2a4c0d [Niklas and I] improved mnemonic shortcut in accounts and proxy windows. 2009-01-18 12:50:27 +00:00
Yann Leboulanger 93b63ea843 don't move the "more" expander in vcard window when we expand / collapse it. Fixes #4652 2009-01-09 07:18:26 +00:00
Yann Leboulanger 5c8c6933a0 add signification of $S and $T in autoaway status message tooltips. Fixes #4617 2009-01-06 09:43:52 +00:00
Yann Leboulanger 23b9bba4b7 [Volegost & polymorphm] new mrim icons. Fixes #4575 2008-12-20 10:38:14 +00:00
Yann Leboulanger b317ffcdae merge BOSH branch to trunk 2008-12-15 21:06:08 +00:00
Yann Leboulanger 49c4c4ee79 hide tabs in account creation windows. Fixes #4572 2008-12-11 20:49:49 +00:00
Yann Leboulanger 3fa82faaf4 remove useless features button in accoutn creation wizard 2008-12-10 08:47:16 +00:00
Yann Leboulanger 13a2d98bcf add ukrainian server 2008-12-04 07:00:52 +00:00
Julien Pivotto 5a31ba2ef0 Very basic integration of xHtml GUI 2008-11-14 11:13:15 +00:00
Yann Leboulanger 72277c52c2 missing glade file in previous commit 2008-11-11 20:14:05 +00:00
js 5b1eb90557 Handle bookmark button in chat window like we handle add contact. 2008-11-10 20:06:28 +00:00
js 254dcd2f1c Added new activities. 2008-11-08 22:26:05 +00:00
js 216c865732 Updated mood icons. 2008-11-08 22:13:20 +00:00
Yann Leboulanger dbaaca08b8 Ctrl+T -> Alt+T to change subject. Fixes #4432 2008-11-02 14:28:17 +00:00
js e3b2ee4ea6 Updated moods to version 1.2 of the XEP. 2008-10-30 19:01:26 +00:00
js 4ffd63d8ab Rename wrongly named activity. 2008-10-24 17:19:49 +00:00
js 54535f9e61 Rederick updated his activity icons. 2008-10-23 14:10:34 +00:00
js 72f30bd80b Complete activity icon set.
Special thanks to Rederick Asher!
Fixes #4140.
2008-10-22 14:21:57 +00:00
Yann Leboulanger db2bcb43e6 don't allow focus on click on action button in chat / groupchat control. Fixes #4415 2008-10-21 10:04:18 +00:00
Yann Leboulanger 22cc993fa7 ability to sort by status in roster and in muc separatly. Fixes #3823 2008-09-26 15:22:16 +00:00
Brendan Taylor f640e7c860 add verified/not verified title text to the body of the esession dialog 2008-09-12 05:25:10 +00:00
js f4f87b0401 Fix the 2 pixels that were off in thoughtful.png. 2008-09-10 18:05:14 +00:00
Yann Leboulanger 3826f3dbba [avm] updated russion translation:
- Many punctuation fixes
 - remove "please" (like in the GNOME project).
	The translation guidelines at
	http://gnome.org.ru/wacko/TranslationPrinciples
	warn against using "пожалуйста" (please)
	in Russian technical texts.
 - change voice/aspect of some verbs
 - Fix a space before bang in a string.
	AFAIK, French is the only language to use " !",
	all other languages use exclamation marks without
	spaces (certainly true for English!).
2008-09-10 11:25:34 +00:00
Yann Leboulanger 9a8dd5db02 show better icon for send file menuitems / buttons. Fixes #4282 2008-09-08 11:27:37 +00:00
Yann Leboulanger 49b5986fe0 escape < in glade when using markup 2008-08-29 11:54:07 +00:00
Yann Leboulanger 851798a74d rename and remove had the same shortcur in manage sub-menu 2008-08-28 13:38:53 +00:00
Julien Pivotto 1c2ce732b1 E2E dialogs
* String changes
* Improve SAS visibility
* Add ability to re-verify
* espace text and buttons
* Should fix #3468
2008-08-28 13:14:54 +00:00
Yann Leboulanger 2b5139cfcf use Ctrl+Shift+A to open acctouns window. Fixes #3894 2008-08-26 15:28:15 +00:00
js 10e386121b Fix #4087. 2008-08-26 13:32:44 +00:00
Yann Leboulanger ef4eb3e291 [Florob] ESC in accounts window now works. Fixes #4225 2008-08-26 09:41:14 +00:00
Yann Leboulanger 6cbb010330 let GTK guess service registration window size. Fixes #4234 2008-08-25 11:30:11 +00:00
js 150d109434 Sort activities. 2008-08-14 14:49:03 +00:00
Julien Pivotto 34d7aacdf8 Inlarge account window to fit with the french translation. Fix #4198. 2008-08-14 13:39:31 +00:00
Julien Pivotto 05ddfa3cda update server list 2008-08-13 22:54:03 +00:00
Julien Pivotto 3eb1b551e5 Nicer E2E dialog 2008-08-13 21:25:26 +00:00
Julien Pivotto e3428713e3 Add some 32x32 icons for MUC 2008-08-12 19:04:24 +00:00
Yann Leboulanger bf9ca5e24a add a comment for translators 2008-08-11 20:23:32 +00:00
js 1ee9a5bff2 These are the official activity icons by Rederick Asher. The ones
before were also taken from him, but they weren't officially thought
for activities (I just picked a few of his icons and used them for
activities). He will also do icons for the subactivities! Thanks a
lot, Rederick!
2008-08-11 13:56:19 +00:00
js ff129a19a0 Just a test if this is more user friendly. If not, revert. 2008-08-05 00:51:08 +00:00
js 186c5d4bce Turns out our activity icons were NOT those of Rederick Asher.
He did a few icons, but no activity icons. Fortunately, among these
icons where icons I could use for every category.
Anyway, Rederick Asher promised to do a complete set of icons for
activity - thanks in advance here!
2008-08-04 02:32:47 +00:00
Yann Leboulanger 27e248fbcf [Shutnik] set widgets insensitive in manage bookmark window by default. fixes #4172 2008-08-03 21:15:10 +00:00
js 8605cd3f38 For historical reasons, we have a tab width of 3. This is strange, but
we have that in all files. To at least lesser the confusion a bit, add
vim tags for that.
Additionally, fix wrong #! in a few files.
2008-07-29 19:49:31 +00:00
js 993d0d8609 Revert r10064 and to it the right way™. 2008-07-29 19:42:31 +00:00
Yann Leboulanger 4e89f57706 added tooltips to activities dialog 2008-07-29 06:56:27 +00:00
js c078f11fe0 Show activity in roster. 2008-07-29 02:32:57 +00:00
js ec82268bdf Add 'thoughtful' mood.
We will implement that in the Gajim namespace and try to get it into
the XEP. Hope that won't take long as it's only a very small change…
2008-07-28 23:56:53 +00:00
js c06c258b2f Show activity in conversation window. 2008-07-28 22:33:20 +00:00