mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Update the server_monitor example client to Qt5
(cherry picked from commit ab72f94595
)
This commit is contained in:
parent
94093a534e
commit
e1fa3cb248
@ -41,6 +41,9 @@
|
|||||||
#include <QApplication>
|
#include <QApplication>
|
||||||
#include <QtGui>
|
#include <QtGui>
|
||||||
#include <QtDebug>
|
#include <QtDebug>
|
||||||
|
#if QT_VERSION >= 0x050000
|
||||||
|
#include <QtWidgets>
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "server_monitor.h"
|
#include "server_monitor.h"
|
||||||
|
|
||||||
|
@ -13,6 +13,7 @@
|
|||||||
|
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
#include <unistd.h>
|
||||||
|
|
||||||
#include <QDialog>
|
#include <QDialog>
|
||||||
#include <QFile>
|
#include <QFile>
|
||||||
|
@ -1,2 +1,4 @@
|
|||||||
|
CONFIG += console
|
||||||
HEADERS += server_monitor.h
|
HEADERS += server_monitor.h
|
||||||
SOURCES += server_monitor.cpp
|
SOURCES += server_monitor.cpp
|
||||||
|
greaterThan(QT_MAJOR_VERSION, 4): QT += widgets
|
||||||
|
@ -15,8 +15,8 @@ What's new
|
|||||||
|
|
||||||
* DOCUMENT INPUT/OUTPUT
|
* DOCUMENT INPUT/OUTPUT
|
||||||
|
|
||||||
- Updated Arabic, Chinese (Simplified), German, Russian, Slovakian and Ukrainian
|
- Updated Arabic, Chinese (Simplified), German, Italian, Russian, Slovakian
|
||||||
user interface localization.
|
and Ukrainian user interface localization.
|
||||||
|
|
||||||
- It possible to anonymize document's content for bug submissions
|
- It possible to anonymize document's content for bug submissions
|
||||||
via buffer-anonymize lfun (bug 7259).
|
via buffer-anonymize lfun (bug 7259).
|
||||||
@ -33,6 +33,11 @@ What's new
|
|||||||
- Fix problems with default conversion script for graphics (part of bug 11186).
|
- Fix problems with default conversion script for graphics (part of bug 11186).
|
||||||
|
|
||||||
|
|
||||||
|
* MISCELLANEOUS
|
||||||
|
|
||||||
|
- Updated to Qt5 the LyX server example client in development/lyxserver/
|
||||||
|
|
||||||
|
|
||||||
* TEX2LYX IMPROVEMENTS
|
* TEX2LYX IMPROVEMENTS
|
||||||
|
|
||||||
- Add support for biblatex.
|
- Add support for biblatex.
|
||||||
|
Loading…
Reference in New Issue
Block a user