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
js
f7d8631a5c
New activity dialog.
2008-07-28 20:57:56 +00:00
js
5502b68828
Add icons for activities. Done by Rederick Asher.
...
He already promised he'll do icons for each activity! ;)
2008-07-28 17:02:01 +00:00
js
d8bd70c93b
Show tunes in roster.
2008-07-25 14:11:14 +00:00
js
6fe329d005
Fix tooltip.
2008-07-25 00:48:57 +00:00
js
0d6394b0ca
* Better rendering of mood in roster.
...
(Only takes space if needed now)
* Possibility to disable display of mood in roster from preferences.
(Also works on the fly with the new rendering method)
* Minor improvements in the translation of the moods to German.
2008-07-25 00:43:01 +00:00
js
2662b69986
We don't want that huge spacing on the left.
2008-07-24 22:12:21 +00:00
js
e952be87fd
Also install the mood icons.
2008-07-23 00:05:23 +00:00
js
e9ce217777
Stupid glade! I hate it! Why does it copy the image locallly to the
...
glade dir and fuck the URL up then? Fixed...
2008-07-22 23:16:35 +00:00
js
ac7e60830e
More spacing looks better.
2008-07-22 23:13:58 +00:00
js
b9ea534850
Show user tune in conversation window.
2008-07-22 23:06:58 +00:00
js
4178ec7fcb
Better User Mood dialog.
2008-07-22 22:20:51 +00:00
js
c5e679a078
Show mood in chat window.
2008-07-22 21:08:52 +00:00
js
cb8cfbce06
Added smilie for unknown/custom mood.
2008-07-22 20:06:50 +00:00
js
3f08513aed
Added icons for moods.
...
Thanks to Rederick Asher who did they for Jabbim!
You're a genious, I've never seen smilies expressing so much in jsut
16x16 pixels!
2008-07-22 19:36:49 +00:00
js
9dd865c063
Add a "?" on the insecure shield.
2008-07-21 20:17:35 +00:00
Stephan Erb
d83f9da555
Improved groupchat minimization:
...
* partly rewrote join_room because it was hard to read
* Correctly handle invites from anonymous rooms. Fixes #4057
* Use HIG dialog for invitation requests
* Fix bug where minimized groupchats where hidden after a reconnect
* Removed some duplicated code
2008-07-19 17:36:21 +00:00
js
f5d92c296b
Nicer XEP-0184 warning image.
2008-07-19 14:45:04 +00:00
js
4d101181b1
Give the XEP-0184 icon a transparency of 60%. Makes it less annoying.
2008-07-18 21:08:37 +00:00
js
f704701ba4
Support for displaying XEP-0184 receipts.
2008-07-18 20:24:34 +00:00
js
697aca8877
Revert r9902. bct agreed on that.
2008-07-15 13:31:25 +00:00
js
76064778d6
Add one more code.
2008-07-12 12:26:06 +00:00
js
3acda0e3a3
Forgot one.
2008-07-12 12:24:02 +00:00
js
b985570e29
Reordering smilie codes increases compatibility when clicking them.
2008-07-12 12:21:22 +00:00
js
dbeed0cd01
Added ICQ6 smilie codes, added puke smilie (poorly done by me).
2008-07-12 12:13:38 +00:00
Yann Leboulanger
1f730069ef
revert partialy #9909
2008-07-11 17:32:40 +00:00
Yann Leboulanger
f54e2af871
added mrim image for disco. fixes #4091
2008-07-11 17:29:56 +00:00
js
5b6756d497
Added NSIS installer script.
2008-07-11 17:03:42 +00:00
Yann Leboulanger
4db9685849
add mrim transport icons. Fixes #4078
2008-07-10 12:18:26 +00:00
Brendan Taylor
ebcb659196
improved esession auth messages
2008-07-09 03:10:50 +00:00
Brendan Taylor
95c6df4fdc
moved crypto icon to the right of the chat control input
2008-07-09 02:18:36 +00:00
Brendan Taylor
2e97cc3adb
snagged tango security icons from gnome-icon-theme
2008-07-09 02:03:57 +00:00
js
2a40072a24
Make the space wasted by the new button at least a bit less.
2008-07-04 10:18:40 +00:00
Brendan Taylor
b490904454
make esession authentication warning less obtrusive
2008-06-29 04:39:29 +00:00
Yann Leboulanger
eb50064d37
[digital7] old-style popup window with 1px border. fixes #4044
2008-06-27 09:13:50 +00:00
Yann Leboulanger
bed750410e
ability to ignore a transport contact. see #3984
2008-06-23 16:21:21 +00:00
Stephan Erb
984268d845
Hide Advanced notification button and adjust padding. Thanks glade. Fixes #4023 .
2008-06-20 20:07:46 +00:00
js
c2eb4b5a9f
Completely remove OTR.
...
Sorry, it just wasn't maintainable. The problem is the current libotr
API. I'm sick of working around the strange libotr API, sick of getting
HTML messages, sick of losing messages. The final argument for
completely removing it was that we can't get the message ID of a sent
msg anymore - which we need. I tried to work around this as well, but
there seems to be no way to wait for a signal in glib the way I would
need it for the workaround (I wanted to emit a signal in inject_message
and then wait for it after the call to otr_message_fragment_and_send
so the signal can pass us the message id). And the last reason is that
we're heading towards a new release and thus want to stabilize the code,
thus don't have time to work around even more libotr API strangeness.
I will give feedback to the libotr developers, who are currently
planning a new API, so that we can hopefully see OTR support once again
as soon as libotr4 is released.
Kjell already announced that he will continue his branch:
https://code.launchpad.net/~afflux/gajim/otr
I really hope the libotr devs will provide a sane API with libotr4 so
we can integrate OTR support again.
Oh, and I added one more try/except block for OS X.
2008-06-08 15:27:05 +00:00
Jean-Marie Traissard
d927d260c2
Removing tic tac toe game. Maybe one day a full version in a plugin ? :)
2008-06-01 23:07:34 +00:00
Nikos Kouremenos
a5e218efba
fix tooltip about logging encrypting messages. (it is now shorter, better understood (jargon removed where possible), and we it's OpenPGP and not just GPG guys {or last time I checked :$})
2008-05-27 19:40:00 +00:00
Yann Leboulanger
c127493e58
remove pep options from pref window, store them per account, store caps_hash per account. see #3954
2008-05-27 10:24:29 +00:00
js
e269e62851
Unfortunately, Gtk shows the accels with + instead of -, which would be
...
correct. Adjust tooltips to that.
2008-05-17 18:16:26 +00:00
js
f6e74e22b6
Same for groupchat.
2008-05-17 13:32:37 +00:00
js
edf8738a39
Don't show events from buttons in advanced menu, only show them when
...
triggered via the banner right-click menu.
2008-05-17 13:14:34 +00:00
Brendan Taylor
80d68e140f
whoops, forgot to commit context menu change
2008-05-13 02:07:16 +00:00