Commit Graph

14278 Commits

Author SHA1 Message Date
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
Yann Leboulanger c8e03993fe Merge branch 'master' into 'master'
Use more gender neutral language

See merge request !55
2017-02-11 21:16:26 +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
Johannes 'josch' Schauer f5eb35cba3 Use more gender neutral language 2017-02-11 20:05:30 +01:00
Philipp Hörist e30527f8ce Move Gajim startup code into do_startup 2017-02-11 19:38:45 +01:00
Philipp Hörist 819bee1253 Handle some commandline options only locally 2017-02-11 18:08:52 +01:00
Philipp Hörist 26aa0382d3 Merge branch 'pylint' into 'master'
Add a pylint configuration file and fix a few of the issues found

See merge request !54
2017-02-11 17:54:19 +01:00
Emmanuel Gil Peyrot a4387e8489 Use “… is not …” everywhere instead of “not … is …”. 2017-02-11 02:40:10 +00:00
Emmanuel Gil Peyrot eb51184a95 Fix a few things in common.connection_handlers_events. 2017-02-11 02:40:07 +00:00
Emmanuel Gil Peyrot ad9370afa8 Fix a bunch of issues in common.jingle*. 2017-02-11 02:40:07 +00:00
Emmanuel Gil Peyrot 57fb80f1fa Remove every default argument using [] or {}. 2017-02-11 02:40:07 +00:00
Emmanuel Gil Peyrot 1f9ac730ce Replace long() in remaining python2 code with int(). 2017-02-11 02:40:07 +00:00
Emmanuel Gil Peyrot 381a8f2be8 Remove unnecessary semicolons. 2017-02-11 02:40:07 +00:00
Emmanuel Gil Peyrot a7349dc603 common.connection: Fix indentation. 2017-02-11 02:40:07 +00:00
Emmanuel Gil Peyrot 2fbadc91e9 Use Enum or IntEnum instead of range() constants. 2017-02-11 02:40:07 +00:00
Philipp Hörist d6ceca8344 Merge branch 'keypress' into 'master'
Close Windows with ESC Key

See merge request !53
2017-02-09 20:19:20 +01:00
Emmanuel Gil Peyrot b6b1a7a074 ACE: Remove unused constants. 2017-02-08 02:26:21 +00:00
Emmanuel Gil Peyrot fb221a692b Remove wrong usage of the list(range(…)) pattern. 2017-02-08 02:26:21 +00:00
Emmanuel Gil Peyrot 5f91455fb9 common.dh: Reformat to follow PEP-0008. 2017-02-08 02:26:20 +00:00
Emmanuel Gil Peyrot 289d82fae7 Remove unused imports. 2017-02-08 02:26:20 +00:00
Emmanuel Gil Peyrot 07716daec2 Use staticmethod decorator where it makes sense. 2017-02-08 02:26:20 +00:00
Emmanuel Gil Peyrot 51eb62bb73 Replace some wildcard imports with explicit ones. 2017-02-07 21:00:52 +00:00
Emmanuel Gil Peyrot e2901f09f6 pylint: Tweak the configuration file a bit. 2017-02-07 21:00:43 +00:00
Emmanuel Gil Peyrot b8c928c2ec Autogenerate a pylint configuration file. 2017-02-07 21:00:31 +00:00
Philipp Hörist 1ad087e577 Close Plugins Window with ESC 2017-02-06 23:21:04 +01:00
Philipp Hörist fa54237164 Close Privacy Lists Window with ESC 2017-02-06 23:19:07 +01:00
Philipp Hörist ad936b8df8 Close XML Console Window with ESC 2017-02-06 23:12:31 +01:00
Philipp Hörist 5dff9bb057 Close Archiving Preferences Window with ESC 2017-02-06 23:10:09 +01:00
Philipp Hörist 9b0d7222b0 Close Service Discovery Window with ESC 2017-02-06 23:05:57 +01:00
Philipp Hörist 91bb0183ee Close Bookmark Window with ESC 2017-02-06 23:05:49 +01:00
Philipp Hörist 05566a635c Close Feature Window with ESC 2017-02-06 22:28:07 +01:00
Philipp Hörist 20c000415c Fix typo and remove unused import 2017-02-06 20:52:56 +01:00
Yann Leboulanger a7c833f777 Merge branch 'translations' into 'master'
Update strings for better english. Thanks to Allan Nordhøy for the suggestions

See merge request !51
2017-02-04 23:31:33 +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 7932cdf123 Merge branch 'drag-and-drop-on-group' into 'master'
Fix drag and drop on a group.

See merge request !50
2017-02-04 17:32:58 +01:00
Tomasz Miąsko 89f861c859 Fix drag and drop on a group. 2017-02-04 17:24:31 +01:00
Yann Leboulanger 92f52bbcbd Merge branch 'roster-popup-menu' into 'master'
Fix roster popup menu.

See merge request !49
2017-02-03 12:13:54 +01:00
Tomasz Miąsko 38581b7080 Fix roster popup menu.
Replace Gdk.Event with Gdk.Event.new, so that event is constructed with
correct type information. This fixes showing a roster popup menu when
launched using keyboard shortcut (Menu key or Shift-F10).
2017-02-03 11:21:06 +01:00
Yann Leboulanger a15f37aee3 Update README.md for 0.16.7 release 2017-02-01 13:48:13 +01:00
Philipp Hörist b1940459e2 Merge branch 'fix-gtk3-shortcuts' into 'master'
Fix keyboard shortcuts in GTK3

See merge request !41
2017-01-26 19:17:32 +01:00
Tomasz Miąsko b678165d7d Use the same code path for shift-enter as for ctrl-enter. 2017-01-25 18:04:12 +01:00
Tomasz Miąsko 0b7d6cc175 Fix moving between lines with up and down arrows. 2017-01-25 17:05:49 +01:00
Tomasz Miąsko 2e133d2572 Fix tab switching with ctrl+page up and ctrl+page down. 2017-01-25 17:05:49 +01:00
Tomasz Miąsko ffeeb8f9f5 Simplify send or insert newline logic. 2017-01-25 17:05:49 +01:00
Tomasz Miąsko 18a3258cb5 Fix inserting a newline on shift-enter.
Return false from key-press-event to propagate event to a default
handler that will insert a newline into the entry widget.
2017-01-25 17:05:49 +01:00
Philipp Hörist 179777239e Update README.md 2017-01-24 19:04:44 +01:00