David
|
028d24283e
|
fix no gtk init
|
2016-03-13 17:50:42 +01:00 |
|
David
|
24c5d3882c
|
fix tests
|
2016-03-13 17:37:40 +01:00 |
|
David
|
72856f9b6c
|
typo
|
2016-03-13 17:12:01 +01:00 |
|
David
|
e43f3e95c0
|
fix possible free(NULL)
|
2016-03-13 17:09:58 +01:00 |
|
David
|
098d84ef73
|
Merge branch 'tray_icon' into HEAD
Let's thanks Aline <linuxine@gmail.com> for the icons.
Enjoy!
|
2016-03-12 17:37:46 +01:00 |
|
David
|
520eee23a9
|
fixing leakings
|
2016-03-12 16:55:52 +01:00 |
|
James Booth
|
06523f9474
|
Removed lua and ruby from .travis.yml
|
2016-03-10 23:50:19 +00:00 |
|
James Booth
|
11356fec01
|
Merge branch 'master' into plugins-python
|
2016-03-10 22:23:56 +00:00 |
|
James Booth
|
185405b9d1
|
Fixed PLATFORM_CYGWIN references
|
2016-03-10 22:21:56 +00:00 |
|
David
|
82de077b02
|
read icons from local dir
if desired, icons could be put in the .config dir.
In this case, these icons will be read, instead of the other ones.
|
2016-03-10 22:45:16 +01:00 |
|
James Booth
|
d157e9bf71
|
Plugins: Fix python threading
Release global interpreter lock during api calls
|
2016-03-09 23:36:22 +00:00 |
|
David
|
4abdad03ec
|
Fix icons when installed in share... it is working now!
|
2016-03-09 20:09:31 +01:00 |
|
David
|
898be1244a
|
better, final icons
|
2016-03-09 12:55:57 +01:00 |
|
James Booth
|
85abab6bf9
|
Merge branch 'master' into plugins-python
|
2016-03-08 20:28:51 +00:00 |
|
James Booth
|
1ddfa47313
|
Free TLSCertificate memory
|
2016-03-08 20:25:36 +00:00 |
|
David
|
718a708b93
|
Use a folder to add icons
NOTE: it is not working in this release, I have to get how to retrieve
icons from folder.
|
2016-03-07 22:26:48 +01:00 |
|
James Booth
|
9850e041c8
|
Merge branch 'master' into plugins-python
|
2016-03-07 20:44:18 +00:00 |
|
James Booth
|
5cabcf9b79
|
Plugins: Added callbacks init and close functions
Included destroy function in PluginWindowCallback
|
2016-03-07 20:36:25 +00:00 |
|
David
|
d1177d3ade
|
better icons
|
2016-03-07 20:10:59 +01:00 |
|
James Booth
|
e4071015ea
|
Merge branch 'master' into plugins-python
|
2016-03-07 18:42:02 +00:00 |
|
James Booth
|
4094b75ccc
|
Fixed valgrind libotr suppressions
|
2016-03-07 18:39:24 +00:00 |
|
James Booth
|
72f940360d
|
Free GLists in plugin autocompleters
|
2016-03-07 18:32:32 +00:00 |
|
James Booth
|
958dc6b184
|
Free GList in wins_get_plugin
|
2016-03-07 18:30:13 +00:00 |
|
James Booth
|
355adb117c
|
Added WIN_PLUGIN case to win_free()
|
2016-03-07 18:24:04 +00:00 |
|
James Booth
|
35e456aebd
|
Merge branch 'master' into plugins-python
|
2016-03-07 17:15:48 +00:00 |
|
James Booth
|
f26da31f62
|
Merge remote-tracking branch 'klement/master'
|
2016-03-07 17:14:38 +00:00 |
|
Klement Sekera
|
e1b15182a4
|
Fix typo maxinum->maximum
|
2016-03-07 14:06:10 +01:00 |
|
David
|
dc0c3cc699
|
Introduce Tray Icon for Profanity
Add tray icon for profanity based on Gtk StatusIcon.
Different icon is displayed in case the user has unread messages.
|
2016-03-06 19:10:46 +01:00 |
|
James Booth
|
581b6e2cf1
|
Merge branch 'master' into plugins-python
|
2016-03-03 00:32:48 +00:00 |
|
James Booth
|
09cfbb7e05
|
Fixed /help group formatting
|
2016-03-03 00:31:27 +00:00 |
|
James Booth
|
2c7a4e4843
|
Added workaround for http://bugs.python.org/issue3588
|
2016-03-02 23:00:47 +00:00 |
|
James Booth
|
5ddf379ffd
|
Merge branch 'master' into plugins-python
|
2016-03-01 00:04:38 +00:00 |
|
James Booth
|
7fdf50eb31
|
Add plugin wins to /win and /close autocompletion
|
2016-03-01 00:03:11 +00:00 |
|
James Booth
|
63a731674e
|
Merge branch 'master' into plugins-python
|
2016-02-28 23:23:53 +00:00 |
|
James Booth
|
da7e59bc86
|
Merge remote-tracking branch 'origin/master'
|
2016-02-28 23:18:50 +00:00 |
|
James Booth
|
21f6e88c3b
|
Added current_win_is_console to python API
|
2016-02-28 23:12:53 +00:00 |
|
James Booth
|
c81b05b919
|
Merge branch 'master' into plugins-python
|
2016-02-28 23:08:32 +00:00 |
|
James Booth
|
ab08d0a378
|
Added current_win_is_console to plugins api
|
2016-02-28 23:06:45 +00:00 |
|
James Booth
|
7cf8f47fa6
|
Moved python flags to LIBS in configure.ac
|
2016-02-28 21:14:10 +00:00 |
|
James Booth
|
25c9b19562
|
Merge branch 'master' into plugins-python
|
2016-02-28 19:06:13 +00:00 |
|
James Booth
|
accde2a61c
|
Fixed cygwin compile
|
2016-02-28 19:05:26 +00:00 |
|
James Booth
|
d458e930d1
|
Merge branch 'master' into plugins-python
|
2016-02-25 01:52:32 +00:00 |
|
James Booth
|
fbd913ec62
|
Remove default from plugin theme NULL checks
|
2016-02-25 01:51:33 +00:00 |
|
James Booth
|
f507a6f541
|
Merge branch 'master' into plugins-python
|
2016-02-25 01:18:48 +00:00 |
|
James Booth
|
c562702ab9
|
Check for NULLs before testing plugin theme
|
2016-02-25 01:17:47 +00:00 |
|
James Booth
|
661cda3b10
|
Merge branch 'master' into plugins-python
|
2016-02-25 00:14:06 +00:00 |
|
James Booth
|
51c6cefafd
|
Call plugin disconnect hook before disconnecting on autoping fail
fixes #746
|
2016-02-25 00:10:22 +00:00 |
|
James Booth
|
f18fbe333a
|
Merge branch 'master' into plugins-python
|
2016-02-24 23:54:25 +00:00 |
|
James Booth
|
5b34e11e45
|
Added missing string.h include to plugins/api.c
|
2016-02-24 23:52:59 +00:00 |
|
James Booth
|
e3130dbe82
|
Merge branch 'master' into plugins-python
|
2016-02-24 01:00:39 +00:00 |
|