Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | redirectform ported to Qt4 | Lubos Dolezel | 2015-06-02 | -1/+1 |
| | ||||
* | srvredirectform ported to Qt4 | Lubos Dolezel | 2015-06-02 | -3/+3 |
| | ||||
* | termcapform ported to Qt4 | Lubos Dolezel | 2015-06-02 | -1/+1 |
| | ||||
* | transferform ported to Qt4 | Lubos Dolezel | 2015-06-02 | -207/+222 |
| | ||||
* | Use QString for string compare in address book's sorting | Lubos Dolezel | 2015-06-02 | -1/+1 |
| | ||||
* | Implemented sorting in the address book | Lubos Dolezel | 2015-06-02 | -0/+29 |
| | ||||
* | ifdefed-out another instance of Diamondcard reference | Lubos Dolezel | 2015-06-02 | -1/+5 |
| | ||||
* | Ported getaddressform to Qt4 | Lubos Dolezel | 2015-06-02 | -501/+604 |
| | ||||
* | Removed old build system | Lubos Dolezel | 2015-06-02 | -456/+0 |
| | | | | twinkle.desktop is now installed | |||
* | Localization now builds, installs and loads | Lubos Dolezel | 2015-06-02 | -1/+17 |
| | ||||
* | Ported Q3Process and Q3ProgressDialog | Lubos Dolezel | 2015-06-02 | -81/+82 |
| | ||||
* | Fixed optional feature enabling | Lubos Dolezel | 2015-06-02 | -56/+94 |
| | | | | | Hide Diamondcard support Other fixes | |||
* | Twinkle now compiles with Qt4 uic, but crashes at runtime (due to GUI calls ↵ | Lubos Dolezel | 2015-06-02 | -2792/+4522 |
| | | | | from outside the main thread) | |||
* | GUI build in progress. | Lubos Dolezel | 2015-06-01 | -15010/+12388 |
| | | | | The next step is to adapt .ui.h files to use Qt4 UIC-generated headers. | |||
* | manual adjustments of getprofilenameform.ui | Michal Kubecek | 2015-04-19 | -2/+1 |
| | ||||
* | automatic conversion of getprofilenameform.ui | Michal Kubecek | 2015-04-19 | -189/+181 |
| | ||||
* | manual adjustment of numberconversionform.ui | Michal Kubecek | 2015-04-19 | -1/+0 |
| | ||||
* | automatic conversion of numberconversionform.ui | Michal Kubecek | 2015-04-19 | -253/+243 |
| | ||||
* | LogViewForm: follow bottom of the log | Michal Kubecek | 2015-04-17 | -0/+10 |
| | | | | | | | | Minor improvement of log viewer form: if vertical scrollbar is on the bottom and new text is appended, scroll to bottom after appending it so that we can still see the newest entries. If the scrollbar is not on the bottom, preserve its position so that we can still see the same entry (as it used to be). | |||
* | replace more GUI accesses from non-GUI threads | Michal Kubecek | 2015-04-17 | -9/+9 |
| | | | | | | | | | | | 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. | |||
* | manual adjustment of logviewform.ui | Michal Kubecek | 2015-04-17 | -15/+18 |
| | ||||
* | automatic conversion of logviewform.ui | Michal Kubecek | 2015-04-17 | -215/+218 |
| | ||||
* | manual adjustment of deregisterform.ui | Michal Kubecek | 2015-04-17 | -1/+0 |
| | ||||
* | automatic conversion of deregisterform.ui | Michal Kubecek | 2015-04-17 | -123/+123 |
| | ||||
* | manual adjustment of dtmfform.ui | Michal Kubecek | 2015-04-16 | -18/+280 |
| | ||||
* | automatic conversion of dtmfform.ui | Michal Kubecek | 2015-04-16 | -496/+448 |
| | ||||
* | Qt4: add icons as resources | Michal Kubecek | 2015-04-16 | -0/+330 |
| | | | | Native Qt4 forms will need icons to be present via a resource. | |||
* | replace more GUI accesses from non-GUI threads | Michal Kubecek | 2015-04-15 | -122/+126 |
| | | | | | | 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. | |||
* | do not call GUI slots directly from non-GUI threads | Michal Kubecek | 2015-04-15 | -19/+64 |
| | | | | | | | | | | 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. | |||
* | make passed argc reference persistent | Michal Kubecek | 2015-04-15 | -1/+1 |
| | | | | | | Qt documentation states that argc passed to QApplication constructor (by reference) must exist for the whole lifetime of the QApplication object. This was not the case in create_user_interface(). | |||
* | Qt4 port step 11: fix diamondcardprofileform.ui | Michal Kubecek | 2015-04-15 | -0/+6 |
| | | | | Add missing includes and variable declarations. | |||
* | Qt4 port step 10: minor X11 related fixes | Michal Kubecek | 2015-04-15 | -3/+4 |
| | ||||
* | Qt4 port step 9: replace getWFlags() / setWFlags() | Michal Kubecek | 2015-04-15 | -2/+2 |
| | | | | Use windowFlags() and setWindowFlags() instead. | |||
* | Qt4 port step 8: disable buddy list tooltip | Michal Kubecek | 2015-04-15 | -46/+1 |
| | | | | This will need rewriting to event handler. Disable for now. | |||
* | Qt4 port step 7: drop unused method | Michal Kubecek | 2015-04-15 | -20/+0 |
| | | | | | This method would require some work to port but it's not used anyway so just drop it instead. | |||
* | Qt4 port step 6: QPixmap::fromMimeSource cleanup | Michal Kubecek | 2015-04-15 | -67/+68 |
| | | | | | Convert remaining uses of QPixmap::fromMimeSource() to qPixmapFromMimeSource (will be rewritten to native Qt4 resources later). | |||
* | Qt4 port step 5: type safety | Michal Kubecek | 2015-04-15 | -9/+10 |
| | | | | Fix various type check errors. | |||
* | Qt4 port step 4: add missing forward declarations | Michal Kubecek | 2015-04-15 | -0/+9 |
| | ||||
* | Qt4 port step 3: hide cursor properties temporarily | Michal Kubecek | 2015-04-15 | -40/+40 |
| | | | | | Qt4 doesn't seem to process them in 3.3. ui files correctly. Disable them until ui files are converted to native Qt4. | |||
* | Qt4 port step 2: apply qt3toqt4 | Michal Kubecek | 2015-04-15 | -238/+309 |
| | ||||
* | Qt4 port step 1: configure.ac cleanup | Michal Kubecek | 2015-04-15 | -6/+6 |
| | ||||
* | initial checkin | Michal Kubecek | 2015-04-13 | -0/+74938 |
Check in contents of upstream 1.4.2 tarball, exclude generated files. |