| Commit message (Collapse) | Author | Age | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
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.
|