mirror of
https://github.com/telegramdesktop/tdesktop
synced 2025-01-10 16:59:55 +00:00
Merge branch 'dev' of https://github.com/telegramdesktop/tdesktop into dev
This commit is contained in:
commit
83a542713a
9
MSVC.md
9
MSVC.md
@ -160,14 +160,15 @@ and run
|
||||
|
||||
git clone git://code.qt.io/qt/qt5.git QtStatic
|
||||
cd QtStatic
|
||||
git checkout 5.5.1
|
||||
git checkout 5.5
|
||||
perl init-repository --module-subset=qtbase,qtimageformats
|
||||
git checkout v5.5.1
|
||||
cd qtimageformats && git checkout v5.5.1 && cd ..
|
||||
cd qtbase && git checkout v5.5.1 && cd ..
|
||||
|
||||
#####Apply the patch
|
||||
|
||||
cd qtbase
|
||||
git apply ../../../tdesktop/Telegram/_qtbase_5_5_1_patch.diff
|
||||
cd ..
|
||||
cd qtbase && git apply ../../../tdesktop/Telegram/_qtbase_5_5_1_patch.diff && cd ..
|
||||
|
||||
#####Building library
|
||||
|
||||
|
@ -93,14 +93,15 @@ In Terminal go to **/home/user/TBuild/Libraries** and run
|
||||
|
||||
git clone git://code.qt.io/qt/qt5.git QtStatic
|
||||
cd QtStatic
|
||||
git checkout 5.5.1
|
||||
git checkout 5.5
|
||||
perl init-repository --module-subset=qtbase,qtimageformats
|
||||
git checkout v5.5.1
|
||||
cd qtimageformats && git checkout v5.5.1 && cd ..
|
||||
cd qtbase && git checkout v5.5.1 && cd ..
|
||||
|
||||
#####Apply the patch
|
||||
|
||||
cd qtbase
|
||||
git apply ./../../../tdesktop/Telegram/_qtbase_5_5_1_patch.diff
|
||||
cd ..
|
||||
cd qtbase && git apply ../../../tdesktop/Telegram/_qtbase_5_5_1_patch.diff && cd ..
|
||||
|
||||
#####Building library
|
||||
|
||||
|
@ -282,7 +282,7 @@ index 112bb8e..45be6c6 100644
|
||||
+ }
|
||||
+ }
|
||||
+ }
|
||||
+
|
||||
+
|
||||
+ families << family;
|
||||
}
|
||||
populateFromPattern(pattern);
|
||||
@ -1149,7 +1149,7 @@ new file mode 100644
|
||||
index 0000000..b47d332
|
||||
--- /dev/null
|
||||
+++ b/src/plugins/platforminputcontexts/fcitx/fcitxqtinputcontextproxy.cpp
|
||||
@@ -0,0 +1,26 @@
|
||||
@@ -0,0 +1,25 @@
|
||||
+/*
|
||||
+ * This file was generated by qdbusxml2cpp version 0.8
|
||||
+ * Command line was: qdbusxml2cpp -N -p fcitxqtinputcontextproxy -c FcitxQtInputContextProxy interfaces/org.fcitx.Fcitx.InputContext.xml -i fcitxqtformattedpreedit.h -i fcitxqt_export.h
|
||||
@ -1175,7 +1175,6 @@ index 0000000..b47d332
|
||||
+FcitxQtInputContextProxy::~FcitxQtInputContextProxy()
|
||||
+{
|
||||
+}
|
||||
+
|
||||
diff --git a/src/plugins/platforminputcontexts/fcitx/fcitxqtinputcontextproxy.h b/src/plugins/platforminputcontexts/fcitx/fcitxqtinputcontextproxy.h
|
||||
new file mode 100644
|
||||
index 0000000..19874dc
|
||||
@ -1494,7 +1493,7 @@ new file mode 100644
|
||||
index 0000000..068f4c2
|
||||
--- /dev/null
|
||||
+++ b/src/plugins/platforminputcontexts/fcitx/fcitxqtinputmethodproxy.cpp
|
||||
@@ -0,0 +1,26 @@
|
||||
@@ -0,0 +1,25 @@
|
||||
+/*
|
||||
+ * This file was generated by qdbusxml2cpp version 0.8
|
||||
+ * Command line was: qdbusxml2cpp -N -p fcitxqtinputmethodproxy -c FcitxQtInputMethodProxy interfaces/org.fcitx.Fcitx.InputMethod.xml -i fcitxqtinputmethoditem.h -i fcitxqt_export.h
|
||||
@ -1520,7 +1519,6 @@ index 0000000..068f4c2
|
||||
+FcitxQtInputMethodProxy::~FcitxQtInputMethodProxy()
|
||||
+{
|
||||
+}
|
||||
+
|
||||
diff --git a/src/plugins/platforminputcontexts/fcitx/fcitxqtinputmethodproxy.h b/src/plugins/platforminputcontexts/fcitx/fcitxqtinputmethodproxy.h
|
||||
new file mode 100644
|
||||
index 0000000..7aa37e2
|
||||
@ -1919,7 +1917,7 @@ new file mode 100644
|
||||
index 0000000..7523a92
|
||||
--- /dev/null
|
||||
+++ b/src/plugins/platforminputcontexts/fcitx/fcitxqtkeyboardproxy.cpp
|
||||
@@ -0,0 +1,26 @@
|
||||
@@ -0,0 +1,25 @@
|
||||
+/*
|
||||
+ * This file was generated by qdbusxml2cpp version 0.8
|
||||
+ * Command line was: qdbusxml2cpp -N -p fcitxqtkeyboardproxy -c FcitxQtKeyboardProxy interfaces/org.fcitx.Fcitx.Keyboard.xml -i fcitxqtkeyboardlayout.h -i fcitxqt_export.h
|
||||
@ -1945,7 +1943,6 @@ index 0000000..7523a92
|
||||
+FcitxQtKeyboardProxy::~FcitxQtKeyboardProxy()
|
||||
+{
|
||||
+}
|
||||
+
|
||||
diff --git a/src/plugins/platforminputcontexts/fcitx/fcitxqtkeyboardproxy.h b/src/plugins/platforminputcontexts/fcitx/fcitxqtkeyboardproxy.h
|
||||
new file mode 100644
|
||||
index 0000000..42a6561
|
||||
|
9
XCODE.md
9
XCODE.md
@ -142,14 +142,15 @@ In Terminal go to **/Users/user/TBuild/Libraries** and run
|
||||
|
||||
git clone git://code.qt.io/qt/qt5.git QtStatic
|
||||
cd QtStatic
|
||||
git checkout 5.5.1
|
||||
git checkout 5.5
|
||||
perl init-repository --module-subset=qtbase,qtimageformats
|
||||
git checkout v5.5.1
|
||||
cd qtimageformats && git checkout v5.5.1 && cd ..
|
||||
cd qtbase && git checkout v5.5.1 && cd ..
|
||||
|
||||
#####Apply the patch
|
||||
|
||||
cd qtbase
|
||||
git apply ./../../../tdesktop/Telegram/_qtbase_5_5_1_patch.diff
|
||||
cd ..
|
||||
cd qtbase && git apply ../../../tdesktop/Telegram/_qtbase_5_5_1_patch.diff && cd ..
|
||||
|
||||
#####Building library
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user