summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorStanislaw Halik <sthalik@misaki.pl>2017-04-07 21:36:10 +0200
committerStanislaw Halik <sthalik@misaki.pl>2017-04-07 21:36:10 +0200
commit0bc78d53028f5ac68b9ab454347b8ad453988c08 (patch)
tree913abe48caeaf01e08707dfa4d0ef6aac3903b24
parentbf5954132b776b19b20586b0a4b2b622ab0642ea (diff)
rename several protocols from abbreviated names
-rw-r--r--proto-flightgear/CMakeLists.txt (renamed from proto-fg/CMakeLists.txt)0
-rw-r--r--proto-flightgear/fg-protocol.qrc (renamed from proto-fg/fg-protocol.qrc)0
-rw-r--r--proto-flightgear/ftnoir_fgcontrols.ui (renamed from proto-fg/ftnoir_fgcontrols.ui)0
-rw-r--r--proto-flightgear/ftnoir_protocol_fg.cpp (renamed from proto-fg/ftnoir_protocol_fg.cpp)0
-rw-r--r--proto-flightgear/ftnoir_protocol_fg.h (renamed from proto-fg/ftnoir_protocol_fg.h)0
-rw-r--r--proto-flightgear/ftnoir_protocol_fg_dialog.cpp (renamed from proto-fg/ftnoir_protocol_fg_dialog.cpp)0
-rw-r--r--proto-flightgear/images/flightgear.png (renamed from proto-fg/images/flightgear.png)bin979 -> 979 bytes
-rw-r--r--proto-flightgear/lang/nl_NL.ts (renamed from proto-fg/lang/nl_NL.ts)0
-rw-r--r--proto-flightgear/lang/ru_RU.ts (renamed from proto-fg/lang/ru_RU.ts)0
-rw-r--r--proto-flightgear/lang/stub.ts (renamed from proto-fg/lang/stub.ts)0
-rw-r--r--proto-simconnect/CMakeLists.txt (renamed from proto-sc/CMakeLists.txt)0
-rw-r--r--proto-simconnect/ftnoir-protocol-sc.rc (renamed from proto-sc/ftnoir-protocol-sc.rc)0
-rw-r--r--proto-simconnect/ftnoir_protocol_sc.cpp (renamed from proto-sc/ftnoir_protocol_sc.cpp)0
-rw-r--r--proto-simconnect/ftnoir_protocol_sc.h (renamed from proto-sc/ftnoir_protocol_sc.h)0
-rw-r--r--proto-simconnect/ftnoir_protocol_sc_dialog.cpp (renamed from proto-sc/ftnoir_protocol_sc_dialog.cpp)0
-rw-r--r--proto-simconnect/ftnoir_sccontrols.ui (renamed from proto-sc/ftnoir_sccontrols.ui)0
-rw-r--r--proto-simconnect/images/fsx.png (renamed from proto-sc/images/fsx.png)bin813 -> 813 bytes
-rw-r--r--proto-simconnect/images/fsx1.png (renamed from proto-sc/images/fsx1.png)bin1920 -> 1920 bytes
-rw-r--r--proto-simconnect/lang/nl_NL.ts (renamed from proto-sc/lang/nl_NL.ts)0
-rw-r--r--proto-simconnect/lang/ru_RU.ts (renamed from proto-sc/lang/ru_RU.ts)0
-rw-r--r--proto-simconnect/lang/stub.ts (renamed from proto-sc/lang/stub.ts)0
-rw-r--r--proto-simconnect/sc-protocol.qrc (renamed from proto-sc/sc-protocol.qrc)0
-rw-r--r--proto-simconnect/scserver.manifest (renamed from proto-sc/scserver.manifest)0
-rw-r--r--proto-simconnect/scserver_acceleration.manifest (renamed from proto-sc/scserver_acceleration.manifest)0
-rw-r--r--proto-simconnect/scserver_sp2.manifest (renamed from proto-sc/scserver_sp2.manifest)0
-rw-r--r--proto-udp/CMakeLists.txt (renamed from proto-ftn/CMakeLists.txt)0
-rw-r--r--proto-udp/ftnoir_ftncontrols.ui (renamed from proto-ftn/ftnoir_ftncontrols.ui)0
-rw-r--r--proto-udp/ftnoir_protocol_ftn.cpp (renamed from proto-ftn/ftnoir_protocol_ftn.cpp)0
-rw-r--r--proto-udp/ftnoir_protocol_ftn.h (renamed from proto-ftn/ftnoir_protocol_ftn.h)0
-rw-r--r--proto-udp/ftnoir_protocol_ftn_dialog.cpp (renamed from proto-ftn/ftnoir_protocol_ftn_dialog.cpp)0
-rw-r--r--proto-udp/lang/nl_NL.ts (renamed from proto-ftn/lang/nl_NL.ts)0
-rw-r--r--proto-udp/lang/ru_RU.ts (renamed from proto-ftn/lang/ru_RU.ts)0
-rw-r--r--proto-udp/lang/stub.ts (renamed from proto-ftn/lang/stub.ts)0
33 files changed, 0 insertions, 0 deletions
diff --git a/proto-fg/CMakeLists.txt b/proto-flightgear/CMakeLists.txt
index cdfe18a6c..cdfe18a6c 100644
--- a/proto-fg/CMakeLists.txt
+++ b/proto-flightgear/CMakeLists.txt
diff --git a/proto-fg/fg-protocol.qrc b/proto-flightgear/fg-protocol.qrc
index 1c685437c..1c685437c 100644
--- a/proto-fg/fg-protocol.qrc
+++ b/proto-flightgear/fg-protocol.qrc
diff --git a/proto-fg/ftnoir_fgcontrols.ui b/proto-flightgear/ftnoir_fgcontrols.ui
index 4c0a83145..4c0a83145 100644
--- a/proto-fg/ftnoir_fgcontrols.ui
+++ b/proto-flightgear/ftnoir_fgcontrols.ui
diff --git a/proto-fg/ftnoir_protocol_fg.cpp b/proto-flightgear/ftnoir_protocol_fg.cpp
index 3e0f955c7..3e0f955c7 100644
--- a/proto-fg/ftnoir_protocol_fg.cpp
+++ b/proto-flightgear/ftnoir_protocol_fg.cpp
diff --git a/proto-fg/ftnoir_protocol_fg.h b/proto-flightgear/ftnoir_protocol_fg.h
index 48e5f1c1e..48e5f1c1e 100644
--- a/proto-fg/ftnoir_protocol_fg.h
+++ b/proto-flightgear/ftnoir_protocol_fg.h
diff --git a/proto-fg/ftnoir_protocol_fg_dialog.cpp b/proto-flightgear/ftnoir_protocol_fg_dialog.cpp
index 43a702f64..43a702f64 100644
--- a/proto-fg/ftnoir_protocol_fg_dialog.cpp
+++ b/proto-flightgear/ftnoir_protocol_fg_dialog.cpp
diff --git a/proto-fg/images/flightgear.png b/proto-flightgear/images/flightgear.png
index 2a5466422..2a5466422 100644
--- a/proto-fg/images/flightgear.png
+++ b/proto-flightgear/images/flightgear.png
Binary files differ
diff --git a/proto-fg/lang/nl_NL.ts b/proto-flightgear/lang/nl_NL.ts
index 35ab54311..35ab54311 100644
--- a/proto-fg/lang/nl_NL.ts
+++ b/proto-flightgear/lang/nl_NL.ts
diff --git a/proto-fg/lang/ru_RU.ts b/proto-flightgear/lang/ru_RU.ts
index 916f5e2d4..916f5e2d4 100644
--- a/proto-fg/lang/ru_RU.ts
+++ b/proto-flightgear/lang/ru_RU.ts
diff --git a/proto-fg/lang/stub.ts b/proto-flightgear/lang/stub.ts
index e94d44f2a..e94d44f2a 100644
--- a/proto-fg/lang/stub.ts
+++ b/proto-flightgear/lang/stub.ts
diff --git a/proto-sc/CMakeLists.txt b/proto-simconnect/CMakeLists.txt
index 26047b6fb..26047b6fb 100644
--- a/proto-sc/CMakeLists.txt
+++ b/proto-simconnect/CMakeLists.txt
diff --git a/proto-sc/ftnoir-protocol-sc.rc b/proto-simconnect/ftnoir-protocol-sc.rc
index c89eb9a70..c89eb9a70 100644
--- a/proto-sc/ftnoir-protocol-sc.rc
+++ b/proto-simconnect/ftnoir-protocol-sc.rc
diff --git a/proto-sc/ftnoir_protocol_sc.cpp b/proto-simconnect/ftnoir_protocol_sc.cpp
index c8df0443b..c8df0443b 100644
--- a/proto-sc/ftnoir_protocol_sc.cpp
+++ b/proto-simconnect/ftnoir_protocol_sc.cpp
diff --git a/proto-sc/ftnoir_protocol_sc.h b/proto-simconnect/ftnoir_protocol_sc.h
index ff6643517..ff6643517 100644
--- a/proto-sc/ftnoir_protocol_sc.h
+++ b/proto-simconnect/ftnoir_protocol_sc.h
diff --git a/proto-sc/ftnoir_protocol_sc_dialog.cpp b/proto-simconnect/ftnoir_protocol_sc_dialog.cpp
index a14c6b447..a14c6b447 100644
--- a/proto-sc/ftnoir_protocol_sc_dialog.cpp
+++ b/proto-simconnect/ftnoir_protocol_sc_dialog.cpp
diff --git a/proto-sc/ftnoir_sccontrols.ui b/proto-simconnect/ftnoir_sccontrols.ui
index 887d6d805..887d6d805 100644
--- a/proto-sc/ftnoir_sccontrols.ui
+++ b/proto-simconnect/ftnoir_sccontrols.ui
diff --git a/proto-sc/images/fsx.png b/proto-simconnect/images/fsx.png
index 16b072a15..16b072a15 100644
--- a/proto-sc/images/fsx.png
+++ b/proto-simconnect/images/fsx.png
Binary files differ
diff --git a/proto-sc/images/fsx1.png b/proto-simconnect/images/fsx1.png
index a1f0f1887..a1f0f1887 100644
--- a/proto-sc/images/fsx1.png
+++ b/proto-simconnect/images/fsx1.png
Binary files differ
diff --git a/proto-sc/lang/nl_NL.ts b/proto-simconnect/lang/nl_NL.ts
index f01f6d886..f01f6d886 100644
--- a/proto-sc/lang/nl_NL.ts
+++ b/proto-simconnect/lang/nl_NL.ts
diff --git a/proto-sc/lang/ru_RU.ts b/proto-simconnect/lang/ru_RU.ts
index 3d49c8b80..3d49c8b80 100644
--- a/proto-sc/lang/ru_RU.ts
+++ b/proto-simconnect/lang/ru_RU.ts
diff --git a/proto-sc/lang/stub.ts b/proto-simconnect/lang/stub.ts
index 522fc4e89..522fc4e89 100644
--- a/proto-sc/lang/stub.ts
+++ b/proto-simconnect/lang/stub.ts
diff --git a/proto-sc/sc-protocol.qrc b/proto-simconnect/sc-protocol.qrc
index 127d51806..127d51806 100644
--- a/proto-sc/sc-protocol.qrc
+++ b/proto-simconnect/sc-protocol.qrc
diff --git a/proto-sc/scserver.manifest b/proto-simconnect/scserver.manifest
index d342cfdaf..d342cfdaf 100644
--- a/proto-sc/scserver.manifest
+++ b/proto-simconnect/scserver.manifest
diff --git a/proto-sc/scserver_acceleration.manifest b/proto-simconnect/scserver_acceleration.manifest
index 06459587b..06459587b 100644
--- a/proto-sc/scserver_acceleration.manifest
+++ b/proto-simconnect/scserver_acceleration.manifest
diff --git a/proto-sc/scserver_sp2.manifest b/proto-simconnect/scserver_sp2.manifest
index 3020d16c4..3020d16c4 100644
--- a/proto-sc/scserver_sp2.manifest
+++ b/proto-simconnect/scserver_sp2.manifest
diff --git a/proto-ftn/CMakeLists.txt b/proto-udp/CMakeLists.txt
index abba4f52f..abba4f52f 100644
--- a/proto-ftn/CMakeLists.txt
+++ b/proto-udp/CMakeLists.txt
diff --git a/proto-ftn/ftnoir_ftncontrols.ui b/proto-udp/ftnoir_ftncontrols.ui
index 28f8ccdfc..28f8ccdfc 100644
--- a/proto-ftn/ftnoir_ftncontrols.ui
+++ b/proto-udp/ftnoir_ftncontrols.ui
diff --git a/proto-ftn/ftnoir_protocol_ftn.cpp b/proto-udp/ftnoir_protocol_ftn.cpp
index b659e3b5f..b659e3b5f 100644
--- a/proto-ftn/ftnoir_protocol_ftn.cpp
+++ b/proto-udp/ftnoir_protocol_ftn.cpp
diff --git a/proto-ftn/ftnoir_protocol_ftn.h b/proto-udp/ftnoir_protocol_ftn.h
index 383b4ed77..383b4ed77 100644
--- a/proto-ftn/ftnoir_protocol_ftn.h
+++ b/proto-udp/ftnoir_protocol_ftn.h
diff --git a/proto-ftn/ftnoir_protocol_ftn_dialog.cpp b/proto-udp/ftnoir_protocol_ftn_dialog.cpp
index 70416a690..70416a690 100644
--- a/proto-ftn/ftnoir_protocol_ftn_dialog.cpp
+++ b/proto-udp/ftnoir_protocol_ftn_dialog.cpp
diff --git a/proto-ftn/lang/nl_NL.ts b/proto-udp/lang/nl_NL.ts
index 989194c5b..989194c5b 100644
--- a/proto-ftn/lang/nl_NL.ts
+++ b/proto-udp/lang/nl_NL.ts
diff --git a/proto-ftn/lang/ru_RU.ts b/proto-udp/lang/ru_RU.ts
index c489ebf51..c489ebf51 100644
--- a/proto-ftn/lang/ru_RU.ts
+++ b/proto-udp/lang/ru_RU.ts
diff --git a/proto-ftn/lang/stub.ts b/proto-udp/lang/stub.ts
index 9ef5380e5..9ef5380e5 100644
--- a/proto-ftn/lang/stub.ts
+++ b/proto-udp/lang/stub.ts