Commit Graph

1271 Commits

Author SHA1 Message Date
André Apitzsch 125ce523e4 Rename src directory 2017-07-02 17:25:47 +02:00
Philipp Hörist 2296e75d0d Replace unicode char in print message 2017-06-08 19:58:40 +02:00
Philipp Hörist a5f6ead063 Update nbxmpp min version 2017-06-04 23:27:05 +02:00
Philipp Hörist a73f02735a Remove frozen logging on windows
Because of the new build process this has become obsolete
we can now log on windows with a simple

´Gajim.exe > log.txt 2>&1´
2017-05-17 15:57:23 +02:00
Philipp Hörist a51ea32dc6 Refactor exception handling for logger
- Handle exceptions inside write() instead of propagating the
    exception
- Add error message to exception
- Add dispatch() method in logger
2017-04-12 22:30:55 +02:00
Philipp Hörist a44be8e6b6 Merge branch 'master' into 'master'
CSS Styling

See merge request !62
2017-03-04 00:24:48 +01:00
Philipp Hörist b5c98864ad Add commandline option to show warnings 2017-03-04 00:19:04 +01:00
Philipp Hörist 516a18eb5d Add CSS Provider and convert config values to css 2017-03-02 23:57:05 +01:00
Philipp Hörist 8157cb38ec Fix verbose logging 2017-03-01 16:33:09 +01:00
Philipp Hörist ddf60b01b3 Parse log arguments earlier 2017-02-25 17:21:03 +01:00
Philipp Hörist 6f8452667d Port application menu to GMenu 2017-02-12 18:17:27 +01:00
Philipp Hörist 33c9a1c584 Simplify module import 2017-02-11 23:40:42 +01:00
Philipp Hörist 5789c8a870 Start Interface after remote cmdline handling
Because otherwise we would lose log information
from Interface, because logging levels are set after
startup
2017-02-11 23:31:06 +01:00
Philipp Hörist 271af70885 Update Authors 2017-02-11 21:32:13 +01:00
Philipp Hörist 5215641c05 Move GajimApplication into gajim.py 2017-02-11 21:25:43 +01:00
Philipp Hörist 2ea30b3d55 Move nbxmpp import test into do_startup 2017-02-11 21:18:10 +01:00
Philipp Hörist 4bf65a4039 Handle version option in Gtk.Application 2017-02-11 21:09:31 +01:00
Philipp Hörist f9269d5ce0 Save log file into config dir when frozen 2017-02-11 21:07:11 +01:00
Yann Leboulanger d338572271 Update strings for better english. Thanks to Allan Nordhøy for the suggestions 2017-02-04 23:29:45 +01:00
Philipp Hörist 0443d5a69a Ignore warnings on windows when not in dev mode 2017-01-03 23:08:50 +01:00
Philipp Hörist 2676d7ea94 Add commandline option for logging on windows
Redirect all output to one log file or if -w is
provided do not redirect output
2017-01-03 23:08:49 +01:00
Philipp Hörist e7812cbd85 Move startup code into Gtk.Application() 2017-01-03 23:08:48 +01:00
Emmanuel Gil Peyrot 9d2223ea3b Add a -V/--version option, printing the version 2017-01-03 23:08:48 +01:00
Emmanuel Gil Peyrot 2298af9dd9 Handle CommandLine inputs with GtkApplication 2017-01-03 23:08:47 +01:00
Philipp Hörist 42d4aa2ab4 Test required version of all GTK libs at start 2017-01-03 23:08:32 +01:00
Emmanuel Gil Peyrot 0eec41ee89 Simplify nbxmpp import error checking to exit(1).
There was no reason for distutils’ version support to fail.
2017-01-03 21:14:27 +00:00
Philipp Hörist fc0be965f5 Remove demandimport 2016-12-09 18:19:39 +01:00
Philipp Hörist 7db4d6c0cb Update files for appveyor Windows build 2016-12-08 21:52:35 +01:00
tmolitor 86183298a5 Make complete profile separation configurable via commandline switch.
Use -s or --separate to use the new complete profile separation or omit this switch to retain the old behaviour.
2016-09-06 23:02:24 +02:00
tmolitor 065d08cebf Honor profile given on commandline for plugin dir and history db and more.
Also added new property 'additional_data' to message event objects. Changes to this attribute (a dict) are passed on from event to event and are also written to the history db as json string (reading of those values isn't implemented yet).
2016-09-05 00:01:29 +02:00
Yann Leboulanger 06a477da8a ability to compite the installer for gtk3 version 2016-07-07 22:41:35 +02:00
Yann Leboulanger 2885ff4128 fix printing help 2016-01-03 16:14:44 +01:00
Yann Leboulanger ec991fd06d do not delay the import of libxml2, it's needed by gst. Fixes #7836 2015-11-04 21:54:24 +01:00
Yann Leboulanger 1e01ca81c6 fix a few minor GTK3 things 2015-11-23 20:45:21 +01:00
Yann Leboulanger 4b4fe1136d require python-nbxmpp 0.5.3 2015-07-20 19:47:30 +02:00
Yann Leboulanger 5c0fce9668 fix launch when optional modules are not installed 2015-07-30 15:15:38 +02:00
Yann Leboulanger a22a9573b8 fix a few warnings 2015-07-20 20:08:55 +02:00
Yann Leboulanger e694a9ad9b fix OpenSSL usage for py3. Fixes #7915 2015-01-05 21:45:42 +01:00
Yann Leboulanger 44dc946d82 [misterX] update MAM implementation to V0.3 2014-12-27 16:44:05 +01:00
Yann Leboulanger e8277c0521 fix typo 2014-11-14 22:31:18 +01:00
Yann Leboulanger d124d44f52 Gajim requires python-nbxmpp-0.5.1 2014-10-04 22:27:55 +02:00
Yann Leboulanger 55de31205e require latest nbxmpp version 2014-07-02 18:03:40 +02:00
Yann Leboulanger 3657642f58 don't print twice nbxmpp version error message. Fixes #7720 2014-04-09 18:02:30 +02:00
Fedor Brunner 46e9fc1f0a Overwrite the original random number generator seed file.
After the random number generator seed file is read overwrite the
previous content of the file.
2014-04-04 13:11:25 +02:00
Yann Leboulanger 3cd06b40eb make audio work under windows 2014-03-09 10:25:26 +01:00
Yann Leboulanger b69a0c291d use sys.stderr.isatty() to decide if we use colors in log output or not. 2014-03-08 10:07:40 +01:00
Yann Leboulanger e425bc317e print message to console in correct encoding. Fixes #7652 2014-03-02 11:26:52 +01:00
Yann Leboulanger f1ce924a92 we now require python-nbxmpp 0.3.3 2014-03-01 21:29:46 +01:00
Yann Leboulanger a0ecc52e20 require nbxmpp 0.3.1 2014-01-27 20:18:42 +01:00
Denis Fomin 4b33634a0b Copyright 2013>2014 2014-01-02 12:33:54 +04:00