Neil Booth
|
0a3a0f12cc
|
Make more dialogs window-modal
Also remove some unnecessary imports
|
9 years ago |
ThomasV
|
ba2c737a21
|
finish separation between plugins and GUIs
|
9 years ago |
ThomasV
|
2c0489c809
|
plugins: separate GUIs using child classes
|
9 years ago |
Neil Booth
|
77a029082a
|
Improved new_window handling.
Remove new_window hook.
Plugin informed of all windows via events when first loaded.
init_qt no longer needed for exchange_rate plugin.
|
9 years ago |
Neil Booth
|
ec3b7ba5ee
|
Pass plugins object to plugin constructor
|
9 years ago |
ThomasV
|
c3991091de
|
move init_qt hook
|
10 years ago |
Roman Zeyde
|
a0c891d73f
|
transaction_dialog: allow plugins manipulate transaction sharing buttons
|
10 years ago |
ThomasV
|
8f98ea4aca
|
make plugins available without the GUI
|
10 years ago |
ThomasV
|
a3ed4ce2a7
|
new class to show buttons in LineEdit. fixes #1050
|
10 years ago |
Roman Zeyde
|
a6a4200c51
|
plugins: fix buttons insertion
|
10 years ago |
ThomasV
|
94c0d86821
|
generic add_button method for TextEdit, with tooltips
|
10 years ago |
Roman Zeyde
|
f00df7023c
|
audio_modem: update plugin to work with latest version.
send() and recv() API are now part of amodem.main module.
|
10 years ago |
Roman Zeyde
|
50c2efc32a
|
audio_modem: update plugin to work with latest version.
Loading the library is now done after creating the interface.
|
10 years ago |
ThomasV
|
09f4359f62
|
don't display audio modem message on stdout
|
10 years ago |
ThomasV
|
2ab839f242
|
do not self-enable audio modem plugin
|
10 years ago |
Roman Zeyde
|
7833055308
|
Update for amodem v1.5
- amodem does not depend on pyaudio (only on numpy)
- use ctypes to access PortAudio API
|
10 years ago |
Roman Zeyde
|
3fa20d0e33
|
Add logging for Audio MODEM plugin
|
10 years ago |
Roman Zeyde
|
a75fcd19eb
|
Add bitrate settings for Audio MODEM
|
10 years ago |
Roman Zeyde
|
4acc09c91a
|
Use amodem as a Python package instead of subprocess.
|
10 years ago |
Roman Zeyde
|
04fc3d4135
|
Add audio modem integration for transaction sending & receiving
http://www.flaticon.com/free-icon/speaker-outline_54951
Speaker icon made by <a href="http://catalinfertu.com" title="Catalin
Fertu">Catalin Fertu</a> from <a href="http://www.flaticon.com"
title="Flaticon">www.flaticon.com</a> is licensed under <a
href="http://creativecommons.org/licenses/by/3.0/" title="Creative
Commons BY 3.0">CC BY 3.0</a>
http://www.flaticon.com/free-icon/mic_10032
Microphone icon made by <a href="http://www.elegantthemes.com"
title="Elegant Themes">Elegant Themes</a> from <a
href="http://www.flaticon.com" title="Flaticon">www.flaticon.com</a> is
licensed under <a href="http://creativecommons.org/licenses/by/3.0/"
title="Creative Commons BY 3.0">CC BY 3.0</a>
|
10 years ago |