| Commit message (Collapse) | Author | Age | Lines |
|
|
|
| |
Fixes #82
|
|\
| |
| | |
Replace (old) FSF postal address with URL in header files
|
| |
| |
| |
| |
| |
| | |
Wording copied from https://www.gnu.org/licenses/gpl-howto.en.html
Fixes #25, fixes #71
|
|/
|
|
| |
Fixes #74
|
|
|
|
|
|
|
| |
DTMF event constants handling is a bit messy as three different types
are used in different source files, triggering various compiler
warnings. Introduce t_dtmf_ev type and use it everywhere, also replace
helper macros by inline functions.
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
Hide Diamondcard support
Other fixes
|
|
|
|
| |
from outside the main thread)
|
|
|
|
| |
The next step is to adapt .ui.h files to use Qt4 UIC-generated headers.
|
|
|
|
|
|
|
|
|
|
|
| |
There are more methods of MPhoneForm that must not be called from
non-GUI threads but were called directly via t_gui callbacks:
updateLog()
updateCallHistory()
updateMissedCallStatus()
Again, replace direct calls with (queued) signal/slot connections.
|
|
|
|
|
|
| |
Calls to mainWindow->display() and mainWindow->displayHeader() do not
produce QPixmap warnings but can also result in a crash. Replace them
with a (queued) signal/slot connection.
|
|
|
|
|
|
|
|
|
|
| |
Direct calls to QObject slots (accessing GUI functions) from non-GUI
threads cause
QPixmap: It is not safe to use pixmaps outside the GUI thread
warnings and (worse) random crashes. These must be rewritten to (queued)
signal-slot connections.
|
| |
|
|
Check in contents of upstream 1.4.2 tarball, exclude generated files.
|