Commit graph

14080 commits

Author SHA1 Message Date
Philipp Hörist
39216af2de print_conversation_line() refactoring
It now orders all messages with the given timestamp
this also includes inserting messages at the correct
point

The timestamp precision for incoming and outgoing messages
was raised to include fractions of a second
2017-01-02 19:09:06 +01:00
Philipp Hörist
46cd1a3c53 Add keyring dependency to windows build 2016-12-11 17:22:45 +01:00
Philipp Hörist
82cfcbff8b Merge branch 'keyring' into 'master'
Store passwords in Windows Credential Vault Fixes #8367

See merge request !4
2016-12-11 15:37:51 +01:00
Philipp Hörist
9d13631731 Store passwords in Windows Credential Vault 2016-12-11 01:20:16 +01:00
Yann Leboulanger
995a154c59 Remove gnupg from our sources and optionnaly depend on it. Fixes #8475 2016-12-10 17:32:04 +01:00
Philipp Hörist
197f910757 Add time string to appveyor.yml 2016-12-10 11:35:22 +01:00
Philipp Hörist
7a2cbcf5bc Merge branch 'master' into 'master'
Add Deployment Setting to appveyor.yml

See merge request !2
2016-12-10 00:49:22 +01:00
Philipp Hörist
6a369702f8 Add Deployment Setting to appveyor.yml 2016-12-10 00:45:58 +01:00
Philipp Hörist
deab82aa46 Merge branch 'master' into 'master'
Master

See merge request !1
2016-12-09 18:32:35 +01:00
Philipp Hörist
fc0be965f5 Remove demandimport 2016-12-09 18:19:39 +01:00
Philipp Hörist
acc5baf353 Update AUTHORS 2016-12-09 18:17:43 +01:00
Philipp Hörist
80e0f8a425 Add .gitignore 2016-12-09 18:16:06 +01:00
Philipp Hörist
7db4d6c0cb Update files for appveyor Windows build 2016-12-08 21:52:35 +01:00
Philipp Hörist
dba7210bc3 Update README.md 2016-12-06 10:30:40 +01:00
Philipp Hörist
080876fbff Update README 2016-12-05 21:05:12 +01:00
Philipp Hörist
6e26bee460 Update README 2016-12-05 21:03:57 +01:00
Yann Leboulanger
7b3d595665 fix time.time() call. Fixes #8446 2016-11-28 22:23:42 +01:00
Yann Leboulanger
471329a0e0 prevent too long tooltips. Fixes #8465 2016-11-28 21:52:40 +01:00
Yann Leboulanger
ab0a98ac3b [SaltyBones] Updated German translation 2016-11-28 21:09:40 +01:00
Simon Friedberger
f1ce214596 Fixed c&p error 2016-11-28 17:33:12 +01:00
Yann Leboulanger
6fbb4ce6cb fix sending zeroconf messages 2016-11-24 22:44:52 +01:00
Yann Leboulanger
25fb8c9a3a don't crash when we get a wrong feature negotiation form 2016-11-24 22:42:33 +01:00
Emmanuel Gil Peyrot
6d03af9dee Fix wrong label in preferences. 2016-11-21 21:46:59 +00:00
Emmanuel Gil Peyrot
13a61d7618 Remove support for GNOME Keyring and KWalletCLI, instead always use libsecret. 2016-11-20 21:56:26 +00:00
lovetox
289b31305d Better align jid and resource in gc contact tooltip 2016-11-19 17:31:23 +01:00
lovetox
f10566f435 Dont use super() fpr Gtk.Window init, fixes deprecated msg 2016-11-19 17:25:48 +01:00
lovetox
3296c23e32 Refactor Roster Tooltip 2016-11-17 03:29:18 +01:00
lovetox
ec99e93a7c Create GCTooltip window only when parent is available 2016-11-18 03:41:37 +01:00
Emmanuel Gil Peyrot
d4f3488abe Remove the SRV feature, since the switch to Gio it’s always enabled. 2016-11-13 02:32:38 +00:00
lovetox
7a278d9123 Refactor GC Roster tooltip 2016-11-13 21:06:37 +01:00
Emmanuel Gil Peyrot
ec0a11fe1a Replace ServiceDiscoveryTooltip with gtk_tree_view.set_tooltip_column(). 2016-11-12 23:54:33 +00:00
lovetox
c64ad72cae Dont use translated strings for MAM Preference command 2016-11-13 12:51:29 +01:00
Emmanuel Gil Peyrot
3c48d59ed5 Remove unused xdg code and make it check for absolute paths
The xdg module has never been imported due to a catchall except clause,
so we can safely assume it was unused and untested.
2016-11-05 14:49:38 +00:00
Emmanuel Gil Peyrot
85aa5efb12 Rename typo s/fb/fd/ in remote_control. 2016-11-05 15:37:30 +00:00
Emmanuel Gil Peyrot
6b22dd6ade Replace gtk.gdk with GdkPixbuf in gui_interface. 2016-11-05 15:36:27 +00:00
Emmanuel Gil Peyrot
314b5797f3 Import reduce from functools, it isn’t a builtin anymore in python3. 2016-11-05 15:31:01 +00:00
Emmanuel Gil Peyrot
f32e99b748 Fix unknown variables in htmltextview. 2016-11-05 15:30:34 +00:00
Emmanuel Gil Peyrot
0e929b7777 Add forgotten import dialogs in history_window. 2016-11-05 15:22:59 +00:00
Emmanuel Gil Peyrot
5ec56a05a0 Add forgotten logging setup in dialogs. 2016-11-05 15:22:03 +00:00
Emmanuel Gil Peyrot
20637b2ef1 Fix Bonjour code to not rely on undeclared variables. 2016-11-05 15:16:20 +00:00
Emmanuel Gil Peyrot
32db80c7ef Replace NameError SSL with correctly-imported OpenSSL.SSL. 2016-11-05 15:07:08 +00:00
Emmanuel Gil Peyrot
2dffaa7d75 Fix NameError in Avahi code. 2016-11-05 15:06:08 +00:00
Emmanuel Gil Peyrot
73e6edd3ed Move previously-dead code in passwords. 2016-11-05 15:04:39 +00:00
Emmanuel Gil Peyrot
0bdd592e4d Fix wrong variable names and forgotten imports in message_archiving. 2016-11-05 15:02:46 +00:00
Emmanuel Gil Peyrot
f25590d212 Use the correct ctx variable name in jingle_xtls. 2016-11-05 14:58:34 +00:00
Emmanuel Gil Peyrot
9440512f2b Add forgotten variable declaration in except. 2016-11-05 14:57:13 +00:00
Emmanuel Gil Peyrot
6f1bad3eb5 Fix NameError in DataForms with a media type. 2016-11-05 14:55:48 +00:00
Emmanuel Gil Peyrot
71c01ad03e Remove unreachable code, and simplify is_valid_bool. 2016-11-05 14:53:48 +00:00
lovetox
f961e0be9a Add MAM Preference Dialog 2016-10-31 02:11:46 +01:00
Emmanuel Gil Peyrot
b51b27d460 Fix ad-hoc command window only displaying a very small area 2016-10-30 19:50:06 +00:00