Emmanuel Gil Peyrot
1959b486e6
Remove gajim-remote.desktop, its URI handling is now done in Gajim itself.
2017-12-15 02:34:45 +01:00
Emmanuel Gil Peyrot
d8bba4545f
Fix Gajim’s .desktop file to pass the URI to the program.
2017-12-15 02:34:45 +01:00
Philipp Hörist
feaf9df0cf
Remove xmpp uri handling from gajim-remote
2017-12-04 17:06:24 +01:00
André Apitzsch
42275cfb49
Desktop files: add information for translators
2017-11-22 22:11:36 +01:00
André Apitzsch
7bd89174e2
AppData: update information
2017-10-05 19:11:18 +02:00
Philipp Hörist
b9e54cd92c
Fix Windows build
2017-09-26 15:34:39 +02:00
André Apitzsch
7751c3e722
setup.py: remove intltool dependency
2017-09-22 19:12:26 +02:00
André Apitzsch
624bee755c
fix file lookup location and other issues
2017-09-22 19:12:26 +02:00
André Apitzsch
3ba58716d0
Use setup.py to install gajim
2017-09-22 19:12:26 +02:00
André Apitzsch
cf36549fde
Remove Makefiles
2017-09-22 19:12:26 +02:00
André Apitzsch
0080c61014
Install data to new location
2017-09-16 12:18:22 +02:00
André Apitzsch
3be1c2093f
Move data files to module
2017-09-16 12:07:31 +02:00
Philipp Hörist
9ac03824b6
Update string emojis
2017-09-13 21:20:59 +02:00
Yann Leboulanger
f569084b2d
fix XDG path in man pages. Fixes #8507
2017-09-07 18:03:20 +02:00
Yann Leboulanger
16fcb3a3fc
fix typo
2017-09-06 14:26:30 +02:00
Philipp Hörist
b5f5fdc19c
Fix Layout in Synchronise Contacts Dialog
2017-09-04 17:37:42 +02:00
Philipp Hörist
6bb822f884
Update gajim manpage
2017-09-02 12:41:34 +02:00
Philipp Hörist
2e1c10620f
Update ascii smilies
2017-08-27 22:29:02 +02:00
Yann Leboulanger
07ba85b456
Ability to be notified on all message. Option is now perroom. Fixes #8646
2017-08-20 23:07:58 +02:00
Philipp Hörist
1211a1bc59
XMLConsole: Use glade file for building widgets
2017-08-16 19:05:13 +02:00
Philipp Hörist
512e6d2c8e
Redesign XML Console
...
- Use modern GTK Widgets (HeaderBar, ActionBar, Switch)
- Add an option to filter Stream Management stanzas
- Add a generic Option Dialog that we can reuse later
2017-08-10 02:13:20 +02:00
Philipp Hörist
4247746c36
Bookmark Window: Make it resizable
2017-08-02 19:16:08 +02:00
Yann Leboulanger
6a95fe79ae
Merge branch 'xep-0319' into 'master'
...
Xep 0319
See merge request !110
2017-07-31 19:16:27 +02:00
Yann Leboulanger
28917aaf56
Do not use XEP-0012 anymore to know idle time. Use XEP-0319
2017-07-31 19:14:12 +02:00
Philipp Hörist
05b509e008
Remove old ScrolledWindow from GroupchatControl
2017-07-28 21:39:11 +02:00
Philipp Hörist
b8aaf09c13
Fix infinite expand of MessageTextView
...
- The 'configure-event' does not trigger anymore when connected to
the MessageTextView. The reason is unknown.
- Use our own ScrolledWindow Widget instead so we can better control
the dimension of the MessageTextView
2017-07-28 20:40:30 +02:00
Philipp Hörist
9ff601d03b
Remove XEP-0136 support
2017-07-28 00:07:49 +02:00
Philipp Hörist
a5480eb167
Add ServerInfo Dialog
2017-07-26 00:07:43 +02:00
Philipp Hörist
85d220c80e
Add Synchronise History Dialog
...
- On first contact with the MAM Archive only request 7 days
- To sync the rest of the archive the new Dialog can be used.
2017-07-25 21:00:20 +02:00
Philipp Hörist
4ba143fd68
Fix not working ManagePEPServicesWindow Dialog
2017-07-16 22:49:34 +02:00
André Apitzsch
b80f21c1af
Add old id to appdata file
2017-07-05 22:25:31 +02:00
Philipp Hörist
89e4a006be
Add font-emoticons theme
2017-07-02 21:29:57 +02:00
Philipp Hörist
d387cf1d88
Add noto-emoticons theme
2017-07-02 21:29:57 +02:00
Philipp Hörist
79716f421f
Rework emoticon menu
2017-07-02 21:27:44 +02:00
Philipp Hörist
0d0671374a
Remove old emoticon themes
2017-07-02 19:28:00 +02:00
Philipp Hörist
b5d3578e39
Add tooltip for encryption button
...
Fixes #8663
2017-06-25 18:06:46 +02:00
Philipp Hörist
f7754487cc
Fix Layout issues with long status messages
...
Fixes #8652
2017-06-12 22:20:03 +02:00
Nulll
22096d58af
Update servers.xml
2017-05-29 18:23:49 +02:00
Philipp Hörist
48f492c5d1
Dont use deprecated icon in filter entry
2017-05-18 22:19:56 +02:00
Philipp Hörist
94be050aa6
Fix display of channel-secure icon
2017-05-15 10:10:42 +02:00
André Apitzsch
7d30643ea7
install css style file
2017-05-08 23:13:47 +02:00
Philipp Hörist
2e148a6133
Add encryption API to groupchat_control
2017-05-07 18:40:09 +02:00
Philipp Hörist
cf07022cbd
Remove ESessions encryption/decryption from core
2017-05-07 18:40:05 +02:00
Philipp Hörist
3fd35a041e
Remove PGP encryption/decryption from core
2017-05-07 18:38:33 +02:00
Philipp Hörist
5116af037b
Add Encryption Plugin API
...
- Add extension points when receiving/sending a message
- Add extension point for setting the lock image
- Add extension point after clicking the send button
- Add extension point when typing
- Add a new menu button to choose the desired encryption
- Extend the PluginManager to hold a list of encryption plugins
2017-05-07 18:38:06 +02:00
André Apitzsch
aadcbef11b
appdata: remove zero width space add by mistake
2017-05-06 23:27:44 +02:00
André Apitzsch
78fd66fac3
add AppData file
...
fixes #8174
2017-05-06 21:31:44 +02:00
André Apitzsch
15d834025c
use 'reverse DNS' convention for desktop and icon files
...
see https://specifications.freedesktop.org/desktop-entry-spec/latest/ar01s02.html
2017-04-18 21:19:15 +02:00
Philipp Hörist
c02260c4d1
Move CSS Code into gajim.css
2017-03-04 09:53:14 +01:00
Philipp Hörist
9bcad9a233
Style GroupChatControl Banner with CSS
2017-03-04 01:24:28 +01:00