diff --git a/Bundle3rdParty b/BundleThirdParty similarity index 100% rename from Bundle3rdParty rename to BundleThirdParty diff --git a/SleepyHeadQT.pro b/OSCR_QT.pro similarity index 100% rename from SleepyHeadQT.pro rename to OSCR_QT.pro diff --git a/innosetup/installer-angle.iss b/innosetup/installer-angle.iss deleted file mode 100644 index 95b1d819..00000000 --- a/innosetup/installer-angle.iss +++ /dev/null @@ -1,52 +0,0 @@ -; Script generated by the Inno Setup Script Wizard. -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! - -#define MyAppName "SleepyHead" -#define MyAppVersion "0.9.6" -#define MyAppPublisher "Jedimark" -#define MyAppURL "http://sleepyhead.sourceforge.net" -#define MyAppExeName "SleepyHead.exe" - -[Setup] -; NOTE: The value of AppId uniquely identifies this application. -; Do not use the same AppId value in installers for other applications. -; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{AF23DDE0-E745-456E-AA06-014BB6DEB63F} -AppName={#MyAppName} -AppVersion={#MyAppVersion} -;AppVerName={#MyAppName} {#MyAppVersion} -AppPublisher={#MyAppPublisher} -AppPublisherURL={#MyAppURL} -AppSupportURL={#MyAppURL} -AppUpdatesURL={#MyAppURL} -DefaultDirName={pf}\{#MyAppName} -DefaultGroupName={#MyAppName} -LicenseFile=C:\Users\Mark\Documents\src\COPYING.txt -OutputDir=C:\Users\Mark\Documents\src\sleepyhead-code\innosetup -OutputBaseFilename=SleepyHead-{#MyAppVersion}-ANGLE-Setup-32bit -SetupIconFile=C:\Users\Mark\Documents\src\sleepyhead-code\sleepyhead\icons\bob-v3.0.ico -Compression=lzma -SolidCompression=yes - -[Languages] -Name: "english"; MessagesFile: "compiler:Default.isl" -Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl" -Name: "french"; MessagesFile: "compiler:Languages\French.isl" -Name: "german"; MessagesFile: "compiler:Languages\German.isl" - -[Tasks] -Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked - -[Files] -Source: "C:\Users\Mark\Desktop\SleepyHead-0.9.6-testing-Qt5.2.1-MSVC2012-ANGLE-32bit\SleepyHead.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "C:\Users\Mark\Desktop\SleepyHead-0.9.6-testing-Qt5.2.1-MSVC2012-ANGLE-32bit\*.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs -Source: "C:\Users\Mark\Desktop\SleepyHead-0.9.6-testing-Qt5.2.1-MSVC2012-ANGLE-32bit\Translations\*.qm"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs -; NOTE: Don't use "Flags: ignoreversion" on any shared system files - -[Icons] -Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" -Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon - -[Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent - diff --git a/innosetup/installer-opengl.iss b/innosetup/installer-opengl.iss deleted file mode 100644 index f1e8cb7c..00000000 --- a/innosetup/installer-opengl.iss +++ /dev/null @@ -1,52 +0,0 @@ -; Script generated by the Inno Setup Script Wizard. -; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! - -#define MyAppName "SleepyHead" -#define MyAppVersion "0.9.6" -#define MyAppPublisher "Jedimark" -#define MyAppURL "http://sleepyhead.sourceforge.net" -#define MyAppExeName "SleepyHead.exe" - -[Setup] -; NOTE: The value of AppId uniquely identifies this application. -; Do not use the same AppId value in installers for other applications. -; (To generate a new GUID, click Tools | Generate GUID inside the IDE.) -AppId={{AF23DDE0-E745-456E-AA06-014BB6DEB63F} -AppName={#MyAppName} -AppVersion={#MyAppVersion} -;AppVerName={#MyAppName} {#MyAppVersion} -AppPublisher={#MyAppPublisher} -AppPublisherURL={#MyAppURL} -AppSupportURL={#MyAppURL} -AppUpdatesURL={#MyAppURL} -DefaultDirName={pf}\{#MyAppName} -DefaultGroupName={#MyAppName} -LicenseFile=C:\Users\Mark\Documents\src\COPYING.txt -OutputDir=C:\Users\Mark\Documents\src\sleepyhead-code\innosetup -OutputBaseFilename=SleepyHead-{#MyAppVersion}-OpenGL-Setup-32bit -SetupIconFile=C:\Users\Mark\Documents\src\sleepyhead-code\sleepyhead\icons\bob-v3.0.ico -Compression=lzma -SolidCompression=yes - -[Languages] -Name: "english"; MessagesFile: "compiler:Default.isl" -Name: "dutch"; MessagesFile: "compiler:Languages\Dutch.isl" -Name: "french"; MessagesFile: "compiler:Languages\French.isl" -Name: "german"; MessagesFile: "compiler:Languages\German.isl" - -[Tasks] -Name: "desktopicon"; Description: "{cm:CreateDesktopIcon}"; GroupDescription: "{cm:AdditionalIcons}"; Flags: unchecked - -[Files] -Source: "C:\Users\Mark\Desktop\SleepyHead-0.9.6-testing-Qt5.2.1-MingW-OpenGL-32bit\SleepyHead.exe"; DestDir: "{app}"; Flags: ignoreversion -Source: "C:\Users\Mark\Desktop\SleepyHead-0.9.6-testing-Qt5.2.1-MingW-OpenGL-32bit\*.dll"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs -Source: "C:\Users\Mark\Desktop\SleepyHead-0.9.6-testing-Qt5.2.1-MingW-OpenGL-32bit\Translations\*.qm"; DestDir: "{app}"; Flags: ignoreversion recursesubdirs createallsubdirs -; NOTE: Don't use "Flags: ignoreversion" on any shared system files - -[Icons] -Name: "{group}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}" -Name: "{commondesktop}\{#MyAppName}"; Filename: "{app}\{#MyAppExeName}"; Tasks: desktopicon - -[Run] -Filename: "{app}\{#MyAppExeName}"; Description: "{cm:LaunchProgram,{#StringChange(MyAppName, '&', '&&')}}"; Flags: nowait postinstall skipifsilent - diff --git a/sleepyhead/Graphs/MinutesAtPressure.cpp b/oscr/Graphs/MinutesAtPressure.cpp similarity index 100% rename from sleepyhead/Graphs/MinutesAtPressure.cpp rename to oscr/Graphs/MinutesAtPressure.cpp diff --git a/sleepyhead/Graphs/MinutesAtPressure.h b/oscr/Graphs/MinutesAtPressure.h similarity index 100% rename from sleepyhead/Graphs/MinutesAtPressure.h rename to oscr/Graphs/MinutesAtPressure.h diff --git a/sleepyhead/Graphs/gFlagsLine.cpp b/oscr/Graphs/gFlagsLine.cpp similarity index 100% rename from sleepyhead/Graphs/gFlagsLine.cpp rename to oscr/Graphs/gFlagsLine.cpp diff --git a/sleepyhead/Graphs/gFlagsLine.h b/oscr/Graphs/gFlagsLine.h similarity index 100% rename from sleepyhead/Graphs/gFlagsLine.h rename to oscr/Graphs/gFlagsLine.h diff --git a/sleepyhead/Graphs/gFooBar.cpp b/oscr/Graphs/gFooBar.cpp similarity index 100% rename from sleepyhead/Graphs/gFooBar.cpp rename to oscr/Graphs/gFooBar.cpp diff --git a/sleepyhead/Graphs/gFooBar.h b/oscr/Graphs/gFooBar.h similarity index 100% rename from sleepyhead/Graphs/gFooBar.h rename to oscr/Graphs/gFooBar.h diff --git a/sleepyhead/Graphs/gGraph.cpp b/oscr/Graphs/gGraph.cpp similarity index 100% rename from sleepyhead/Graphs/gGraph.cpp rename to oscr/Graphs/gGraph.cpp diff --git a/sleepyhead/Graphs/gGraph.h b/oscr/Graphs/gGraph.h similarity index 100% rename from sleepyhead/Graphs/gGraph.h rename to oscr/Graphs/gGraph.h diff --git a/sleepyhead/Graphs/gGraphView.cpp b/oscr/Graphs/gGraphView.cpp similarity index 100% rename from sleepyhead/Graphs/gGraphView.cpp rename to oscr/Graphs/gGraphView.cpp diff --git a/sleepyhead/Graphs/gGraphView.h b/oscr/Graphs/gGraphView.h similarity index 100% rename from sleepyhead/Graphs/gGraphView.h rename to oscr/Graphs/gGraphView.h diff --git a/sleepyhead/Graphs/gLineChart.cpp b/oscr/Graphs/gLineChart.cpp similarity index 100% rename from sleepyhead/Graphs/gLineChart.cpp rename to oscr/Graphs/gLineChart.cpp diff --git a/sleepyhead/Graphs/gLineChart.h b/oscr/Graphs/gLineChart.h similarity index 100% rename from sleepyhead/Graphs/gLineChart.h rename to oscr/Graphs/gLineChart.h diff --git a/sleepyhead/Graphs/gLineOverlay.cpp b/oscr/Graphs/gLineOverlay.cpp similarity index 100% rename from sleepyhead/Graphs/gLineOverlay.cpp rename to oscr/Graphs/gLineOverlay.cpp diff --git a/sleepyhead/Graphs/gLineOverlay.h b/oscr/Graphs/gLineOverlay.h similarity index 100% rename from sleepyhead/Graphs/gLineOverlay.h rename to oscr/Graphs/gLineOverlay.h diff --git a/sleepyhead/Graphs/gSegmentChart.cpp b/oscr/Graphs/gSegmentChart.cpp similarity index 100% rename from sleepyhead/Graphs/gSegmentChart.cpp rename to oscr/Graphs/gSegmentChart.cpp diff --git a/sleepyhead/Graphs/gSegmentChart.h b/oscr/Graphs/gSegmentChart.h similarity index 100% rename from sleepyhead/Graphs/gSegmentChart.h rename to oscr/Graphs/gSegmentChart.h diff --git a/sleepyhead/Graphs/gSessionTimesChart.cpp b/oscr/Graphs/gSessionTimesChart.cpp similarity index 100% rename from sleepyhead/Graphs/gSessionTimesChart.cpp rename to oscr/Graphs/gSessionTimesChart.cpp diff --git a/sleepyhead/Graphs/gSessionTimesChart.h b/oscr/Graphs/gSessionTimesChart.h similarity index 100% rename from sleepyhead/Graphs/gSessionTimesChart.h rename to oscr/Graphs/gSessionTimesChart.h diff --git a/sleepyhead/Graphs/gStatsLine.cpp b/oscr/Graphs/gStatsLine.cpp similarity index 100% rename from sleepyhead/Graphs/gStatsLine.cpp rename to oscr/Graphs/gStatsLine.cpp diff --git a/sleepyhead/Graphs/gStatsLine.h b/oscr/Graphs/gStatsLine.h similarity index 100% rename from sleepyhead/Graphs/gStatsLine.h rename to oscr/Graphs/gStatsLine.h diff --git a/sleepyhead/Graphs/gSummaryChart.cpp b/oscr/Graphs/gSummaryChart.cpp similarity index 100% rename from sleepyhead/Graphs/gSummaryChart.cpp rename to oscr/Graphs/gSummaryChart.cpp diff --git a/sleepyhead/Graphs/gSummaryChart.h b/oscr/Graphs/gSummaryChart.h similarity index 100% rename from sleepyhead/Graphs/gSummaryChart.h rename to oscr/Graphs/gSummaryChart.h diff --git a/sleepyhead/Graphs/gXAxis.cpp b/oscr/Graphs/gXAxis.cpp similarity index 100% rename from sleepyhead/Graphs/gXAxis.cpp rename to oscr/Graphs/gXAxis.cpp diff --git a/sleepyhead/Graphs/gXAxis.h b/oscr/Graphs/gXAxis.h similarity index 100% rename from sleepyhead/Graphs/gXAxis.h rename to oscr/Graphs/gXAxis.h diff --git a/sleepyhead/Graphs/gYAxis.cpp b/oscr/Graphs/gYAxis.cpp similarity index 100% rename from sleepyhead/Graphs/gYAxis.cpp rename to oscr/Graphs/gYAxis.cpp diff --git a/sleepyhead/Graphs/gYAxis.h b/oscr/Graphs/gYAxis.h similarity index 100% rename from sleepyhead/Graphs/gYAxis.h rename to oscr/Graphs/gYAxis.h diff --git a/sleepyhead/Graphs/gdailysummary.cpp b/oscr/Graphs/gdailysummary.cpp similarity index 100% rename from sleepyhead/Graphs/gdailysummary.cpp rename to oscr/Graphs/gdailysummary.cpp diff --git a/sleepyhead/Graphs/gdailysummary.h b/oscr/Graphs/gdailysummary.h similarity index 100% rename from sleepyhead/Graphs/gdailysummary.h rename to oscr/Graphs/gdailysummary.h diff --git a/sleepyhead/Graphs/glcommon.cpp b/oscr/Graphs/glcommon.cpp similarity index 100% rename from sleepyhead/Graphs/glcommon.cpp rename to oscr/Graphs/glcommon.cpp diff --git a/sleepyhead/Graphs/glcommon.h b/oscr/Graphs/glcommon.h similarity index 100% rename from sleepyhead/Graphs/glcommon.h rename to oscr/Graphs/glcommon.h diff --git a/sleepyhead/Graphs/graphdata.h b/oscr/Graphs/graphdata.h similarity index 100% rename from sleepyhead/Graphs/graphdata.h rename to oscr/Graphs/graphdata.h diff --git a/sleepyhead/Graphs/graphdata_custom.h b/oscr/Graphs/graphdata_custom.h similarity index 100% rename from sleepyhead/Graphs/graphdata_custom.h rename to oscr/Graphs/graphdata_custom.h diff --git a/sleepyhead/Graphs/gspacer.cpp b/oscr/Graphs/gspacer.cpp similarity index 100% rename from sleepyhead/Graphs/gspacer.cpp rename to oscr/Graphs/gspacer.cpp diff --git a/sleepyhead/Graphs/gspacer.h b/oscr/Graphs/gspacer.h similarity index 100% rename from sleepyhead/Graphs/gspacer.h rename to oscr/Graphs/gspacer.h diff --git a/sleepyhead/Graphs/layer.cpp b/oscr/Graphs/layer.cpp similarity index 100% rename from sleepyhead/Graphs/layer.cpp rename to oscr/Graphs/layer.cpp diff --git a/sleepyhead/Graphs/layer.h b/oscr/Graphs/layer.h similarity index 100% rename from sleepyhead/Graphs/layer.h rename to oscr/Graphs/layer.h diff --git a/sleepyhead/Resources.qrc b/oscr/Resources.qrc similarity index 100% rename from sleepyhead/Resources.qrc rename to oscr/Resources.qrc diff --git a/sleepyhead/STYLE b/oscr/STYLE similarity index 100% rename from sleepyhead/STYLE rename to oscr/STYLE diff --git a/sleepyhead/SleepLib/appsettings.h b/oscr/SleepLib/appsettings.h similarity index 100% rename from sleepyhead/SleepLib/appsettings.h rename to oscr/SleepLib/appsettings.h diff --git a/sleepyhead/SleepLib/calcs.cpp b/oscr/SleepLib/calcs.cpp similarity index 100% rename from sleepyhead/SleepLib/calcs.cpp rename to oscr/SleepLib/calcs.cpp diff --git a/sleepyhead/SleepLib/calcs.h b/oscr/SleepLib/calcs.h similarity index 100% rename from sleepyhead/SleepLib/calcs.h rename to oscr/SleepLib/calcs.h diff --git a/sleepyhead/SleepLib/common.cpp b/oscr/SleepLib/common.cpp similarity index 100% rename from sleepyhead/SleepLib/common.cpp rename to oscr/SleepLib/common.cpp diff --git a/sleepyhead/SleepLib/common.h b/oscr/SleepLib/common.h similarity index 100% rename from sleepyhead/SleepLib/common.h rename to oscr/SleepLib/common.h diff --git a/sleepyhead/SleepLib/day.cpp b/oscr/SleepLib/day.cpp similarity index 100% rename from sleepyhead/SleepLib/day.cpp rename to oscr/SleepLib/day.cpp diff --git a/sleepyhead/SleepLib/day.h b/oscr/SleepLib/day.h similarity index 100% rename from sleepyhead/SleepLib/day.h rename to oscr/SleepLib/day.h diff --git a/sleepyhead/SleepLib/event.cpp b/oscr/SleepLib/event.cpp similarity index 100% rename from sleepyhead/SleepLib/event.cpp rename to oscr/SleepLib/event.cpp diff --git a/sleepyhead/SleepLib/event.h b/oscr/SleepLib/event.h similarity index 100% rename from sleepyhead/SleepLib/event.h rename to oscr/SleepLib/event.h diff --git a/sleepyhead/SleepLib/journal.cpp b/oscr/SleepLib/journal.cpp similarity index 100% rename from sleepyhead/SleepLib/journal.cpp rename to oscr/SleepLib/journal.cpp diff --git a/sleepyhead/SleepLib/journal.h b/oscr/SleepLib/journal.h similarity index 100% rename from sleepyhead/SleepLib/journal.h rename to oscr/SleepLib/journal.h diff --git a/sleepyhead/SleepLib/loader_plugins/cms50_loader.cpp b/oscr/SleepLib/loader_plugins/cms50_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/cms50_loader.cpp rename to oscr/SleepLib/loader_plugins/cms50_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/cms50_loader.h b/oscr/SleepLib/loader_plugins/cms50_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/cms50_loader.h rename to oscr/SleepLib/loader_plugins/cms50_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/cms50f37_loader.cpp b/oscr/SleepLib/loader_plugins/cms50f37_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/cms50f37_loader.cpp rename to oscr/SleepLib/loader_plugins/cms50f37_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/cms50f37_loader.h b/oscr/SleepLib/loader_plugins/cms50f37_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/cms50f37_loader.h rename to oscr/SleepLib/loader_plugins/cms50f37_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/edfparser.cpp b/oscr/SleepLib/loader_plugins/edfparser.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/edfparser.cpp rename to oscr/SleepLib/loader_plugins/edfparser.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/edfparser.h b/oscr/SleepLib/loader_plugins/edfparser.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/edfparser.h rename to oscr/SleepLib/loader_plugins/edfparser.h diff --git a/sleepyhead/SleepLib/loader_plugins/icon_loader.cpp b/oscr/SleepLib/loader_plugins/icon_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/icon_loader.cpp rename to oscr/SleepLib/loader_plugins/icon_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/icon_loader.h b/oscr/SleepLib/loader_plugins/icon_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/icon_loader.h rename to oscr/SleepLib/loader_plugins/icon_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/intellipap_loader.cpp b/oscr/SleepLib/loader_plugins/intellipap_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/intellipap_loader.cpp rename to oscr/SleepLib/loader_plugins/intellipap_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/intellipap_loader.h b/oscr/SleepLib/loader_plugins/intellipap_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/intellipap_loader.h rename to oscr/SleepLib/loader_plugins/intellipap_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/md300w1_loader.cpp b/oscr/SleepLib/loader_plugins/md300w1_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/md300w1_loader.cpp rename to oscr/SleepLib/loader_plugins/md300w1_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/md300w1_loader.h b/oscr/SleepLib/loader_plugins/md300w1_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/md300w1_loader.h rename to oscr/SleepLib/loader_plugins/md300w1_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/mseries_loader.cpp b/oscr/SleepLib/loader_plugins/mseries_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/mseries_loader.cpp rename to oscr/SleepLib/loader_plugins/mseries_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/mseries_loader.h b/oscr/SleepLib/loader_plugins/mseries_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/mseries_loader.h rename to oscr/SleepLib/loader_plugins/mseries_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp b/oscr/SleepLib/loader_plugins/prs1_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/prs1_loader.cpp rename to oscr/SleepLib/loader_plugins/prs1_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/prs1_loader.h b/oscr/SleepLib/loader_plugins/prs1_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/prs1_loader.h rename to oscr/SleepLib/loader_plugins/prs1_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp b/oscr/SleepLib/loader_plugins/resmed_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/resmed_loader.cpp rename to oscr/SleepLib/loader_plugins/resmed_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/resmed_loader.h b/oscr/SleepLib/loader_plugins/resmed_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/resmed_loader.h rename to oscr/SleepLib/loader_plugins/resmed_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/somnopose_loader.cpp b/oscr/SleepLib/loader_plugins/somnopose_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/somnopose_loader.cpp rename to oscr/SleepLib/loader_plugins/somnopose_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/somnopose_loader.h b/oscr/SleepLib/loader_plugins/somnopose_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/somnopose_loader.h rename to oscr/SleepLib/loader_plugins/somnopose_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/weinmann_loader.cpp b/oscr/SleepLib/loader_plugins/weinmann_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/weinmann_loader.cpp rename to oscr/SleepLib/loader_plugins/weinmann_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/weinmann_loader.h b/oscr/SleepLib/loader_plugins/weinmann_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/weinmann_loader.h rename to oscr/SleepLib/loader_plugins/weinmann_loader.h diff --git a/sleepyhead/SleepLib/loader_plugins/zeo_loader.cpp b/oscr/SleepLib/loader_plugins/zeo_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/zeo_loader.cpp rename to oscr/SleepLib/loader_plugins/zeo_loader.cpp diff --git a/sleepyhead/SleepLib/loader_plugins/zeo_loader.h b/oscr/SleepLib/loader_plugins/zeo_loader.h similarity index 100% rename from sleepyhead/SleepLib/loader_plugins/zeo_loader.h rename to oscr/SleepLib/loader_plugins/zeo_loader.h diff --git a/sleepyhead/SleepLib/machine.cpp b/oscr/SleepLib/machine.cpp similarity index 100% rename from sleepyhead/SleepLib/machine.cpp rename to oscr/SleepLib/machine.cpp diff --git a/sleepyhead/SleepLib/machine.h b/oscr/SleepLib/machine.h similarity index 100% rename from sleepyhead/SleepLib/machine.h rename to oscr/SleepLib/machine.h diff --git a/sleepyhead/SleepLib/machine_common.cpp b/oscr/SleepLib/machine_common.cpp similarity index 100% rename from sleepyhead/SleepLib/machine_common.cpp rename to oscr/SleepLib/machine_common.cpp diff --git a/sleepyhead/SleepLib/machine_common.h b/oscr/SleepLib/machine_common.h similarity index 100% rename from sleepyhead/SleepLib/machine_common.h rename to oscr/SleepLib/machine_common.h diff --git a/sleepyhead/SleepLib/machine_loader.cpp b/oscr/SleepLib/machine_loader.cpp similarity index 100% rename from sleepyhead/SleepLib/machine_loader.cpp rename to oscr/SleepLib/machine_loader.cpp diff --git a/sleepyhead/SleepLib/machine_loader.h b/oscr/SleepLib/machine_loader.h similarity index 100% rename from sleepyhead/SleepLib/machine_loader.h rename to oscr/SleepLib/machine_loader.h diff --git a/sleepyhead/SleepLib/preferences.cpp b/oscr/SleepLib/preferences.cpp similarity index 100% rename from sleepyhead/SleepLib/preferences.cpp rename to oscr/SleepLib/preferences.cpp diff --git a/sleepyhead/SleepLib/preferences.h b/oscr/SleepLib/preferences.h similarity index 100% rename from sleepyhead/SleepLib/preferences.h rename to oscr/SleepLib/preferences.h diff --git a/sleepyhead/SleepLib/profiles.cpp b/oscr/SleepLib/profiles.cpp similarity index 100% rename from sleepyhead/SleepLib/profiles.cpp rename to oscr/SleepLib/profiles.cpp diff --git a/sleepyhead/SleepLib/profiles.h b/oscr/SleepLib/profiles.h similarity index 100% rename from sleepyhead/SleepLib/profiles.h rename to oscr/SleepLib/profiles.h diff --git a/sleepyhead/SleepLib/progressdialog.cpp b/oscr/SleepLib/progressdialog.cpp similarity index 100% rename from sleepyhead/SleepLib/progressdialog.cpp rename to oscr/SleepLib/progressdialog.cpp diff --git a/sleepyhead/SleepLib/progressdialog.h b/oscr/SleepLib/progressdialog.h similarity index 100% rename from sleepyhead/SleepLib/progressdialog.h rename to oscr/SleepLib/progressdialog.h diff --git a/sleepyhead/SleepLib/schema.cpp b/oscr/SleepLib/schema.cpp similarity index 100% rename from sleepyhead/SleepLib/schema.cpp rename to oscr/SleepLib/schema.cpp diff --git a/sleepyhead/SleepLib/schema.h b/oscr/SleepLib/schema.h similarity index 100% rename from sleepyhead/SleepLib/schema.h rename to oscr/SleepLib/schema.h diff --git a/sleepyhead/SleepLib/serialoximeter.cpp b/oscr/SleepLib/serialoximeter.cpp similarity index 100% rename from sleepyhead/SleepLib/serialoximeter.cpp rename to oscr/SleepLib/serialoximeter.cpp diff --git a/sleepyhead/SleepLib/serialoximeter.h b/oscr/SleepLib/serialoximeter.h similarity index 100% rename from sleepyhead/SleepLib/serialoximeter.h rename to oscr/SleepLib/serialoximeter.h diff --git a/sleepyhead/SleepLib/session.cpp b/oscr/SleepLib/session.cpp similarity index 100% rename from sleepyhead/SleepLib/session.cpp rename to oscr/SleepLib/session.cpp diff --git a/sleepyhead/SleepLib/session.h b/oscr/SleepLib/session.h similarity index 100% rename from sleepyhead/SleepLib/session.h rename to oscr/SleepLib/session.h diff --git a/sleepyhead/UpdaterWindow.cpp b/oscr/UpdaterWindow.cpp similarity index 100% rename from sleepyhead/UpdaterWindow.cpp rename to oscr/UpdaterWindow.cpp diff --git a/sleepyhead/UpdaterWindow.h b/oscr/UpdaterWindow.h similarity index 100% rename from sleepyhead/UpdaterWindow.h rename to oscr/UpdaterWindow.h diff --git a/sleepyhead/UpdaterWindow.ui b/oscr/UpdaterWindow.ui similarity index 100% rename from sleepyhead/UpdaterWindow.ui rename to oscr/UpdaterWindow.ui diff --git a/sleepyhead/aboutdialog.cpp b/oscr/aboutdialog.cpp similarity index 100% rename from sleepyhead/aboutdialog.cpp rename to oscr/aboutdialog.cpp diff --git a/sleepyhead/aboutdialog.h b/oscr/aboutdialog.h similarity index 100% rename from sleepyhead/aboutdialog.h rename to oscr/aboutdialog.h diff --git a/sleepyhead/aboutdialog.ui b/oscr/aboutdialog.ui similarity index 100% rename from sleepyhead/aboutdialog.ui rename to oscr/aboutdialog.ui diff --git a/sleepyhead/build_number.h b/oscr/build_number.h similarity index 100% rename from sleepyhead/build_number.h rename to oscr/build_number.h diff --git a/sleepyhead/common_gui.cpp b/oscr/common_gui.cpp similarity index 100% rename from sleepyhead/common_gui.cpp rename to oscr/common_gui.cpp diff --git a/sleepyhead/common_gui.h b/oscr/common_gui.h similarity index 100% rename from sleepyhead/common_gui.h rename to oscr/common_gui.h diff --git a/sleepyhead/daily.cpp b/oscr/daily.cpp similarity index 100% rename from sleepyhead/daily.cpp rename to oscr/daily.cpp diff --git a/sleepyhead/daily.h b/oscr/daily.h similarity index 100% rename from sleepyhead/daily.h rename to oscr/daily.h diff --git a/sleepyhead/daily.ui b/oscr/daily.ui similarity index 100% rename from sleepyhead/daily.ui rename to oscr/daily.ui diff --git a/sleepyhead/docs/0.0.gif b/oscr/docs/0.0.gif similarity index 100% rename from sleepyhead/docs/0.0.gif rename to oscr/docs/0.0.gif diff --git a/sleepyhead/docs/GPLv3-en_US b/oscr/docs/GPLv3-en_US similarity index 100% rename from sleepyhead/docs/GPLv3-en_US rename to oscr/docs/GPLv3-en_US diff --git a/sleepyhead/docs/PRS1 Data Format.odt b/oscr/docs/PRS1 Data Format.odt similarity index 100% rename from sleepyhead/docs/PRS1 Data Format.odt rename to oscr/docs/PRS1 Data Format.odt diff --git a/sleepyhead/docs/changelog.txt b/oscr/docs/changelog.txt similarity index 100% rename from sleepyhead/docs/changelog.txt rename to oscr/docs/changelog.txt diff --git a/sleepyhead/docs/channels.xml b/oscr/docs/channels.xml similarity index 100% rename from sleepyhead/docs/channels.xml rename to oscr/docs/channels.xml diff --git a/sleepyhead/docs/countries.txt b/oscr/docs/countries.txt similarity index 100% rename from sleepyhead/docs/countries.txt rename to oscr/docs/countries.txt diff --git a/sleepyhead/docs/graphs.xml b/oscr/docs/graphs.xml similarity index 100% rename from sleepyhead/docs/graphs.xml rename to oscr/docs/graphs.xml diff --git a/sleepyhead/docs/release_notes.html b/oscr/docs/release_notes.html similarity index 100% rename from sleepyhead/docs/release_notes.html rename to oscr/docs/release_notes.html diff --git a/sleepyhead/docs/schema.xml b/oscr/docs/schema.xml similarity index 100% rename from sleepyhead/docs/schema.xml rename to oscr/docs/schema.xml diff --git a/sleepyhead/docs/script.js b/oscr/docs/script.js similarity index 100% rename from sleepyhead/docs/script.js rename to oscr/docs/script.js diff --git a/sleepyhead/docs/sheep.png b/oscr/docs/sheep.png similarity index 100% rename from sleepyhead/docs/sheep.png rename to oscr/docs/sheep.png diff --git a/sleepyhead/docs/sheep.svg b/oscr/docs/sheep.svg similarity index 100% rename from sleepyhead/docs/sheep.svg rename to oscr/docs/sheep.svg diff --git a/sleepyhead/docs/sheep2.svg b/oscr/docs/sheep2.svg similarity index 100% rename from sleepyhead/docs/sheep2.svg rename to oscr/docs/sheep2.svg diff --git a/sleepyhead/docs/startup_tips.txt b/oscr/docs/startup_tips.txt similarity index 100% rename from sleepyhead/docs/startup_tips.txt rename to oscr/docs/startup_tips.txt diff --git a/sleepyhead/docs/tooltips.css b/oscr/docs/tooltips.css similarity index 100% rename from sleepyhead/docs/tooltips.css rename to oscr/docs/tooltips.css diff --git a/sleepyhead/docs/tz.txt b/oscr/docs/tz.txt similarity index 100% rename from sleepyhead/docs/tz.txt rename to oscr/docs/tz.txt diff --git a/sleepyhead/exportcsv.cpp b/oscr/exportcsv.cpp similarity index 100% rename from sleepyhead/exportcsv.cpp rename to oscr/exportcsv.cpp diff --git a/sleepyhead/exportcsv.h b/oscr/exportcsv.h similarity index 100% rename from sleepyhead/exportcsv.h rename to oscr/exportcsv.h diff --git a/sleepyhead/exportcsv.ui b/oscr/exportcsv.ui similarity index 100% rename from sleepyhead/exportcsv.ui rename to oscr/exportcsv.ui diff --git a/sleepyhead/fonts/FreeSans.ttf b/oscr/fonts/FreeSans.ttf similarity index 100% rename from sleepyhead/fonts/FreeSans.ttf rename to oscr/fonts/FreeSans.ttf diff --git a/sleepyhead/help.cpp b/oscr/help.cpp similarity index 100% rename from sleepyhead/help.cpp rename to oscr/help.cpp diff --git a/sleepyhead/help.h b/oscr/help.h similarity index 100% rename from sleepyhead/help.h rename to oscr/help.h diff --git a/sleepyhead/help.ui b/oscr/help.ui similarity index 100% rename from sleepyhead/help.ui rename to oscr/help.ui diff --git a/sleepyhead/help/help_en/SleepyHeadGuide_en.qhp b/oscr/help/help_en/SleepyHeadGuide_en.qhp similarity index 100% rename from sleepyhead/help/help_en/SleepyHeadGuide_en.qhp rename to oscr/help/help_en/SleepyHeadGuide_en.qhp diff --git a/sleepyhead/help/help_en/daily.html b/oscr/help/help_en/daily.html similarity index 100% rename from sleepyhead/help/help_en/daily.html rename to oscr/help/help_en/daily.html diff --git a/sleepyhead/help/help_en/default.css b/oscr/help/help_en/default.css similarity index 100% rename from sleepyhead/help/help_en/default.css rename to oscr/help/help_en/default.css diff --git a/sleepyhead/help/help_en/faq.html b/oscr/help/help_en/faq.html similarity index 100% rename from sleepyhead/help/help_en/faq.html rename to oscr/help/help_en/faq.html diff --git a/sleepyhead/help/help_en/gettingstarted.html b/oscr/help/help_en/gettingstarted.html similarity index 100% rename from sleepyhead/help/help_en/gettingstarted.html rename to oscr/help/help_en/gettingstarted.html diff --git a/sleepyhead/help/help_en/glossary.html b/oscr/help/help_en/glossary.html similarity index 100% rename from sleepyhead/help/help_en/glossary.html rename to oscr/help/help_en/glossary.html diff --git a/sleepyhead/help/help_en/import.html b/oscr/help/help_en/import.html similarity index 100% rename from sleepyhead/help/help_en/import.html rename to oscr/help/help_en/import.html diff --git a/sleepyhead/help/help_en/index.html b/oscr/help/help_en/index.html similarity index 100% rename from sleepyhead/help/help_en/index.html rename to oscr/help/help_en/index.html diff --git a/sleepyhead/help/help_en/overview.html b/oscr/help/help_en/overview.html similarity index 100% rename from sleepyhead/help/help_en/overview.html rename to oscr/help/help_en/overview.html diff --git a/sleepyhead/help/help_en/oximetry.html b/oscr/help/help_en/oximetry.html similarity index 100% rename from sleepyhead/help/help_en/oximetry.html rename to oscr/help/help_en/oximetry.html diff --git a/sleepyhead/help/help_en/reportingbugs.html b/oscr/help/help_en/reportingbugs.html similarity index 100% rename from sleepyhead/help/help_en/reportingbugs.html rename to oscr/help/help_en/reportingbugs.html diff --git a/sleepyhead/help/help_en/statistics.html b/oscr/help/help_en/statistics.html similarity index 100% rename from sleepyhead/help/help_en/statistics.html rename to oscr/help/help_en/statistics.html diff --git a/sleepyhead/help/help_en/supported.html b/oscr/help/help_en/supported.html similarity index 100% rename from sleepyhead/help/help_en/supported.html rename to oscr/help/help_en/supported.html diff --git a/sleepyhead/help/help_en/tipsntricks.html b/oscr/help/help_en/tipsntricks.html similarity index 100% rename from sleepyhead/help/help_en/tipsntricks.html rename to oscr/help/help_en/tipsntricks.html diff --git a/sleepyhead/help/help_nl/SleepyHeadGuide_nl.qhp b/oscr/help/help_nl/SleepyHeadGuide_nl.qhp similarity index 100% rename from sleepyhead/help/help_nl/SleepyHeadGuide_nl.qhp rename to oscr/help/help_nl/SleepyHeadGuide_nl.qhp diff --git a/sleepyhead/help/help_nl/daily.html b/oscr/help/help_nl/daily.html similarity index 100% rename from sleepyhead/help/help_nl/daily.html rename to oscr/help/help_nl/daily.html diff --git a/sleepyhead/help/help_nl/default.css b/oscr/help/help_nl/default.css similarity index 100% rename from sleepyhead/help/help_nl/default.css rename to oscr/help/help_nl/default.css diff --git a/sleepyhead/help/help_nl/faq.html b/oscr/help/help_nl/faq.html similarity index 100% rename from sleepyhead/help/help_nl/faq.html rename to oscr/help/help_nl/faq.html diff --git a/sleepyhead/help/help_nl/gettingstarted.html b/oscr/help/help_nl/gettingstarted.html similarity index 100% rename from sleepyhead/help/help_nl/gettingstarted.html rename to oscr/help/help_nl/gettingstarted.html diff --git a/sleepyhead/help/help_nl/glossary.html b/oscr/help/help_nl/glossary.html similarity index 100% rename from sleepyhead/help/help_nl/glossary.html rename to oscr/help/help_nl/glossary.html diff --git a/sleepyhead/help/help_nl/import.html b/oscr/help/help_nl/import.html similarity index 100% rename from sleepyhead/help/help_nl/import.html rename to oscr/help/help_nl/import.html diff --git a/sleepyhead/help/help_nl/index.html b/oscr/help/help_nl/index.html similarity index 100% rename from sleepyhead/help/help_nl/index.html rename to oscr/help/help_nl/index.html diff --git a/sleepyhead/help/help_nl/overview.html b/oscr/help/help_nl/overview.html similarity index 100% rename from sleepyhead/help/help_nl/overview.html rename to oscr/help/help_nl/overview.html diff --git a/sleepyhead/help/help_nl/oximetry.html b/oscr/help/help_nl/oximetry.html similarity index 100% rename from sleepyhead/help/help_nl/oximetry.html rename to oscr/help/help_nl/oximetry.html diff --git a/sleepyhead/help/help_nl/statistics.html b/oscr/help/help_nl/statistics.html similarity index 100% rename from sleepyhead/help/help_nl/statistics.html rename to oscr/help/help_nl/statistics.html diff --git a/sleepyhead/help/help_nl/supported.html b/oscr/help/help_nl/supported.html similarity index 100% rename from sleepyhead/help/help_nl/supported.html rename to oscr/help/help_nl/supported.html diff --git a/sleepyhead/help/help_nl/tipsntricks.html b/oscr/help/help_nl/tipsntricks.html similarity index 100% rename from sleepyhead/help/help_nl/tipsntricks.html rename to oscr/help/help_nl/tipsntricks.html diff --git a/sleepyhead/help/images/aircurve.png b/oscr/help/images/aircurve.png similarity index 100% rename from sleepyhead/help/images/aircurve.png rename to oscr/help/images/aircurve.png diff --git a/sleepyhead/help/images/airsense10.png b/oscr/help/images/airsense10.png similarity index 100% rename from sleepyhead/help/images/airsense10.png rename to oscr/help/images/airsense10.png diff --git a/sleepyhead/help/images/cms50f.png b/oscr/help/images/cms50f.png similarity index 100% rename from sleepyhead/help/images/cms50f.png rename to oscr/help/images/cms50f.png diff --git a/sleepyhead/help/images/dreamstation.png b/oscr/help/images/dreamstation.png similarity index 100% rename from sleepyhead/help/images/dreamstation.png rename to oscr/help/images/dreamstation.png diff --git a/sleepyhead/help/images/dv64.png b/oscr/help/images/dv64.png similarity index 100% rename from sleepyhead/help/images/dv64.png rename to oscr/help/images/dv64.png diff --git a/sleepyhead/help/images/fp_icon.png b/oscr/help/images/fp_icon.png similarity index 100% rename from sleepyhead/help/images/fp_icon.png rename to oscr/help/images/fp_icon.png diff --git a/sleepyhead/help/images/intellipap.png b/oscr/help/images/intellipap.png similarity index 100% rename from sleepyhead/help/images/intellipap.png rename to oscr/help/images/intellipap.png diff --git a/sleepyhead/help/images/oximeter.png b/oscr/help/images/oximeter.png similarity index 100% rename from sleepyhead/help/images/oximeter.png rename to oscr/help/images/oximeter.png diff --git a/sleepyhead/help/images/prs1.png b/oscr/help/images/prs1.png similarity index 100% rename from sleepyhead/help/images/prs1.png rename to oscr/help/images/prs1.png diff --git a/sleepyhead/help/images/prs1_60s.png b/oscr/help/images/prs1_60s.png similarity index 100% rename from sleepyhead/help/images/prs1_60s.png rename to oscr/help/images/prs1_60s.png diff --git a/sleepyhead/help/images/prs1_960.png b/oscr/help/images/prs1_960.png similarity index 100% rename from sleepyhead/help/images/prs1_960.png rename to oscr/help/images/prs1_960.png diff --git a/sleepyhead/help/images/rms9.png b/oscr/help/images/rms9.png similarity index 100% rename from sleepyhead/help/images/rms9.png rename to oscr/help/images/rms9.png diff --git a/sleepyhead/help/images/sheep.png b/oscr/help/images/sheep.png similarity index 100% rename from sleepyhead/help/images/sheep.png rename to oscr/help/images/sheep.png diff --git a/sleepyhead/help/index.qhcp b/oscr/help/index.qhcp similarity index 100% rename from sleepyhead/help/index.qhcp rename to oscr/help/index.qhcp diff --git a/sleepyhead/icons/Jedimark.png b/oscr/icons/Jedimark.png similarity index 100% rename from sleepyhead/icons/Jedimark.png rename to oscr/icons/Jedimark.png diff --git a/sleepyhead/icons/README.txt b/oscr/icons/README.txt similarity index 100% rename from sleepyhead/icons/README.txt rename to oscr/icons/README.txt diff --git a/sleepyhead/icons/aircurve.png b/oscr/icons/aircurve.png similarity index 100% rename from sleepyhead/icons/aircurve.png rename to oscr/icons/aircurve.png diff --git a/sleepyhead/icons/airsense10.png b/oscr/icons/airsense10.png similarity index 100% rename from sleepyhead/icons/airsense10.png rename to oscr/icons/airsense10.png diff --git a/sleepyhead/icons/arrow-end.png b/oscr/icons/arrow-end.png similarity index 100% rename from sleepyhead/icons/arrow-end.png rename to oscr/icons/arrow-end.png diff --git a/sleepyhead/icons/arrow-left.png b/oscr/icons/arrow-left.png similarity index 100% rename from sleepyhead/icons/arrow-left.png rename to oscr/icons/arrow-left.png diff --git a/sleepyhead/icons/arrow-right.png b/oscr/icons/arrow-right.png similarity index 100% rename from sleepyhead/icons/arrow-right.png rename to oscr/icons/arrow-right.png diff --git a/sleepyhead/icons/back.png b/oscr/icons/back.png similarity index 100% rename from sleepyhead/icons/back.png rename to oscr/icons/back.png diff --git a/sleepyhead/icons/bob-v3.0.ico b/oscr/icons/bob-v3.0.ico similarity index 100% rename from sleepyhead/icons/bob-v3.0.ico rename to oscr/icons/bob-v3.0.ico diff --git a/sleepyhead/icons/bob-v3.0.png b/oscr/icons/bob-v3.0.png similarity index 100% rename from sleepyhead/icons/bob-v3.0.png rename to oscr/icons/bob-v3.0.png diff --git a/sleepyhead/icons/bookmark.png b/oscr/icons/bookmark.png similarity index 100% rename from sleepyhead/icons/bookmark.png rename to oscr/icons/bookmark.png diff --git a/sleepyhead/icons/cms50f.png b/oscr/icons/cms50f.png similarity index 100% rename from sleepyhead/icons/cms50f.png rename to oscr/icons/cms50f.png diff --git a/sleepyhead/icons/cubeoximeter.png b/oscr/icons/cubeoximeter.png similarity index 100% rename from sleepyhead/icons/cubeoximeter.png rename to oscr/icons/cubeoximeter.png diff --git a/sleepyhead/icons/daily.png b/oscr/icons/daily.png similarity index 100% rename from sleepyhead/icons/daily.png rename to oscr/icons/daily.png diff --git a/sleepyhead/icons/dreamstation.png b/oscr/icons/dreamstation.png similarity index 100% rename from sleepyhead/icons/dreamstation.png rename to oscr/icons/dreamstation.png diff --git a/sleepyhead/icons/dv64.png b/oscr/icons/dv64.png similarity index 100% rename from sleepyhead/icons/dv64.png rename to oscr/icons/dv64.png diff --git a/sleepyhead/icons/edit-find.png b/oscr/icons/edit-find.png similarity index 100% rename from sleepyhead/icons/edit-find.png rename to oscr/icons/edit-find.png diff --git a/sleepyhead/icons/eye.png b/oscr/icons/eye.png similarity index 100% rename from sleepyhead/icons/eye.png rename to oscr/icons/eye.png diff --git a/sleepyhead/icons/forward.png b/oscr/icons/forward.png similarity index 100% rename from sleepyhead/icons/forward.png rename to oscr/icons/forward.png diff --git a/sleepyhead/icons/fp_icon.png b/oscr/icons/fp_icon.png similarity index 100% rename from sleepyhead/icons/fp_icon.png rename to oscr/icons/fp_icon.png diff --git a/sleepyhead/icons/go-home.png b/oscr/icons/go-home.png similarity index 100% rename from sleepyhead/icons/go-home.png rename to oscr/icons/go-home.png diff --git a/sleepyhead/icons/help.png b/oscr/icons/help.png similarity index 100% rename from sleepyhead/icons/help.png rename to oscr/icons/help.png diff --git a/sleepyhead/icons/iconfile.icns b/oscr/icons/iconfile.icns similarity index 100% rename from sleepyhead/icons/iconfile.icns rename to oscr/icons/iconfile.icns diff --git a/sleepyhead/icons/intellipap.png b/oscr/icons/intellipap.png similarity index 100% rename from sleepyhead/icons/intellipap.png rename to oscr/icons/intellipap.png diff --git a/sleepyhead/icons/last.png b/oscr/icons/last.png similarity index 100% rename from sleepyhead/icons/last.png rename to oscr/icons/last.png diff --git a/sleepyhead/icons/mask.png b/oscr/icons/mask.png similarity index 100% rename from sleepyhead/icons/mask.png rename to oscr/icons/mask.png diff --git a/sleepyhead/icons/moon.png b/oscr/icons/moon.png similarity index 100% rename from sleepyhead/icons/moon.png rename to oscr/icons/moon.png diff --git a/sleepyhead/icons/overview-page.png b/oscr/icons/overview-page.png similarity index 100% rename from sleepyhead/icons/overview-page.png rename to oscr/icons/overview-page.png diff --git a/sleepyhead/icons/overview.png b/oscr/icons/overview.png similarity index 100% rename from sleepyhead/icons/overview.png rename to oscr/icons/overview.png diff --git a/sleepyhead/icons/oximeter.png b/oscr/icons/oximeter.png similarity index 100% rename from sleepyhead/icons/oximeter.png rename to oscr/icons/oximeter.png diff --git a/sleepyhead/icons/preferences.png b/oscr/icons/preferences.png similarity index 100% rename from sleepyhead/icons/preferences.png rename to oscr/icons/preferences.png diff --git a/sleepyhead/icons/prs1.png b/oscr/icons/prs1.png similarity index 100% rename from sleepyhead/icons/prs1.png rename to oscr/icons/prs1.png diff --git a/sleepyhead/icons/prs1_60s.png b/oscr/icons/prs1_60s.png similarity index 100% rename from sleepyhead/icons/prs1_60s.png rename to oscr/icons/prs1_60s.png diff --git a/sleepyhead/icons/prs1_960.png b/oscr/icons/prs1_960.png similarity index 100% rename from sleepyhead/icons/prs1_960.png rename to oscr/icons/prs1_960.png diff --git a/sleepyhead/icons/pushpin.png b/oscr/icons/pushpin.png similarity index 100% rename from sleepyhead/icons/pushpin.png rename to oscr/icons/pushpin.png diff --git a/sleepyhead/icons/refresh.png b/oscr/icons/refresh.png similarity index 100% rename from sleepyhead/icons/refresh.png rename to oscr/icons/refresh.png diff --git a/sleepyhead/icons/rms9.png b/oscr/icons/rms9.png similarity index 100% rename from sleepyhead/icons/rms9.png rename to oscr/icons/rms9.png diff --git a/sleepyhead/icons/sadface.png b/oscr/icons/sadface.png similarity index 100% rename from sleepyhead/icons/sadface.png rename to oscr/icons/sadface.png diff --git a/sleepyhead/icons/save.png b/oscr/icons/save.png similarity index 100% rename from sleepyhead/icons/save.png rename to oscr/icons/save.png diff --git a/sleepyhead/icons/sdcard-lock.png b/oscr/icons/sdcard-lock.png similarity index 100% rename from sleepyhead/icons/sdcard-lock.png rename to oscr/icons/sdcard-lock.png diff --git a/sleepyhead/icons/sdcard.png b/oscr/icons/sdcard.png similarity index 100% rename from sleepyhead/icons/sdcard.png rename to oscr/icons/sdcard.png diff --git a/sleepyhead/icons/session-off.png b/oscr/icons/session-off.png similarity index 100% rename from sleepyhead/icons/session-off.png rename to oscr/icons/session-off.png diff --git a/sleepyhead/icons/session-on.png b/oscr/icons/session-on.png similarity index 100% rename from sleepyhead/icons/session-on.png rename to oscr/icons/session-on.png diff --git a/sleepyhead/icons/smileyface.png b/oscr/icons/smileyface.png similarity index 100% rename from sleepyhead/icons/smileyface.png rename to oscr/icons/smileyface.png diff --git a/sleepyhead/icons/statistics.png b/oscr/icons/statistics.png similarity index 100% rename from sleepyhead/icons/statistics.png rename to oscr/icons/statistics.png diff --git a/sleepyhead/icons/svg/applications-viewers.svg b/oscr/icons/svg/applications-viewers.svg similarity index 100% rename from sleepyhead/icons/svg/applications-viewers.svg rename to oscr/icons/svg/applications-viewers.svg diff --git a/sleepyhead/icons/svg/back.svg b/oscr/icons/svg/back.svg similarity index 100% rename from sleepyhead/icons/svg/back.svg rename to oscr/icons/svg/back.svg diff --git a/sleepyhead/icons/svg/calendar.svg b/oscr/icons/svg/calendar.svg similarity index 100% rename from sleepyhead/icons/svg/calendar.svg rename to oscr/icons/svg/calendar.svg diff --git a/sleepyhead/icons/svg/close-window.svg b/oscr/icons/svg/close-window.svg similarity index 100% rename from sleepyhead/icons/svg/close-window.svg rename to oscr/icons/svg/close-window.svg diff --git a/sleepyhead/icons/svg/edit-find.svg b/oscr/icons/svg/edit-find.svg similarity index 100% rename from sleepyhead/icons/svg/edit-find.svg rename to oscr/icons/svg/edit-find.svg diff --git a/sleepyhead/icons/svg/emblem-marketing.svg b/oscr/icons/svg/emblem-marketing.svg similarity index 100% rename from sleepyhead/icons/svg/emblem-marketing.svg rename to oscr/icons/svg/emblem-marketing.svg diff --git a/sleepyhead/icons/svg/forward.svg b/oscr/icons/svg/forward.svg similarity index 100% rename from sleepyhead/icons/svg/forward.svg rename to oscr/icons/svg/forward.svg diff --git a/sleepyhead/icons/svg/gnome-dev-media-sdmmc.svg b/oscr/icons/svg/gnome-dev-media-sdmmc.svg similarity index 100% rename from sleepyhead/icons/svg/gnome-dev-media-sdmmc.svg rename to oscr/icons/svg/gnome-dev-media-sdmmc.svg diff --git a/sleepyhead/icons/svg/media.svg b/oscr/icons/svg/media.svg similarity index 100% rename from sleepyhead/icons/svg/media.svg rename to oscr/icons/svg/media.svg diff --git a/sleepyhead/icons/svg/moon.svg b/oscr/icons/svg/moon.svg similarity index 100% rename from sleepyhead/icons/svg/moon.svg rename to oscr/icons/svg/moon.svg diff --git a/sleepyhead/icons/svg/preferences.svg b/oscr/icons/svg/preferences.svg similarity index 100% rename from sleepyhead/icons/svg/preferences.svg rename to oscr/icons/svg/preferences.svg diff --git a/sleepyhead/icons/trophy.png b/oscr/icons/trophy.png similarity index 100% rename from sleepyhead/icons/trophy.png rename to oscr/icons/trophy.png diff --git a/sleepyhead/logger.cpp b/oscr/logger.cpp similarity index 100% rename from sleepyhead/logger.cpp rename to oscr/logger.cpp diff --git a/sleepyhead/logger.h b/oscr/logger.h similarity index 100% rename from sleepyhead/logger.h rename to oscr/logger.h diff --git a/sleepyhead/main.cpp b/oscr/main.cpp similarity index 100% rename from sleepyhead/main.cpp rename to oscr/main.cpp diff --git a/sleepyhead/mainwindow.cpp b/oscr/mainwindow.cpp similarity index 100% rename from sleepyhead/mainwindow.cpp rename to oscr/mainwindow.cpp diff --git a/sleepyhead/mainwindow.h b/oscr/mainwindow.h similarity index 100% rename from sleepyhead/mainwindow.h rename to oscr/mainwindow.h diff --git a/sleepyhead/mainwindow.ui b/oscr/mainwindow.ui similarity index 100% rename from sleepyhead/mainwindow.ui rename to oscr/mainwindow.ui diff --git a/sleepyhead/mytextbrowser.h b/oscr/mytextbrowser.h similarity index 100% rename from sleepyhead/mytextbrowser.h rename to oscr/mytextbrowser.h diff --git a/sleepyhead/newprofile.cpp b/oscr/newprofile.cpp similarity index 100% rename from sleepyhead/newprofile.cpp rename to oscr/newprofile.cpp diff --git a/sleepyhead/newprofile.h b/oscr/newprofile.h similarity index 100% rename from sleepyhead/newprofile.h rename to oscr/newprofile.h diff --git a/sleepyhead/newprofile.ui b/oscr/newprofile.ui similarity index 100% rename from sleepyhead/newprofile.ui rename to oscr/newprofile.ui diff --git a/sleepyhead/sleepyhead.pro b/oscr/oscr.pro similarity index 100% rename from sleepyhead/sleepyhead.pro rename to oscr/oscr.pro diff --git a/sleepyhead/overview.cpp b/oscr/overview.cpp similarity index 100% rename from sleepyhead/overview.cpp rename to oscr/overview.cpp diff --git a/sleepyhead/overview.h b/oscr/overview.h similarity index 100% rename from sleepyhead/overview.h rename to oscr/overview.h diff --git a/sleepyhead/overview.ui b/oscr/overview.ui similarity index 100% rename from sleepyhead/overview.ui rename to oscr/overview.ui diff --git a/sleepyhead/oximeterimport.cpp b/oscr/oximeterimport.cpp similarity index 100% rename from sleepyhead/oximeterimport.cpp rename to oscr/oximeterimport.cpp diff --git a/sleepyhead/oximeterimport.h b/oscr/oximeterimport.h similarity index 100% rename from sleepyhead/oximeterimport.h rename to oscr/oximeterimport.h diff --git a/sleepyhead/oximeterimport.ui b/oscr/oximeterimport.ui similarity index 100% rename from sleepyhead/oximeterimport.ui rename to oscr/oximeterimport.ui diff --git a/sleepyhead/oximetry.ui b/oscr/oximetry.ui similarity index 100% rename from sleepyhead/oximetry.ui rename to oscr/oximetry.ui diff --git a/sleepyhead/pch.h b/oscr/pch.h similarity index 100% rename from sleepyhead/pch.h rename to oscr/pch.h diff --git a/sleepyhead/preferencesdialog.cpp b/oscr/preferencesdialog.cpp similarity index 100% rename from sleepyhead/preferencesdialog.cpp rename to oscr/preferencesdialog.cpp diff --git a/sleepyhead/preferencesdialog.h b/oscr/preferencesdialog.h similarity index 100% rename from sleepyhead/preferencesdialog.h rename to oscr/preferencesdialog.h diff --git a/sleepyhead/preferencesdialog.ui b/oscr/preferencesdialog.ui similarity index 100% rename from sleepyhead/preferencesdialog.ui rename to oscr/preferencesdialog.ui diff --git a/sleepyhead/profileselect.cpp b/oscr/profileselect.cpp similarity index 100% rename from sleepyhead/profileselect.cpp rename to oscr/profileselect.cpp diff --git a/sleepyhead/profileselect.h b/oscr/profileselect.h similarity index 100% rename from sleepyhead/profileselect.h rename to oscr/profileselect.h diff --git a/sleepyhead/profileselect.ui b/oscr/profileselect.ui similarity index 100% rename from sleepyhead/profileselect.ui rename to oscr/profileselect.ui diff --git a/sleepyhead/profileselector.cpp b/oscr/profileselector.cpp similarity index 100% rename from sleepyhead/profileselector.cpp rename to oscr/profileselector.cpp diff --git a/sleepyhead/profileselector.h b/oscr/profileselector.h similarity index 100% rename from sleepyhead/profileselector.h rename to oscr/profileselector.h diff --git a/sleepyhead/profileselector.ui b/oscr/profileselector.ui similarity index 100% rename from sleepyhead/profileselector.ui rename to oscr/profileselector.ui diff --git a/sleepyhead/report.ui b/oscr/report.ui similarity index 100% rename from sleepyhead/report.ui rename to oscr/report.ui diff --git a/sleepyhead/reports.cpp b/oscr/reports.cpp similarity index 100% rename from sleepyhead/reports.cpp rename to oscr/reports.cpp diff --git a/sleepyhead/reports.h b/oscr/reports.h similarity index 100% rename from sleepyhead/reports.h rename to oscr/reports.h diff --git a/sleepyhead/scripts/build_number b/oscr/scripts/build_number similarity index 100% rename from sleepyhead/scripts/build_number rename to oscr/scripts/build_number diff --git a/sleepyhead/scripts/fetchUpstream.sh b/oscr/scripts/fetchUpstream.sh similarity index 100% rename from sleepyhead/scripts/fetchUpstream.sh rename to oscr/scripts/fetchUpstream.sh diff --git a/sleepyhead/scripts/inc_build.sh b/oscr/scripts/inc_build.sh similarity index 100% rename from sleepyhead/scripts/inc_build.sh rename to oscr/scripts/inc_build.sh diff --git a/sleepyhead/sessionbar.cpp b/oscr/sessionbar.cpp similarity index 100% rename from sleepyhead/sessionbar.cpp rename to oscr/sessionbar.cpp diff --git a/sleepyhead/sessionbar.h b/oscr/sessionbar.h similarity index 100% rename from sleepyhead/sessionbar.h rename to oscr/sessionbar.h diff --git a/sleepyhead/statistics.cpp b/oscr/statistics.cpp similarity index 100% rename from sleepyhead/statistics.cpp rename to oscr/statistics.cpp diff --git a/sleepyhead/statistics.h b/oscr/statistics.h similarity index 100% rename from sleepyhead/statistics.h rename to oscr/statistics.h diff --git a/sleepyhead/translation.cpp b/oscr/translation.cpp similarity index 100% rename from sleepyhead/translation.cpp rename to oscr/translation.cpp diff --git a/sleepyhead/translation.h b/oscr/translation.h similarity index 100% rename from sleepyhead/translation.h rename to oscr/translation.h diff --git a/sleepyhead/update_gitinfo.bat b/oscr/update_gitinfo.bat similarity index 100% rename from sleepyhead/update_gitinfo.bat rename to oscr/update_gitinfo.bat diff --git a/sleepyhead/update_gitinfo.sh b/oscr/update_gitinfo.sh similarity index 100% rename from sleepyhead/update_gitinfo.sh rename to oscr/update_gitinfo.sh diff --git a/sleepyhead/updateparser.cpp b/oscr/updateparser.cpp similarity index 100% rename from sleepyhead/updateparser.cpp rename to oscr/updateparser.cpp diff --git a/sleepyhead/updateparser.h b/oscr/updateparser.h similarity index 100% rename from sleepyhead/updateparser.h rename to oscr/updateparser.h diff --git a/sleepyhead/version.h b/oscr/version.h similarity index 100% rename from sleepyhead/version.h rename to oscr/version.h diff --git a/sleepyhead/welcome.cpp b/oscr/welcome.cpp similarity index 100% rename from sleepyhead/welcome.cpp rename to oscr/welcome.cpp diff --git a/sleepyhead/welcome.h b/oscr/welcome.h similarity index 100% rename from sleepyhead/welcome.h rename to oscr/welcome.h diff --git a/sleepyhead/welcome.ui b/oscr/welcome.ui similarity index 100% rename from sleepyhead/welcome.ui rename to oscr/welcome.ui diff --git a/sleepyhead/win_icon.rc b/oscr/win_icon.rc similarity index 100% rename from sleepyhead/win_icon.rc rename to oscr/win_icon.rc diff --git a/3rdparty/3rdparty.pro b/thirdparty/3rdparty.pro similarity index 100% rename from 3rdparty/3rdparty.pro rename to thirdparty/3rdparty.pro diff --git a/3rdparty/qtserialport/.DS_Store b/thirdparty/qtserialport/.DS_Store similarity index 100% rename from 3rdparty/qtserialport/.DS_Store rename to thirdparty/qtserialport/.DS_Store diff --git a/3rdparty/qtserialport/.qmake.conf b/thirdparty/qtserialport/.qmake.conf similarity index 100% rename from 3rdparty/qtserialport/.qmake.conf rename to thirdparty/qtserialport/.qmake.conf diff --git a/3rdparty/qtserialport/.tag b/thirdparty/qtserialport/.tag similarity index 100% rename from 3rdparty/qtserialport/.tag rename to thirdparty/qtserialport/.tag diff --git a/3rdparty/qtserialport/LGPL_EXCEPTION.txt b/thirdparty/qtserialport/LGPL_EXCEPTION.txt similarity index 100% rename from 3rdparty/qtserialport/LGPL_EXCEPTION.txt rename to thirdparty/qtserialport/LGPL_EXCEPTION.txt diff --git a/3rdparty/qtserialport/LICENSE.FDL b/thirdparty/qtserialport/LICENSE.FDL similarity index 100% rename from 3rdparty/qtserialport/LICENSE.FDL rename to thirdparty/qtserialport/LICENSE.FDL diff --git a/3rdparty/qtserialport/LICENSE.GPL b/thirdparty/qtserialport/LICENSE.GPL similarity index 100% rename from 3rdparty/qtserialport/LICENSE.GPL rename to thirdparty/qtserialport/LICENSE.GPL diff --git a/3rdparty/qtserialport/LICENSE.LGPL b/thirdparty/qtserialport/LICENSE.LGPL similarity index 100% rename from 3rdparty/qtserialport/LICENSE.LGPL rename to thirdparty/qtserialport/LICENSE.LGPL diff --git a/3rdparty/qtserialport/README b/thirdparty/qtserialport/README similarity index 100% rename from 3rdparty/qtserialport/README rename to thirdparty/qtserialport/README diff --git a/3rdparty/qtserialport/dist/changes-5.1.1 b/thirdparty/qtserialport/dist/changes-5.1.1 similarity index 100% rename from 3rdparty/qtserialport/dist/changes-5.1.1 rename to thirdparty/qtserialport/dist/changes-5.1.1 diff --git a/3rdparty/qtserialport/dist/changes-5.2.0 b/thirdparty/qtserialport/dist/changes-5.2.0 similarity index 100% rename from 3rdparty/qtserialport/dist/changes-5.2.0 rename to thirdparty/qtserialport/dist/changes-5.2.0 diff --git a/3rdparty/qtserialport/examples/examples.pro b/thirdparty/qtserialport/examples/examples.pro similarity index 100% rename from 3rdparty/qtserialport/examples/examples.pro rename to thirdparty/qtserialport/examples/examples.pro diff --git a/3rdparty/qtserialport/examples/serialport/blockingmaster/blockingmaster.pro b/thirdparty/qtserialport/examples/serialport/blockingmaster/blockingmaster.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingmaster/blockingmaster.pro rename to thirdparty/qtserialport/examples/serialport/blockingmaster/blockingmaster.pro diff --git a/3rdparty/qtserialport/examples/serialport/blockingmaster/dialog.cpp b/thirdparty/qtserialport/examples/serialport/blockingmaster/dialog.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingmaster/dialog.cpp rename to thirdparty/qtserialport/examples/serialport/blockingmaster/dialog.cpp diff --git a/3rdparty/qtserialport/examples/serialport/blockingmaster/dialog.h b/thirdparty/qtserialport/examples/serialport/blockingmaster/dialog.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingmaster/dialog.h rename to thirdparty/qtserialport/examples/serialport/blockingmaster/dialog.h diff --git a/3rdparty/qtserialport/examples/serialport/blockingmaster/main.cpp b/thirdparty/qtserialport/examples/serialport/blockingmaster/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingmaster/main.cpp rename to thirdparty/qtserialport/examples/serialport/blockingmaster/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/blockingmaster/masterthread.cpp b/thirdparty/qtserialport/examples/serialport/blockingmaster/masterthread.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingmaster/masterthread.cpp rename to thirdparty/qtserialport/examples/serialport/blockingmaster/masterthread.cpp diff --git a/3rdparty/qtserialport/examples/serialport/blockingmaster/masterthread.h b/thirdparty/qtserialport/examples/serialport/blockingmaster/masterthread.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingmaster/masterthread.h rename to thirdparty/qtserialport/examples/serialport/blockingmaster/masterthread.h diff --git a/3rdparty/qtserialport/examples/serialport/blockingslave/blockingslave.pro b/thirdparty/qtserialport/examples/serialport/blockingslave/blockingslave.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingslave/blockingslave.pro rename to thirdparty/qtserialport/examples/serialport/blockingslave/blockingslave.pro diff --git a/3rdparty/qtserialport/examples/serialport/blockingslave/dialog.cpp b/thirdparty/qtserialport/examples/serialport/blockingslave/dialog.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingslave/dialog.cpp rename to thirdparty/qtserialport/examples/serialport/blockingslave/dialog.cpp diff --git a/3rdparty/qtserialport/examples/serialport/blockingslave/dialog.h b/thirdparty/qtserialport/examples/serialport/blockingslave/dialog.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingslave/dialog.h rename to thirdparty/qtserialport/examples/serialport/blockingslave/dialog.h diff --git a/3rdparty/qtserialport/examples/serialport/blockingslave/main.cpp b/thirdparty/qtserialport/examples/serialport/blockingslave/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingslave/main.cpp rename to thirdparty/qtserialport/examples/serialport/blockingslave/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/blockingslave/slavethread.cpp b/thirdparty/qtserialport/examples/serialport/blockingslave/slavethread.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingslave/slavethread.cpp rename to thirdparty/qtserialport/examples/serialport/blockingslave/slavethread.cpp diff --git a/3rdparty/qtserialport/examples/serialport/blockingslave/slavethread.h b/thirdparty/qtserialport/examples/serialport/blockingslave/slavethread.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/blockingslave/slavethread.h rename to thirdparty/qtserialport/examples/serialport/blockingslave/slavethread.h diff --git a/3rdparty/qtserialport/examples/serialport/cenumerator/cenumerator.pro b/thirdparty/qtserialport/examples/serialport/cenumerator/cenumerator.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cenumerator/cenumerator.pro rename to thirdparty/qtserialport/examples/serialport/cenumerator/cenumerator.pro diff --git a/3rdparty/qtserialport/examples/serialport/cenumerator/main.cpp b/thirdparty/qtserialport/examples/serialport/cenumerator/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cenumerator/main.cpp rename to thirdparty/qtserialport/examples/serialport/cenumerator/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/creaderasync/creaderasync.pro b/thirdparty/qtserialport/examples/serialport/creaderasync/creaderasync.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/creaderasync/creaderasync.pro rename to thirdparty/qtserialport/examples/serialport/creaderasync/creaderasync.pro diff --git a/3rdparty/qtserialport/examples/serialport/creaderasync/main.cpp b/thirdparty/qtserialport/examples/serialport/creaderasync/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/creaderasync/main.cpp rename to thirdparty/qtserialport/examples/serialport/creaderasync/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/creaderasync/serialportreader.cpp b/thirdparty/qtserialport/examples/serialport/creaderasync/serialportreader.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/creaderasync/serialportreader.cpp rename to thirdparty/qtserialport/examples/serialport/creaderasync/serialportreader.cpp diff --git a/3rdparty/qtserialport/examples/serialport/creaderasync/serialportreader.h b/thirdparty/qtserialport/examples/serialport/creaderasync/serialportreader.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/creaderasync/serialportreader.h rename to thirdparty/qtserialport/examples/serialport/creaderasync/serialportreader.h diff --git a/3rdparty/qtserialport/examples/serialport/creadersync/creadersync.pro b/thirdparty/qtserialport/examples/serialport/creadersync/creadersync.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/creadersync/creadersync.pro rename to thirdparty/qtserialport/examples/serialport/creadersync/creadersync.pro diff --git a/3rdparty/qtserialport/examples/serialport/creadersync/main.cpp b/thirdparty/qtserialport/examples/serialport/creadersync/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/creadersync/main.cpp rename to thirdparty/qtserialport/examples/serialport/creadersync/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/cwriterasync/cwriterasync.pro b/thirdparty/qtserialport/examples/serialport/cwriterasync/cwriterasync.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cwriterasync/cwriterasync.pro rename to thirdparty/qtserialport/examples/serialport/cwriterasync/cwriterasync.pro diff --git a/3rdparty/qtserialport/examples/serialport/cwriterasync/main.cpp b/thirdparty/qtserialport/examples/serialport/cwriterasync/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cwriterasync/main.cpp rename to thirdparty/qtserialport/examples/serialport/cwriterasync/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.cpp b/thirdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.cpp rename to thirdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.cpp diff --git a/3rdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.h b/thirdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.h rename to thirdparty/qtserialport/examples/serialport/cwriterasync/serialportwriter.h diff --git a/3rdparty/qtserialport/examples/serialport/cwritersync/cwritersync.pro b/thirdparty/qtserialport/examples/serialport/cwritersync/cwritersync.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cwritersync/cwritersync.pro rename to thirdparty/qtserialport/examples/serialport/cwritersync/cwritersync.pro diff --git a/3rdparty/qtserialport/examples/serialport/cwritersync/main.cpp b/thirdparty/qtserialport/examples/serialport/cwritersync/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/cwritersync/main.cpp rename to thirdparty/qtserialport/examples/serialport/cwritersync/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/doc/blockingmaster.qdoc b/thirdparty/qtserialport/examples/serialport/doc/blockingmaster.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/blockingmaster.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/blockingmaster.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/blockingslave.qdoc b/thirdparty/qtserialport/examples/serialport/doc/blockingslave.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/blockingslave.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/blockingslave.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/cenumerator.qdoc b/thirdparty/qtserialport/examples/serialport/doc/cenumerator.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/cenumerator.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/cenumerator.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/creaderasync.qdoc b/thirdparty/qtserialport/examples/serialport/doc/creaderasync.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/creaderasync.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/creaderasync.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/creadersync.qdoc b/thirdparty/qtserialport/examples/serialport/doc/creadersync.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/creadersync.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/creadersync.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/cwriterasync.qdoc b/thirdparty/qtserialport/examples/serialport/doc/cwriterasync.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/cwriterasync.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/cwriterasync.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/cwritersync.qdoc b/thirdparty/qtserialport/examples/serialport/doc/cwritersync.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/cwritersync.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/cwritersync.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/enumerator.qdoc b/thirdparty/qtserialport/examples/serialport/doc/enumerator.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/enumerator.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/enumerator.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/doc/terminal.qdoc b/thirdparty/qtserialport/examples/serialport/doc/terminal.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/doc/terminal.qdoc rename to thirdparty/qtserialport/examples/serialport/doc/terminal.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/enumerator/enumerator.pro b/thirdparty/qtserialport/examples/serialport/enumerator/enumerator.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/enumerator/enumerator.pro rename to thirdparty/qtserialport/examples/serialport/enumerator/enumerator.pro diff --git a/3rdparty/qtserialport/examples/serialport/enumerator/main.cpp b/thirdparty/qtserialport/examples/serialport/enumerator/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/enumerator/main.cpp rename to thirdparty/qtserialport/examples/serialport/enumerator/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/examples.qdoc b/thirdparty/qtserialport/examples/serialport/examples.qdoc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/examples.qdoc rename to thirdparty/qtserialport/examples/serialport/examples.qdoc diff --git a/3rdparty/qtserialport/examples/serialport/master/dialog.cpp b/thirdparty/qtserialport/examples/serialport/master/dialog.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/master/dialog.cpp rename to thirdparty/qtserialport/examples/serialport/master/dialog.cpp diff --git a/3rdparty/qtserialport/examples/serialport/master/dialog.h b/thirdparty/qtserialport/examples/serialport/master/dialog.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/master/dialog.h rename to thirdparty/qtserialport/examples/serialport/master/dialog.h diff --git a/3rdparty/qtserialport/examples/serialport/master/main.cpp b/thirdparty/qtserialport/examples/serialport/master/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/master/main.cpp rename to thirdparty/qtserialport/examples/serialport/master/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/master/master.pro b/thirdparty/qtserialport/examples/serialport/master/master.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/master/master.pro rename to thirdparty/qtserialport/examples/serialport/master/master.pro diff --git a/3rdparty/qtserialport/examples/serialport/serialport.pro b/thirdparty/qtserialport/examples/serialport/serialport.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/serialport.pro rename to thirdparty/qtserialport/examples/serialport/serialport.pro diff --git a/3rdparty/qtserialport/examples/serialport/slave/dialog.cpp b/thirdparty/qtserialport/examples/serialport/slave/dialog.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/slave/dialog.cpp rename to thirdparty/qtserialport/examples/serialport/slave/dialog.cpp diff --git a/3rdparty/qtserialport/examples/serialport/slave/dialog.h b/thirdparty/qtserialport/examples/serialport/slave/dialog.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/slave/dialog.h rename to thirdparty/qtserialport/examples/serialport/slave/dialog.h diff --git a/3rdparty/qtserialport/examples/serialport/slave/main.cpp b/thirdparty/qtserialport/examples/serialport/slave/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/slave/main.cpp rename to thirdparty/qtserialport/examples/serialport/slave/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/slave/slave.pro b/thirdparty/qtserialport/examples/serialport/slave/slave.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/slave/slave.pro rename to thirdparty/qtserialport/examples/serialport/slave/slave.pro diff --git a/3rdparty/qtserialport/examples/serialport/slave/slavethread.cpp b/thirdparty/qtserialport/examples/serialport/slave/slavethread.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/slave/slavethread.cpp rename to thirdparty/qtserialport/examples/serialport/slave/slavethread.cpp diff --git a/3rdparty/qtserialport/examples/serialport/slave/slavethread.h b/thirdparty/qtserialport/examples/serialport/slave/slavethread.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/slave/slavethread.h rename to thirdparty/qtserialport/examples/serialport/slave/slavethread.h diff --git a/3rdparty/qtserialport/examples/serialport/terminal/console.cpp b/thirdparty/qtserialport/examples/serialport/terminal/console.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/console.cpp rename to thirdparty/qtserialport/examples/serialport/terminal/console.cpp diff --git a/3rdparty/qtserialport/examples/serialport/terminal/console.h b/thirdparty/qtserialport/examples/serialport/terminal/console.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/console.h rename to thirdparty/qtserialport/examples/serialport/terminal/console.h diff --git a/3rdparty/qtserialport/examples/serialport/terminal/images/application-exit.png b/thirdparty/qtserialport/examples/serialport/terminal/images/application-exit.png similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/images/application-exit.png rename to thirdparty/qtserialport/examples/serialport/terminal/images/application-exit.png diff --git a/3rdparty/qtserialport/examples/serialport/terminal/images/clear.png b/thirdparty/qtserialport/examples/serialport/terminal/images/clear.png similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/images/clear.png rename to thirdparty/qtserialport/examples/serialport/terminal/images/clear.png diff --git a/3rdparty/qtserialport/examples/serialport/terminal/images/connect.png b/thirdparty/qtserialport/examples/serialport/terminal/images/connect.png similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/images/connect.png rename to thirdparty/qtserialport/examples/serialport/terminal/images/connect.png diff --git a/3rdparty/qtserialport/examples/serialport/terminal/images/disconnect.png b/thirdparty/qtserialport/examples/serialport/terminal/images/disconnect.png similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/images/disconnect.png rename to thirdparty/qtserialport/examples/serialport/terminal/images/disconnect.png diff --git a/3rdparty/qtserialport/examples/serialport/terminal/images/settings.png b/thirdparty/qtserialport/examples/serialport/terminal/images/settings.png similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/images/settings.png rename to thirdparty/qtserialport/examples/serialport/terminal/images/settings.png diff --git a/3rdparty/qtserialport/examples/serialport/terminal/main.cpp b/thirdparty/qtserialport/examples/serialport/terminal/main.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/main.cpp rename to thirdparty/qtserialport/examples/serialport/terminal/main.cpp diff --git a/3rdparty/qtserialport/examples/serialport/terminal/mainwindow.cpp b/thirdparty/qtserialport/examples/serialport/terminal/mainwindow.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/mainwindow.cpp rename to thirdparty/qtserialport/examples/serialport/terminal/mainwindow.cpp diff --git a/3rdparty/qtserialport/examples/serialport/terminal/mainwindow.h b/thirdparty/qtserialport/examples/serialport/terminal/mainwindow.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/mainwindow.h rename to thirdparty/qtserialport/examples/serialport/terminal/mainwindow.h diff --git a/3rdparty/qtserialport/examples/serialport/terminal/mainwindow.ui b/thirdparty/qtserialport/examples/serialport/terminal/mainwindow.ui similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/mainwindow.ui rename to thirdparty/qtserialport/examples/serialport/terminal/mainwindow.ui diff --git a/3rdparty/qtserialport/examples/serialport/terminal/settingsdialog.cpp b/thirdparty/qtserialport/examples/serialport/terminal/settingsdialog.cpp similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/settingsdialog.cpp rename to thirdparty/qtserialport/examples/serialport/terminal/settingsdialog.cpp diff --git a/3rdparty/qtserialport/examples/serialport/terminal/settingsdialog.h b/thirdparty/qtserialport/examples/serialport/terminal/settingsdialog.h similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/settingsdialog.h rename to thirdparty/qtserialport/examples/serialport/terminal/settingsdialog.h diff --git a/3rdparty/qtserialport/examples/serialport/terminal/settingsdialog.ui b/thirdparty/qtserialport/examples/serialport/terminal/settingsdialog.ui similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/settingsdialog.ui rename to thirdparty/qtserialport/examples/serialport/terminal/settingsdialog.ui diff --git a/3rdparty/qtserialport/examples/serialport/terminal/terminal.pro b/thirdparty/qtserialport/examples/serialport/terminal/terminal.pro similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/terminal.pro rename to thirdparty/qtserialport/examples/serialport/terminal/terminal.pro diff --git a/3rdparty/qtserialport/examples/serialport/terminal/terminal.qrc b/thirdparty/qtserialport/examples/serialport/terminal/terminal.qrc similarity index 100% rename from 3rdparty/qtserialport/examples/serialport/terminal/terminal.qrc rename to thirdparty/qtserialport/examples/serialport/terminal/terminal.qrc diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qcore_unix_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qcore_unix_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qcore_unix_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qcore_unix_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qlockfile_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qlockfile_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qlockfile_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qlockfile_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qringbuffer_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qringbuffer_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qringbuffer_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qringbuffer_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_symbian_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_symbian_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_symbian_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_symbian_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_unix_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_unix_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_unix_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_unix_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_win_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_win_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_win_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_win_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_wince_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_wince_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_wince_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialport_wince_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialportinfo_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialportinfo_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialportinfo_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qserialportinfo_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qtudev_p.h b/thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qtudev_p.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qtudev_p.h rename to thirdparty/qtserialport/include/QtSerialPort/5.3.1/QtSerialPort/private/qtudev_p.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/QLockFile b/thirdparty/qtserialport/include/QtSerialPort/QLockFile similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/QLockFile rename to thirdparty/qtserialport/include/QtSerialPort/QLockFile diff --git a/3rdparty/qtserialport/include/QtSerialPort/QSerialPort b/thirdparty/qtserialport/include/QtSerialPort/QSerialPort similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/QSerialPort rename to thirdparty/qtserialport/include/QtSerialPort/QSerialPort diff --git a/3rdparty/qtserialport/include/QtSerialPort/QSerialPortInfo b/thirdparty/qtserialport/include/QtSerialPort/QSerialPortInfo similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/QSerialPortInfo rename to thirdparty/qtserialport/include/QtSerialPort/QSerialPortInfo diff --git a/3rdparty/qtserialport/include/QtSerialPort/QWinEventNotifier b/thirdparty/qtserialport/include/QtSerialPort/QWinEventNotifier similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/QWinEventNotifier rename to thirdparty/qtserialport/include/QtSerialPort/QWinEventNotifier diff --git a/3rdparty/qtserialport/include/QtSerialPort/QtSerialPort b/thirdparty/qtserialport/include/QtSerialPort/QtSerialPort similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/QtSerialPort rename to thirdparty/qtserialport/include/QtSerialPort/QtSerialPort diff --git a/3rdparty/qtserialport/include/QtSerialPort/QtSerialPortVersion b/thirdparty/qtserialport/include/QtSerialPort/QtSerialPortVersion similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/QtSerialPortVersion rename to thirdparty/qtserialport/include/QtSerialPort/QtSerialPortVersion diff --git a/3rdparty/qtserialport/include/QtSerialPort/headers.pri b/thirdparty/qtserialport/include/QtSerialPort/headers.pri similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/headers.pri rename to thirdparty/qtserialport/include/QtSerialPort/headers.pri diff --git a/3rdparty/qtserialport/include/QtSerialPort/qlockfile.h b/thirdparty/qtserialport/include/QtSerialPort/qlockfile.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/qlockfile.h rename to thirdparty/qtserialport/include/QtSerialPort/qlockfile.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/qserialport.h b/thirdparty/qtserialport/include/QtSerialPort/qserialport.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/qserialport.h rename to thirdparty/qtserialport/include/QtSerialPort/qserialport.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/qserialportglobal.h b/thirdparty/qtserialport/include/QtSerialPort/qserialportglobal.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/qserialportglobal.h rename to thirdparty/qtserialport/include/QtSerialPort/qserialportglobal.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/qserialportinfo.h b/thirdparty/qtserialport/include/QtSerialPort/qserialportinfo.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/qserialportinfo.h rename to thirdparty/qtserialport/include/QtSerialPort/qserialportinfo.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/qtserialportversion.h b/thirdparty/qtserialport/include/QtSerialPort/qtserialportversion.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/qtserialportversion.h rename to thirdparty/qtserialport/include/QtSerialPort/qtserialportversion.h diff --git a/3rdparty/qtserialport/include/QtSerialPort/qwineventnotifier.h b/thirdparty/qtserialport/include/QtSerialPort/qwineventnotifier.h similarity index 100% rename from 3rdparty/qtserialport/include/QtSerialPort/qwineventnotifier.h rename to thirdparty/qtserialport/include/QtSerialPort/qwineventnotifier.h diff --git a/3rdparty/qtserialport/qtserialport.pro b/thirdparty/qtserialport/qtserialport.pro similarity index 100% rename from 3rdparty/qtserialport/qtserialport.pro rename to thirdparty/qtserialport/qtserialport.pro diff --git a/3rdparty/qtserialport/src/serialport/doc/images/blockingmaster-example.png b/thirdparty/qtserialport/src/serialport/doc/images/blockingmaster-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/blockingmaster-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/blockingmaster-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/blockingslave-example.png b/thirdparty/qtserialport/src/serialport/doc/images/blockingslave-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/blockingslave-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/blockingslave-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/cenumerator-example.png b/thirdparty/qtserialport/src/serialport/doc/images/cenumerator-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/cenumerator-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/cenumerator-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/creaderasync-example.png b/thirdparty/qtserialport/src/serialport/doc/images/creaderasync-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/creaderasync-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/creaderasync-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/creadersync-example.png b/thirdparty/qtserialport/src/serialport/doc/images/creadersync-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/creadersync-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/creadersync-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/cwriterasync-example.png b/thirdparty/qtserialport/src/serialport/doc/images/cwriterasync-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/cwriterasync-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/cwriterasync-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/cwritersync-example.png b/thirdparty/qtserialport/src/serialport/doc/images/cwritersync-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/cwritersync-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/cwritersync-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/enumerator-example.png b/thirdparty/qtserialport/src/serialport/doc/images/enumerator-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/enumerator-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/enumerator-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/images/terminal-example.png b/thirdparty/qtserialport/src/serialport/doc/images/terminal-example.png similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/images/terminal-example.png rename to thirdparty/qtserialport/src/serialport/doc/images/terminal-example.png diff --git a/3rdparty/qtserialport/src/serialport/doc/qtserialport.qdocconf b/thirdparty/qtserialport/src/serialport/doc/qtserialport.qdocconf similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/qtserialport.qdocconf rename to thirdparty/qtserialport/src/serialport/doc/qtserialport.qdocconf diff --git a/3rdparty/qtserialport/src/serialport/doc/src/index.qdoc b/thirdparty/qtserialport/src/serialport/doc/src/index.qdoc similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/src/index.qdoc rename to thirdparty/qtserialport/src/serialport/doc/src/index.qdoc diff --git a/3rdparty/qtserialport/src/serialport/doc/src/qtserialport-module.qdoc b/thirdparty/qtserialport/src/serialport/doc/src/qtserialport-module.qdoc similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/src/qtserialport-module.qdoc rename to thirdparty/qtserialport/src/serialport/doc/src/qtserialport-module.qdoc diff --git a/3rdparty/qtserialport/src/serialport/doc/style/style.css b/thirdparty/qtserialport/src/serialport/doc/style/style.css similarity index 100% rename from 3rdparty/qtserialport/src/serialport/doc/style/style.css rename to thirdparty/qtserialport/src/serialport/doc/style/style.css diff --git a/3rdparty/qtserialport/src/serialport/qserialport.cpp b/thirdparty/qtserialport/src/serialport/qserialport.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport.cpp rename to thirdparty/qtserialport/src/serialport/qserialport.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialport.h b/thirdparty/qtserialport/src/serialport/qserialport.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport.h rename to thirdparty/qtserialport/src/serialport/qserialport.h diff --git a/3rdparty/qtserialport/src/serialport/qserialport_p.h b/thirdparty/qtserialport/src/serialport/qserialport_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_p.h rename to thirdparty/qtserialport/src/serialport/qserialport_p.h diff --git a/3rdparty/qtserialport/src/serialport/qserialport_symbian.cpp b/thirdparty/qtserialport/src/serialport/qserialport_symbian.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_symbian.cpp rename to thirdparty/qtserialport/src/serialport/qserialport_symbian.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialport_symbian_p.h b/thirdparty/qtserialport/src/serialport/qserialport_symbian_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_symbian_p.h rename to thirdparty/qtserialport/src/serialport/qserialport_symbian_p.h diff --git a/3rdparty/qtserialport/src/serialport/qserialport_unix.cpp b/thirdparty/qtserialport/src/serialport/qserialport_unix.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_unix.cpp rename to thirdparty/qtserialport/src/serialport/qserialport_unix.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialport_unix_p.h b/thirdparty/qtserialport/src/serialport/qserialport_unix_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_unix_p.h rename to thirdparty/qtserialport/src/serialport/qserialport_unix_p.h diff --git a/3rdparty/qtserialport/src/serialport/qserialport_win.cpp b/thirdparty/qtserialport/src/serialport/qserialport_win.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_win.cpp rename to thirdparty/qtserialport/src/serialport/qserialport_win.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialport_win_p.h b/thirdparty/qtserialport/src/serialport/qserialport_win_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_win_p.h rename to thirdparty/qtserialport/src/serialport/qserialport_win_p.h diff --git a/3rdparty/qtserialport/src/serialport/qserialport_wince.cpp b/thirdparty/qtserialport/src/serialport/qserialport_wince.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_wince.cpp rename to thirdparty/qtserialport/src/serialport/qserialport_wince.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialport_wince_p.h b/thirdparty/qtserialport/src/serialport/qserialport_wince_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialport_wince_p.h rename to thirdparty/qtserialport/src/serialport/qserialport_wince_p.h diff --git a/3rdparty/qtserialport/src/serialport/qserialportglobal.h b/thirdparty/qtserialport/src/serialport/qserialportglobal.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportglobal.h rename to thirdparty/qtserialport/src/serialport/qserialportglobal.h diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo.cpp b/thirdparty/qtserialport/src/serialport/qserialportinfo.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo.cpp rename to thirdparty/qtserialport/src/serialport/qserialportinfo.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo.h b/thirdparty/qtserialport/src/serialport/qserialportinfo.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo.h rename to thirdparty/qtserialport/src/serialport/qserialportinfo.h diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo_mac.cpp b/thirdparty/qtserialport/src/serialport/qserialportinfo_mac.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo_mac.cpp rename to thirdparty/qtserialport/src/serialport/qserialportinfo_mac.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo_p.h b/thirdparty/qtserialport/src/serialport/qserialportinfo_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo_p.h rename to thirdparty/qtserialport/src/serialport/qserialportinfo_p.h diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo_symbian.cpp b/thirdparty/qtserialport/src/serialport/qserialportinfo_symbian.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo_symbian.cpp rename to thirdparty/qtserialport/src/serialport/qserialportinfo_symbian.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo_unix.cpp b/thirdparty/qtserialport/src/serialport/qserialportinfo_unix.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo_unix.cpp rename to thirdparty/qtserialport/src/serialport/qserialportinfo_unix.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo_win.cpp b/thirdparty/qtserialport/src/serialport/qserialportinfo_win.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo_win.cpp rename to thirdparty/qtserialport/src/serialport/qserialportinfo_win.cpp diff --git a/3rdparty/qtserialport/src/serialport/qserialportinfo_wince.cpp b/thirdparty/qtserialport/src/serialport/qserialportinfo_wince.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qserialportinfo_wince.cpp rename to thirdparty/qtserialport/src/serialport/qserialportinfo_wince.cpp diff --git a/3rdparty/qtserialport/src/serialport/qt4support/include/QtCore/qlockfile.h b/thirdparty/qtserialport/src/serialport/qt4support/include/QtCore/qlockfile.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/include/QtCore/qlockfile.h rename to thirdparty/qtserialport/src/serialport/qt4support/include/QtCore/qlockfile.h diff --git a/3rdparty/qtserialport/src/serialport/qt4support/include/QtCore/qwineventnotifier.h b/thirdparty/qtserialport/src/serialport/qt4support/include/QtCore/qwineventnotifier.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/include/QtCore/qwineventnotifier.h rename to thirdparty/qtserialport/src/serialport/qt4support/include/QtCore/qwineventnotifier.h diff --git a/3rdparty/qtserialport/src/serialport/qt4support/include/private/qcore_unix_p.h b/thirdparty/qtserialport/src/serialport/qt4support/include/private/qcore_unix_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/include/private/qcore_unix_p.h rename to thirdparty/qtserialport/src/serialport/qt4support/include/private/qcore_unix_p.h diff --git a/3rdparty/qtserialport/src/serialport/qt4support/include/private/qlockfile_p.h b/thirdparty/qtserialport/src/serialport/qt4support/include/private/qlockfile_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/include/private/qlockfile_p.h rename to thirdparty/qtserialport/src/serialport/qt4support/include/private/qlockfile_p.h diff --git a/3rdparty/qtserialport/src/serialport/qt4support/include/private/qringbuffer_p.h b/thirdparty/qtserialport/src/serialport/qt4support/include/private/qringbuffer_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/include/private/qringbuffer_p.h rename to thirdparty/qtserialport/src/serialport/qt4support/include/private/qringbuffer_p.h diff --git a/3rdparty/qtserialport/src/serialport/qt4support/install-helper.pri b/thirdparty/qtserialport/src/serialport/qt4support/install-helper.pri similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/install-helper.pri rename to thirdparty/qtserialport/src/serialport/qt4support/install-helper.pri diff --git a/3rdparty/qtserialport/src/serialport/qt4support/serialport.prf b/thirdparty/qtserialport/src/serialport/qt4support/serialport.prf similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/serialport.prf rename to thirdparty/qtserialport/src/serialport/qt4support/serialport.prf diff --git a/3rdparty/qtserialport/src/serialport/qt4support/src/qlockfile.cpp b/thirdparty/qtserialport/src/serialport/qt4support/src/qlockfile.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/src/qlockfile.cpp rename to thirdparty/qtserialport/src/serialport/qt4support/src/qlockfile.cpp diff --git a/3rdparty/qtserialport/src/serialport/qt4support/src/qlockfile_unix.cpp b/thirdparty/qtserialport/src/serialport/qt4support/src/qlockfile_unix.cpp similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qt4support/src/qlockfile_unix.cpp rename to thirdparty/qtserialport/src/serialport/qt4support/src/qlockfile_unix.cpp diff --git a/3rdparty/qtserialport/src/serialport/qtudev_p.h b/thirdparty/qtserialport/src/serialport/qtudev_p.h similarity index 100% rename from 3rdparty/qtserialport/src/serialport/qtudev_p.h rename to thirdparty/qtserialport/src/serialport/qtudev_p.h diff --git a/3rdparty/qtserialport/src/serialport/serialport-lib.pri b/thirdparty/qtserialport/src/serialport/serialport-lib.pri similarity index 100% rename from 3rdparty/qtserialport/src/serialport/serialport-lib.pri rename to thirdparty/qtserialport/src/serialport/serialport-lib.pri diff --git a/3rdparty/qtserialport/src/serialport/serialport.pro b/thirdparty/qtserialport/src/serialport/serialport.pro similarity index 100% rename from 3rdparty/qtserialport/src/serialport/serialport.pro rename to thirdparty/qtserialport/src/serialport/serialport.pro diff --git a/3rdparty/qtserialport/src/src.pro b/thirdparty/qtserialport/src/src.pro similarity index 100% rename from 3rdparty/qtserialport/src/src.pro rename to thirdparty/qtserialport/src/src.pro diff --git a/3rdparty/qtserialport/sync.profile b/thirdparty/qtserialport/sync.profile similarity index 100% rename from 3rdparty/qtserialport/sync.profile rename to thirdparty/qtserialport/sync.profile diff --git a/3rdparty/qtserialport/tests/auto/auto.pro b/thirdparty/qtserialport/tests/auto/auto.pro similarity index 100% rename from 3rdparty/qtserialport/tests/auto/auto.pro rename to thirdparty/qtserialport/tests/auto/auto.pro diff --git a/3rdparty/qtserialport/tests/auto/bic/data/QtSerialPort.5.1.0.linux-gcc-ia32.txt b/thirdparty/qtserialport/tests/auto/bic/data/QtSerialPort.5.1.0.linux-gcc-ia32.txt similarity index 100% rename from 3rdparty/qtserialport/tests/auto/bic/data/QtSerialPort.5.1.0.linux-gcc-ia32.txt rename to thirdparty/qtserialport/tests/auto/bic/data/QtSerialPort.5.1.0.linux-gcc-ia32.txt diff --git a/3rdparty/qtserialport/tests/auto/cmake/CMakeLists.txt b/thirdparty/qtserialport/tests/auto/cmake/CMakeLists.txt similarity index 100% rename from 3rdparty/qtserialport/tests/auto/cmake/CMakeLists.txt rename to thirdparty/qtserialport/tests/auto/cmake/CMakeLists.txt diff --git a/3rdparty/qtserialport/tests/auto/cmake/cmake.pro b/thirdparty/qtserialport/tests/auto/cmake/cmake.pro similarity index 100% rename from 3rdparty/qtserialport/tests/auto/cmake/cmake.pro rename to thirdparty/qtserialport/tests/auto/cmake/cmake.pro diff --git a/3rdparty/qtserialport/tests/auto/qserialport/qserialport.pro b/thirdparty/qtserialport/tests/auto/qserialport/qserialport.pro similarity index 100% rename from 3rdparty/qtserialport/tests/auto/qserialport/qserialport.pro rename to thirdparty/qtserialport/tests/auto/qserialport/qserialport.pro diff --git a/3rdparty/qtserialport/tests/auto/qserialport/tst_qserialport.cpp b/thirdparty/qtserialport/tests/auto/qserialport/tst_qserialport.cpp similarity index 100% rename from 3rdparty/qtserialport/tests/auto/qserialport/tst_qserialport.cpp rename to thirdparty/qtserialport/tests/auto/qserialport/tst_qserialport.cpp diff --git a/3rdparty/qtserialport/tests/global/global.cfg b/thirdparty/qtserialport/tests/global/global.cfg similarity index 100% rename from 3rdparty/qtserialport/tests/global/global.cfg rename to thirdparty/qtserialport/tests/global/global.cfg diff --git a/3rdparty/qtserialport/tests/manual/manual.pro b/thirdparty/qtserialport/tests/manual/manual.pro similarity index 100% rename from 3rdparty/qtserialport/tests/manual/manual.pro rename to thirdparty/qtserialport/tests/manual/manual.pro diff --git a/3rdparty/qtserialport/tests/manual/qserialport/qserialport.pro b/thirdparty/qtserialport/tests/manual/qserialport/qserialport.pro similarity index 100% rename from 3rdparty/qtserialport/tests/manual/qserialport/qserialport.pro rename to thirdparty/qtserialport/tests/manual/qserialport/qserialport.pro diff --git a/3rdparty/qtserialport/tests/manual/qserialport/tst_qserialport.cpp b/thirdparty/qtserialport/tests/manual/qserialport/tst_qserialport.cpp similarity index 100% rename from 3rdparty/qtserialport/tests/manual/qserialport/tst_qserialport.cpp rename to thirdparty/qtserialport/tests/manual/qserialport/tst_qserialport.cpp diff --git a/3rdparty/qtserialport/tests/manual/qserialportinfo/qserialportinfo.pro b/thirdparty/qtserialport/tests/manual/qserialportinfo/qserialportinfo.pro similarity index 100% rename from 3rdparty/qtserialport/tests/manual/qserialportinfo/qserialportinfo.pro rename to thirdparty/qtserialport/tests/manual/qserialportinfo/qserialportinfo.pro diff --git a/3rdparty/qtserialport/tests/manual/qserialportinfo/tst_qserialportinfo.cpp b/thirdparty/qtserialport/tests/manual/qserialportinfo/tst_qserialportinfo.cpp similarity index 100% rename from 3rdparty/qtserialport/tests/manual/qserialportinfo/tst_qserialportinfo.cpp rename to thirdparty/qtserialport/tests/manual/qserialportinfo/tst_qserialportinfo.cpp diff --git a/3rdparty/qtserialport/tests/tests.pro b/thirdparty/qtserialport/tests/tests.pro similarity index 100% rename from 3rdparty/qtserialport/tests/tests.pro rename to thirdparty/qtserialport/tests/tests.pro diff --git a/3rdparty/qtxmlrpc/client/client.pri b/thirdparty/qtxmlrpc/client/client.pri similarity index 100% rename from 3rdparty/qtxmlrpc/client/client.pri rename to thirdparty/qtxmlrpc/client/client.pri diff --git a/3rdparty/qtxmlrpc/client/src/clientprotocol.cpp b/thirdparty/qtxmlrpc/client/src/clientprotocol.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/clientprotocol.cpp rename to thirdparty/qtxmlrpc/client/src/clientprotocol.cpp diff --git a/3rdparty/qtxmlrpc/client/src/clientprotocol.h b/thirdparty/qtxmlrpc/client/src/clientprotocol.h similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/clientprotocol.h rename to thirdparty/qtxmlrpc/client/src/clientprotocol.h diff --git a/3rdparty/qtxmlrpc/client/src/httpclient.cpp b/thirdparty/qtxmlrpc/client/src/httpclient.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/httpclient.cpp rename to thirdparty/qtxmlrpc/client/src/httpclient.cpp diff --git a/3rdparty/qtxmlrpc/client/src/httpclient.h b/thirdparty/qtxmlrpc/client/src/httpclient.h similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/httpclient.h rename to thirdparty/qtxmlrpc/client/src/httpclient.h diff --git a/3rdparty/qtxmlrpc/client/src/httpsclient.cpp b/thirdparty/qtxmlrpc/client/src/httpsclient.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/httpsclient.cpp rename to thirdparty/qtxmlrpc/client/src/httpsclient.cpp diff --git a/3rdparty/qtxmlrpc/client/src/httpsclient.h b/thirdparty/qtxmlrpc/client/src/httpsclient.h similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/httpsclient.h rename to thirdparty/qtxmlrpc/client/src/httpsclient.h diff --git a/3rdparty/qtxmlrpc/client/src/xmlrpcclient.cpp b/thirdparty/qtxmlrpc/client/src/xmlrpcclient.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/xmlrpcclient.cpp rename to thirdparty/qtxmlrpc/client/src/xmlrpcclient.cpp diff --git a/3rdparty/qtxmlrpc/client/src/xmlrpcclient.h b/thirdparty/qtxmlrpc/client/src/xmlrpcclient.h similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/xmlrpcclient.h rename to thirdparty/qtxmlrpc/client/src/xmlrpcclient.h diff --git a/3rdparty/qtxmlrpc/client/src/xmlrpcconv.cpp b/thirdparty/qtxmlrpc/client/src/xmlrpcconv.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/xmlrpcconv.cpp rename to thirdparty/qtxmlrpc/client/src/xmlrpcconv.cpp diff --git a/3rdparty/qtxmlrpc/client/src/xmlrpcconv.h b/thirdparty/qtxmlrpc/client/src/xmlrpcconv.h similarity index 100% rename from 3rdparty/qtxmlrpc/client/src/xmlrpcconv.h rename to thirdparty/qtxmlrpc/client/src/xmlrpcconv.h diff --git a/3rdparty/qtxmlrpc/server/server.pri b/thirdparty/qtxmlrpc/server/server.pri similarity index 100% rename from 3rdparty/qtxmlrpc/server/server.pri rename to thirdparty/qtxmlrpc/server/server.pri diff --git a/3rdparty/qtxmlrpc/server/src/protocol.cpp b/thirdparty/qtxmlrpc/server/src/protocol.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/server/src/protocol.cpp rename to thirdparty/qtxmlrpc/server/src/protocol.cpp diff --git a/3rdparty/qtxmlrpc/server/src/protocol.h b/thirdparty/qtxmlrpc/server/src/protocol.h similarity index 100% rename from 3rdparty/qtxmlrpc/server/src/protocol.h rename to thirdparty/qtxmlrpc/server/src/protocol.h diff --git a/3rdparty/qtxmlrpc/server/src/qhttpheader.cpp b/thirdparty/qtxmlrpc/server/src/qhttpheader.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/server/src/qhttpheader.cpp rename to thirdparty/qtxmlrpc/server/src/qhttpheader.cpp diff --git a/3rdparty/qtxmlrpc/server/src/qhttpheader_p.h b/thirdparty/qtxmlrpc/server/src/qhttpheader_p.h similarity index 100% rename from 3rdparty/qtxmlrpc/server/src/qhttpheader_p.h rename to thirdparty/qtxmlrpc/server/src/qhttpheader_p.h diff --git a/3rdparty/qtxmlrpc/server/src/xmlrpcserver.cpp b/thirdparty/qtxmlrpc/server/src/xmlrpcserver.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/server/src/xmlrpcserver.cpp rename to thirdparty/qtxmlrpc/server/src/xmlrpcserver.cpp diff --git a/3rdparty/qtxmlrpc/server/src/xmlrpcserver.h b/thirdparty/qtxmlrpc/server/src/xmlrpcserver.h similarity index 100% rename from 3rdparty/qtxmlrpc/server/src/xmlrpcserver.h rename to thirdparty/qtxmlrpc/server/src/xmlrpcserver.h diff --git a/3rdparty/qtxmlrpc/xmlrpctest/client.cpp b/thirdparty/qtxmlrpc/xmlrpctest/client.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/xmlrpctest/client.cpp rename to thirdparty/qtxmlrpc/xmlrpctest/client.cpp diff --git a/3rdparty/qtxmlrpc/xmlrpctest/client.h b/thirdparty/qtxmlrpc/xmlrpctest/client.h similarity index 100% rename from 3rdparty/qtxmlrpc/xmlrpctest/client.h rename to thirdparty/qtxmlrpc/xmlrpctest/client.h diff --git a/3rdparty/qtxmlrpc/xmlrpctest/client.py b/thirdparty/qtxmlrpc/xmlrpctest/client.py similarity index 100% rename from 3rdparty/qtxmlrpc/xmlrpctest/client.py rename to thirdparty/qtxmlrpc/xmlrpctest/client.py diff --git a/3rdparty/qtxmlrpc/xmlrpctest/main.cpp b/thirdparty/qtxmlrpc/xmlrpctest/main.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/xmlrpctest/main.cpp rename to thirdparty/qtxmlrpc/xmlrpctest/main.cpp diff --git a/3rdparty/qtxmlrpc/xmlrpctest/server.cpp b/thirdparty/qtxmlrpc/xmlrpctest/server.cpp similarity index 100% rename from 3rdparty/qtxmlrpc/xmlrpctest/server.cpp rename to thirdparty/qtxmlrpc/xmlrpctest/server.cpp diff --git a/3rdparty/qtxmlrpc/xmlrpctest/server.h b/thirdparty/qtxmlrpc/xmlrpctest/server.h similarity index 100% rename from 3rdparty/qtxmlrpc/xmlrpctest/server.h rename to thirdparty/qtxmlrpc/xmlrpctest/server.h diff --git a/3rdparty/qtxmlrpc/xmlrpctest/xmlrpctest.pro b/thirdparty/qtxmlrpc/xmlrpctest/xmlrpctest.pro similarity index 100% rename from 3rdparty/qtxmlrpc/xmlrpctest/xmlrpctest.pro rename to thirdparty/qtxmlrpc/xmlrpctest/xmlrpctest.pro diff --git a/3rdparty/quazip/CMakeLists.txt b/thirdparty/quazip/CMakeLists.txt similarity index 100% rename from 3rdparty/quazip/CMakeLists.txt rename to thirdparty/quazip/CMakeLists.txt diff --git a/3rdparty/quazip/COPYING b/thirdparty/quazip/COPYING similarity index 100% rename from 3rdparty/quazip/COPYING rename to thirdparty/quazip/COPYING diff --git a/3rdparty/quazip/Doxyfile b/thirdparty/quazip/Doxyfile similarity index 100% rename from 3rdparty/quazip/Doxyfile rename to thirdparty/quazip/Doxyfile diff --git a/3rdparty/quazip/FindQuaZip.cmake b/thirdparty/quazip/FindQuaZip.cmake similarity index 100% rename from 3rdparty/quazip/FindQuaZip.cmake rename to thirdparty/quazip/FindQuaZip.cmake diff --git a/3rdparty/quazip/NEWS.txt b/thirdparty/quazip/NEWS.txt similarity index 100% rename from 3rdparty/quazip/NEWS.txt rename to thirdparty/quazip/NEWS.txt diff --git a/3rdparty/quazip/README.txt b/thirdparty/quazip/README.txt similarity index 100% rename from 3rdparty/quazip/README.txt rename to thirdparty/quazip/README.txt diff --git a/3rdparty/quazip/doc/html/JlCompress_8h_source.html b/thirdparty/quazip/doc/html/JlCompress_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/JlCompress_8h_source.html rename to thirdparty/quazip/doc/html/JlCompress_8h_source.html diff --git a/3rdparty/quazip/doc/html/annotated.html b/thirdparty/quazip/doc/html/annotated.html similarity index 100% rename from 3rdparty/quazip/doc/html/annotated.html rename to thirdparty/quazip/doc/html/annotated.html diff --git a/3rdparty/quazip/doc/html/bc_s.png b/thirdparty/quazip/doc/html/bc_s.png similarity index 100% rename from 3rdparty/quazip/doc/html/bc_s.png rename to thirdparty/quazip/doc/html/bc_s.png diff --git a/3rdparty/quazip/doc/html/classJlCompress-members.html b/thirdparty/quazip/doc/html/classJlCompress-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classJlCompress-members.html rename to thirdparty/quazip/doc/html/classJlCompress-members.html diff --git a/3rdparty/quazip/doc/html/classJlCompress.html b/thirdparty/quazip/doc/html/classJlCompress.html similarity index 100% rename from 3rdparty/quazip/doc/html/classJlCompress.html rename to thirdparty/quazip/doc/html/classJlCompress.html diff --git a/3rdparty/quazip/doc/html/classQuaAdler32-members.html b/thirdparty/quazip/doc/html/classQuaAdler32-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32-members.html rename to thirdparty/quazip/doc/html/classQuaAdler32-members.html diff --git a/3rdparty/quazip/doc/html/classQuaAdler32.html b/thirdparty/quazip/doc/html/classQuaAdler32.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32.html rename to thirdparty/quazip/doc/html/classQuaAdler32.html diff --git a/3rdparty/quazip/doc/html/classQuaAdler32__coll__graph.map b/thirdparty/quazip/doc/html/classQuaAdler32__coll__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32__coll__graph.map rename to thirdparty/quazip/doc/html/classQuaAdler32__coll__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaAdler32__coll__graph.md5 b/thirdparty/quazip/doc/html/classQuaAdler32__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32__coll__graph.md5 rename to thirdparty/quazip/doc/html/classQuaAdler32__coll__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaAdler32__coll__graph.png b/thirdparty/quazip/doc/html/classQuaAdler32__coll__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32__coll__graph.png rename to thirdparty/quazip/doc/html/classQuaAdler32__coll__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaAdler32__inherit__graph.map b/thirdparty/quazip/doc/html/classQuaAdler32__inherit__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32__inherit__graph.map rename to thirdparty/quazip/doc/html/classQuaAdler32__inherit__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaAdler32__inherit__graph.md5 b/thirdparty/quazip/doc/html/classQuaAdler32__inherit__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32__inherit__graph.md5 rename to thirdparty/quazip/doc/html/classQuaAdler32__inherit__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaAdler32__inherit__graph.png b/thirdparty/quazip/doc/html/classQuaAdler32__inherit__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaAdler32__inherit__graph.png rename to thirdparty/quazip/doc/html/classQuaAdler32__inherit__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaChecksum32-members.html b/thirdparty/quazip/doc/html/classQuaChecksum32-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaChecksum32-members.html rename to thirdparty/quazip/doc/html/classQuaChecksum32-members.html diff --git a/3rdparty/quazip/doc/html/classQuaChecksum32.html b/thirdparty/quazip/doc/html/classQuaChecksum32.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaChecksum32.html rename to thirdparty/quazip/doc/html/classQuaChecksum32.html diff --git a/3rdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.map b/thirdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.map rename to thirdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.md5 b/thirdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.md5 rename to thirdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.png b/thirdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.png rename to thirdparty/quazip/doc/html/classQuaChecksum32__inherit__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaCrc32-members.html b/thirdparty/quazip/doc/html/classQuaCrc32-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32-members.html rename to thirdparty/quazip/doc/html/classQuaCrc32-members.html diff --git a/3rdparty/quazip/doc/html/classQuaCrc32.html b/thirdparty/quazip/doc/html/classQuaCrc32.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32.html rename to thirdparty/quazip/doc/html/classQuaCrc32.html diff --git a/3rdparty/quazip/doc/html/classQuaCrc32__coll__graph.map b/thirdparty/quazip/doc/html/classQuaCrc32__coll__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32__coll__graph.map rename to thirdparty/quazip/doc/html/classQuaCrc32__coll__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaCrc32__coll__graph.md5 b/thirdparty/quazip/doc/html/classQuaCrc32__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32__coll__graph.md5 rename to thirdparty/quazip/doc/html/classQuaCrc32__coll__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaCrc32__coll__graph.png b/thirdparty/quazip/doc/html/classQuaCrc32__coll__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32__coll__graph.png rename to thirdparty/quazip/doc/html/classQuaCrc32__coll__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaCrc32__inherit__graph.map b/thirdparty/quazip/doc/html/classQuaCrc32__inherit__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32__inherit__graph.map rename to thirdparty/quazip/doc/html/classQuaCrc32__inherit__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaCrc32__inherit__graph.md5 b/thirdparty/quazip/doc/html/classQuaCrc32__inherit__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32__inherit__graph.md5 rename to thirdparty/quazip/doc/html/classQuaCrc32__inherit__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaCrc32__inherit__graph.png b/thirdparty/quazip/doc/html/classQuaCrc32__inherit__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaCrc32__inherit__graph.png rename to thirdparty/quazip/doc/html/classQuaCrc32__inherit__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaGzipFile-members.html b/thirdparty/quazip/doc/html/classQuaGzipFile-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaGzipFile-members.html rename to thirdparty/quazip/doc/html/classQuaGzipFile-members.html diff --git a/3rdparty/quazip/doc/html/classQuaGzipFile.html b/thirdparty/quazip/doc/html/classQuaGzipFile.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaGzipFile.html rename to thirdparty/quazip/doc/html/classQuaGzipFile.html diff --git a/3rdparty/quazip/doc/html/classQuaZIODevice-members.html b/thirdparty/quazip/doc/html/classQuaZIODevice-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZIODevice-members.html rename to thirdparty/quazip/doc/html/classQuaZIODevice-members.html diff --git a/3rdparty/quazip/doc/html/classQuaZIODevice.html b/thirdparty/quazip/doc/html/classQuaZIODevice.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZIODevice.html rename to thirdparty/quazip/doc/html/classQuaZIODevice.html diff --git a/3rdparty/quazip/doc/html/classQuaZip-members.html b/thirdparty/quazip/doc/html/classQuaZip-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZip-members.html rename to thirdparty/quazip/doc/html/classQuaZip-members.html diff --git a/3rdparty/quazip/doc/html/classQuaZip.html b/thirdparty/quazip/doc/html/classQuaZip.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZip.html rename to thirdparty/quazip/doc/html/classQuaZip.html diff --git a/3rdparty/quazip/doc/html/classQuaZipDir-members.html b/thirdparty/quazip/doc/html/classQuaZipDir-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipDir-members.html rename to thirdparty/quazip/doc/html/classQuaZipDir-members.html diff --git a/3rdparty/quazip/doc/html/classQuaZipDir.html b/thirdparty/quazip/doc/html/classQuaZipDir.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipDir.html rename to thirdparty/quazip/doc/html/classQuaZipDir.html diff --git a/3rdparty/quazip/doc/html/classQuaZipFile-members.html b/thirdparty/quazip/doc/html/classQuaZipFile-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFile-members.html rename to thirdparty/quazip/doc/html/classQuaZipFile-members.html diff --git a/3rdparty/quazip/doc/html/classQuaZipFile.html b/thirdparty/quazip/doc/html/classQuaZipFile.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFile.html rename to thirdparty/quazip/doc/html/classQuaZipFile.html diff --git a/3rdparty/quazip/doc/html/classQuaZipFilePrivate-members.html b/thirdparty/quazip/doc/html/classQuaZipFilePrivate-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFilePrivate-members.html rename to thirdparty/quazip/doc/html/classQuaZipFilePrivate-members.html diff --git a/3rdparty/quazip/doc/html/classQuaZipFilePrivate.html b/thirdparty/quazip/doc/html/classQuaZipFilePrivate.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFilePrivate.html rename to thirdparty/quazip/doc/html/classQuaZipFilePrivate.html diff --git a/3rdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.map b/thirdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.map rename to thirdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.md5 b/thirdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.md5 rename to thirdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.png b/thirdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.png rename to thirdparty/quazip/doc/html/classQuaZipFilePrivate__coll__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaZipFile__coll__graph.map b/thirdparty/quazip/doc/html/classQuaZipFile__coll__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFile__coll__graph.map rename to thirdparty/quazip/doc/html/classQuaZipFile__coll__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaZipFile__coll__graph.md5 b/thirdparty/quazip/doc/html/classQuaZipFile__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFile__coll__graph.md5 rename to thirdparty/quazip/doc/html/classQuaZipFile__coll__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaZipFile__coll__graph.png b/thirdparty/quazip/doc/html/classQuaZipFile__coll__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipFile__coll__graph.png rename to thirdparty/quazip/doc/html/classQuaZipFile__coll__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaZipPrivate-members.html b/thirdparty/quazip/doc/html/classQuaZipPrivate-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipPrivate-members.html rename to thirdparty/quazip/doc/html/classQuaZipPrivate-members.html diff --git a/3rdparty/quazip/doc/html/classQuaZipPrivate.html b/thirdparty/quazip/doc/html/classQuaZipPrivate.html similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipPrivate.html rename to thirdparty/quazip/doc/html/classQuaZipPrivate.html diff --git a/3rdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.map b/thirdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.map rename to thirdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.md5 b/thirdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.md5 rename to thirdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.png b/thirdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.png rename to thirdparty/quazip/doc/html/classQuaZipPrivate__coll__graph.png diff --git a/3rdparty/quazip/doc/html/classQuaZip__coll__graph.map b/thirdparty/quazip/doc/html/classQuaZip__coll__graph.map similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZip__coll__graph.map rename to thirdparty/quazip/doc/html/classQuaZip__coll__graph.map diff --git a/3rdparty/quazip/doc/html/classQuaZip__coll__graph.md5 b/thirdparty/quazip/doc/html/classQuaZip__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZip__coll__graph.md5 rename to thirdparty/quazip/doc/html/classQuaZip__coll__graph.md5 diff --git a/3rdparty/quazip/doc/html/classQuaZip__coll__graph.png b/thirdparty/quazip/doc/html/classQuaZip__coll__graph.png similarity index 100% rename from 3rdparty/quazip/doc/html/classQuaZip__coll__graph.png rename to thirdparty/quazip/doc/html/classQuaZip__coll__graph.png diff --git a/3rdparty/quazip/doc/html/classes.html b/thirdparty/quazip/doc/html/classes.html similarity index 100% rename from 3rdparty/quazip/doc/html/classes.html rename to thirdparty/quazip/doc/html/classes.html diff --git a/3rdparty/quazip/doc/html/closed.png b/thirdparty/quazip/doc/html/closed.png similarity index 100% rename from 3rdparty/quazip/doc/html/closed.png rename to thirdparty/quazip/doc/html/closed.png diff --git a/3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a.html b/thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a.html similarity index 100% rename from 3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a.html rename to thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a.html diff --git a/3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.map b/thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.map similarity index 100% rename from 3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.map rename to thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.map diff --git a/3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 b/thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 rename to thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 diff --git a/3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.png b/thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.png similarity index 100% rename from 3rdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.png rename to thirdparty/quazip/doc/html/dir_6b1d21316abab84c9bd8ed600604809a_dep.png diff --git a/3rdparty/quazip/doc/html/dirs.html b/thirdparty/quazip/doc/html/dirs.html similarity index 100% rename from 3rdparty/quazip/doc/html/dirs.html rename to thirdparty/quazip/doc/html/dirs.html diff --git a/3rdparty/quazip/doc/html/doxygen.css b/thirdparty/quazip/doc/html/doxygen.css similarity index 100% rename from 3rdparty/quazip/doc/html/doxygen.css rename to thirdparty/quazip/doc/html/doxygen.css diff --git a/3rdparty/quazip/doc/html/doxygen.png b/thirdparty/quazip/doc/html/doxygen.png similarity index 100% rename from 3rdparty/quazip/doc/html/doxygen.png rename to thirdparty/quazip/doc/html/doxygen.png diff --git a/3rdparty/quazip/doc/html/faq.html b/thirdparty/quazip/doc/html/faq.html similarity index 100% rename from 3rdparty/quazip/doc/html/faq.html rename to thirdparty/quazip/doc/html/faq.html diff --git a/3rdparty/quazip/doc/html/files.html b/thirdparty/quazip/doc/html/files.html similarity index 100% rename from 3rdparty/quazip/doc/html/files.html rename to thirdparty/quazip/doc/html/files.html diff --git a/3rdparty/quazip/doc/html/functions.html b/thirdparty/quazip/doc/html/functions.html similarity index 100% rename from 3rdparty/quazip/doc/html/functions.html rename to thirdparty/quazip/doc/html/functions.html diff --git a/3rdparty/quazip/doc/html/functions_enum.html b/thirdparty/quazip/doc/html/functions_enum.html similarity index 100% rename from 3rdparty/quazip/doc/html/functions_enum.html rename to thirdparty/quazip/doc/html/functions_enum.html diff --git a/3rdparty/quazip/doc/html/functions_eval.html b/thirdparty/quazip/doc/html/functions_eval.html similarity index 100% rename from 3rdparty/quazip/doc/html/functions_eval.html rename to thirdparty/quazip/doc/html/functions_eval.html diff --git a/3rdparty/quazip/doc/html/functions_func.html b/thirdparty/quazip/doc/html/functions_func.html similarity index 100% rename from 3rdparty/quazip/doc/html/functions_func.html rename to thirdparty/quazip/doc/html/functions_func.html diff --git a/3rdparty/quazip/doc/html/functions_vars.html b/thirdparty/quazip/doc/html/functions_vars.html similarity index 100% rename from 3rdparty/quazip/doc/html/functions_vars.html rename to thirdparty/quazip/doc/html/functions_vars.html diff --git a/3rdparty/quazip/doc/html/graph_legend.html b/thirdparty/quazip/doc/html/graph_legend.html similarity index 100% rename from 3rdparty/quazip/doc/html/graph_legend.html rename to thirdparty/quazip/doc/html/graph_legend.html diff --git a/3rdparty/quazip/doc/html/graph_legend.md5 b/thirdparty/quazip/doc/html/graph_legend.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/graph_legend.md5 rename to thirdparty/quazip/doc/html/graph_legend.md5 diff --git a/3rdparty/quazip/doc/html/graph_legend.png b/thirdparty/quazip/doc/html/graph_legend.png similarity index 100% rename from 3rdparty/quazip/doc/html/graph_legend.png rename to thirdparty/quazip/doc/html/graph_legend.png diff --git a/3rdparty/quazip/doc/html/hierarchy.html b/thirdparty/quazip/doc/html/hierarchy.html similarity index 100% rename from 3rdparty/quazip/doc/html/hierarchy.html rename to thirdparty/quazip/doc/html/hierarchy.html diff --git a/3rdparty/quazip/doc/html/index.html b/thirdparty/quazip/doc/html/index.html similarity index 100% rename from 3rdparty/quazip/doc/html/index.html rename to thirdparty/quazip/doc/html/index.html diff --git a/3rdparty/quazip/doc/html/inherit_graph_0.map b/thirdparty/quazip/doc/html/inherit_graph_0.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_0.map rename to thirdparty/quazip/doc/html/inherit_graph_0.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_0.md5 b/thirdparty/quazip/doc/html/inherit_graph_0.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_0.md5 rename to thirdparty/quazip/doc/html/inherit_graph_0.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_0.png b/thirdparty/quazip/doc/html/inherit_graph_0.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_0.png rename to thirdparty/quazip/doc/html/inherit_graph_0.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_1.map b/thirdparty/quazip/doc/html/inherit_graph_1.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_1.map rename to thirdparty/quazip/doc/html/inherit_graph_1.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_1.md5 b/thirdparty/quazip/doc/html/inherit_graph_1.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_1.md5 rename to thirdparty/quazip/doc/html/inherit_graph_1.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_1.png b/thirdparty/quazip/doc/html/inherit_graph_1.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_1.png rename to thirdparty/quazip/doc/html/inherit_graph_1.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_10.map b/thirdparty/quazip/doc/html/inherit_graph_10.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_10.map rename to thirdparty/quazip/doc/html/inherit_graph_10.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_10.md5 b/thirdparty/quazip/doc/html/inherit_graph_10.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_10.md5 rename to thirdparty/quazip/doc/html/inherit_graph_10.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_10.png b/thirdparty/quazip/doc/html/inherit_graph_10.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_10.png rename to thirdparty/quazip/doc/html/inherit_graph_10.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_2.map b/thirdparty/quazip/doc/html/inherit_graph_2.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_2.map rename to thirdparty/quazip/doc/html/inherit_graph_2.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_2.md5 b/thirdparty/quazip/doc/html/inherit_graph_2.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_2.md5 rename to thirdparty/quazip/doc/html/inherit_graph_2.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_2.png b/thirdparty/quazip/doc/html/inherit_graph_2.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_2.png rename to thirdparty/quazip/doc/html/inherit_graph_2.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_3.map b/thirdparty/quazip/doc/html/inherit_graph_3.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_3.map rename to thirdparty/quazip/doc/html/inherit_graph_3.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_3.md5 b/thirdparty/quazip/doc/html/inherit_graph_3.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_3.md5 rename to thirdparty/quazip/doc/html/inherit_graph_3.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_3.png b/thirdparty/quazip/doc/html/inherit_graph_3.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_3.png rename to thirdparty/quazip/doc/html/inherit_graph_3.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_4.map b/thirdparty/quazip/doc/html/inherit_graph_4.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_4.map rename to thirdparty/quazip/doc/html/inherit_graph_4.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_4.md5 b/thirdparty/quazip/doc/html/inherit_graph_4.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_4.md5 rename to thirdparty/quazip/doc/html/inherit_graph_4.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_4.png b/thirdparty/quazip/doc/html/inherit_graph_4.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_4.png rename to thirdparty/quazip/doc/html/inherit_graph_4.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_5.map b/thirdparty/quazip/doc/html/inherit_graph_5.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_5.map rename to thirdparty/quazip/doc/html/inherit_graph_5.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_5.md5 b/thirdparty/quazip/doc/html/inherit_graph_5.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_5.md5 rename to thirdparty/quazip/doc/html/inherit_graph_5.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_5.png b/thirdparty/quazip/doc/html/inherit_graph_5.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_5.png rename to thirdparty/quazip/doc/html/inherit_graph_5.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_6.map b/thirdparty/quazip/doc/html/inherit_graph_6.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_6.map rename to thirdparty/quazip/doc/html/inherit_graph_6.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_6.md5 b/thirdparty/quazip/doc/html/inherit_graph_6.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_6.md5 rename to thirdparty/quazip/doc/html/inherit_graph_6.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_6.png b/thirdparty/quazip/doc/html/inherit_graph_6.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_6.png rename to thirdparty/quazip/doc/html/inherit_graph_6.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_7.map b/thirdparty/quazip/doc/html/inherit_graph_7.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_7.map rename to thirdparty/quazip/doc/html/inherit_graph_7.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_7.md5 b/thirdparty/quazip/doc/html/inherit_graph_7.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_7.md5 rename to thirdparty/quazip/doc/html/inherit_graph_7.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_7.png b/thirdparty/quazip/doc/html/inherit_graph_7.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_7.png rename to thirdparty/quazip/doc/html/inherit_graph_7.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_8.map b/thirdparty/quazip/doc/html/inherit_graph_8.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_8.map rename to thirdparty/quazip/doc/html/inherit_graph_8.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_8.md5 b/thirdparty/quazip/doc/html/inherit_graph_8.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_8.md5 rename to thirdparty/quazip/doc/html/inherit_graph_8.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_8.png b/thirdparty/quazip/doc/html/inherit_graph_8.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_8.png rename to thirdparty/quazip/doc/html/inherit_graph_8.png diff --git a/3rdparty/quazip/doc/html/inherit_graph_9.map b/thirdparty/quazip/doc/html/inherit_graph_9.map similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_9.map rename to thirdparty/quazip/doc/html/inherit_graph_9.map diff --git a/3rdparty/quazip/doc/html/inherit_graph_9.md5 b/thirdparty/quazip/doc/html/inherit_graph_9.md5 similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_9.md5 rename to thirdparty/quazip/doc/html/inherit_graph_9.md5 diff --git a/3rdparty/quazip/doc/html/inherit_graph_9.png b/thirdparty/quazip/doc/html/inherit_graph_9.png similarity index 100% rename from 3rdparty/quazip/doc/html/inherit_graph_9.png rename to thirdparty/quazip/doc/html/inherit_graph_9.png diff --git a/3rdparty/quazip/doc/html/inherits.html b/thirdparty/quazip/doc/html/inherits.html similarity index 100% rename from 3rdparty/quazip/doc/html/inherits.html rename to thirdparty/quazip/doc/html/inherits.html diff --git a/3rdparty/quazip/doc/html/jquery.js b/thirdparty/quazip/doc/html/jquery.js similarity index 100% rename from 3rdparty/quazip/doc/html/jquery.js rename to thirdparty/quazip/doc/html/jquery.js diff --git a/3rdparty/quazip/doc/html/nav_f.png b/thirdparty/quazip/doc/html/nav_f.png similarity index 100% rename from 3rdparty/quazip/doc/html/nav_f.png rename to thirdparty/quazip/doc/html/nav_f.png diff --git a/3rdparty/quazip/doc/html/nav_h.png b/thirdparty/quazip/doc/html/nav_h.png similarity index 100% rename from 3rdparty/quazip/doc/html/nav_h.png rename to thirdparty/quazip/doc/html/nav_h.png diff --git a/3rdparty/quazip/doc/html/open.png b/thirdparty/quazip/doc/html/open.png similarity index 100% rename from 3rdparty/quazip/doc/html/open.png rename to thirdparty/quazip/doc/html/open.png diff --git a/3rdparty/quazip/doc/html/pages.html b/thirdparty/quazip/doc/html/pages.html similarity index 100% rename from 3rdparty/quazip/doc/html/pages.html rename to thirdparty/quazip/doc/html/pages.html diff --git a/3rdparty/quazip/doc/html/quaadler32_8h_source.html b/thirdparty/quazip/doc/html/quaadler32_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quaadler32_8h_source.html rename to thirdparty/quazip/doc/html/quaadler32_8h_source.html diff --git a/3rdparty/quazip/doc/html/quachecksum32_8h_source.html b/thirdparty/quazip/doc/html/quachecksum32_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quachecksum32_8h_source.html rename to thirdparty/quazip/doc/html/quachecksum32_8h_source.html diff --git a/3rdparty/quazip/doc/html/quacrc32_8h_source.html b/thirdparty/quazip/doc/html/quacrc32_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quacrc32_8h_source.html rename to thirdparty/quazip/doc/html/quacrc32_8h_source.html diff --git a/3rdparty/quazip/doc/html/quagzipfile_8h_source.html b/thirdparty/quazip/doc/html/quagzipfile_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quagzipfile_8h_source.html rename to thirdparty/quazip/doc/html/quagzipfile_8h_source.html diff --git a/3rdparty/quazip/doc/html/quaziodevice_8h_source.html b/thirdparty/quazip/doc/html/quaziodevice_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quaziodevice_8h_source.html rename to thirdparty/quazip/doc/html/quaziodevice_8h_source.html diff --git a/3rdparty/quazip/doc/html/quazip_8h_source.html b/thirdparty/quazip/doc/html/quazip_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quazip_8h_source.html rename to thirdparty/quazip/doc/html/quazip_8h_source.html diff --git a/3rdparty/quazip/doc/html/quazip__global_8h_source.html b/thirdparty/quazip/doc/html/quazip__global_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quazip__global_8h_source.html rename to thirdparty/quazip/doc/html/quazip__global_8h_source.html diff --git a/3rdparty/quazip/doc/html/quazipdir_8h_source.html b/thirdparty/quazip/doc/html/quazipdir_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quazipdir_8h_source.html rename to thirdparty/quazip/doc/html/quazipdir_8h_source.html diff --git a/3rdparty/quazip/doc/html/quazipfile_8h_source.html b/thirdparty/quazip/doc/html/quazipfile_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quazipfile_8h_source.html rename to thirdparty/quazip/doc/html/quazipfile_8h_source.html diff --git a/3rdparty/quazip/doc/html/quazipfileinfo_8h_source.html b/thirdparty/quazip/doc/html/quazipfileinfo_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quazipfileinfo_8h_source.html rename to thirdparty/quazip/doc/html/quazipfileinfo_8h_source.html diff --git a/3rdparty/quazip/doc/html/quazipnewinfo_8h_source.html b/thirdparty/quazip/doc/html/quazipnewinfo_8h_source.html similarity index 100% rename from 3rdparty/quazip/doc/html/quazipnewinfo_8h_source.html rename to thirdparty/quazip/doc/html/quazipnewinfo_8h_source.html diff --git a/3rdparty/quazip/doc/html/structQuaZipFileInfo-members.html b/thirdparty/quazip/doc/html/structQuaZipFileInfo-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/structQuaZipFileInfo-members.html rename to thirdparty/quazip/doc/html/structQuaZipFileInfo-members.html diff --git a/3rdparty/quazip/doc/html/structQuaZipFileInfo.html b/thirdparty/quazip/doc/html/structQuaZipFileInfo.html similarity index 100% rename from 3rdparty/quazip/doc/html/structQuaZipFileInfo.html rename to thirdparty/quazip/doc/html/structQuaZipFileInfo.html diff --git a/3rdparty/quazip/doc/html/structQuaZipNewInfo-members.html b/thirdparty/quazip/doc/html/structQuaZipNewInfo-members.html similarity index 100% rename from 3rdparty/quazip/doc/html/structQuaZipNewInfo-members.html rename to thirdparty/quazip/doc/html/structQuaZipNewInfo-members.html diff --git a/3rdparty/quazip/doc/html/structQuaZipNewInfo.html b/thirdparty/quazip/doc/html/structQuaZipNewInfo.html similarity index 100% rename from 3rdparty/quazip/doc/html/structQuaZipNewInfo.html rename to thirdparty/quazip/doc/html/structQuaZipNewInfo.html diff --git a/3rdparty/quazip/doc/html/tab_a.png b/thirdparty/quazip/doc/html/tab_a.png similarity index 100% rename from 3rdparty/quazip/doc/html/tab_a.png rename to thirdparty/quazip/doc/html/tab_a.png diff --git a/3rdparty/quazip/doc/html/tab_b.png b/thirdparty/quazip/doc/html/tab_b.png similarity index 100% rename from 3rdparty/quazip/doc/html/tab_b.png rename to thirdparty/quazip/doc/html/tab_b.png diff --git a/3rdparty/quazip/doc/html/tab_h.png b/thirdparty/quazip/doc/html/tab_h.png similarity index 100% rename from 3rdparty/quazip/doc/html/tab_h.png rename to thirdparty/quazip/doc/html/tab_h.png diff --git a/3rdparty/quazip/doc/html/tab_s.png b/thirdparty/quazip/doc/html/tab_s.png similarity index 100% rename from 3rdparty/quazip/doc/html/tab_s.png rename to thirdparty/quazip/doc/html/tab_s.png diff --git a/3rdparty/quazip/doc/html/tabs.css b/thirdparty/quazip/doc/html/tabs.css similarity index 100% rename from 3rdparty/quazip/doc/html/tabs.css rename to thirdparty/quazip/doc/html/tabs.css diff --git a/3rdparty/quazip/doc/html/usage.html b/thirdparty/quazip/doc/html/usage.html similarity index 100% rename from 3rdparty/quazip/doc/html/usage.html rename to thirdparty/quazip/doc/html/usage.html diff --git a/3rdparty/quazip/doc/latex/Makefile b/thirdparty/quazip/doc/latex/Makefile similarity index 100% rename from 3rdparty/quazip/doc/latex/Makefile rename to thirdparty/quazip/doc/latex/Makefile diff --git a/3rdparty/quazip/doc/latex/annotated.tex b/thirdparty/quazip/doc/latex/annotated.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/annotated.tex rename to thirdparty/quazip/doc/latex/annotated.tex diff --git a/3rdparty/quazip/doc/latex/classJlCompress.tex b/thirdparty/quazip/doc/latex/classJlCompress.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classJlCompress.tex rename to thirdparty/quazip/doc/latex/classJlCompress.tex diff --git a/3rdparty/quazip/doc/latex/classQuaAdler32.tex b/thirdparty/quazip/doc/latex/classQuaAdler32.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaAdler32.tex rename to thirdparty/quazip/doc/latex/classQuaAdler32.tex diff --git a/3rdparty/quazip/doc/latex/classQuaAdler32__coll__graph.eps b/thirdparty/quazip/doc/latex/classQuaAdler32__coll__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaAdler32__coll__graph.eps rename to thirdparty/quazip/doc/latex/classQuaAdler32__coll__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaAdler32__coll__graph.md5 b/thirdparty/quazip/doc/latex/classQuaAdler32__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaAdler32__coll__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaAdler32__coll__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.eps b/thirdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.eps rename to thirdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.md5 b/thirdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaAdler32__inherit__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaChecksum32.tex b/thirdparty/quazip/doc/latex/classQuaChecksum32.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaChecksum32.tex rename to thirdparty/quazip/doc/latex/classQuaChecksum32.tex diff --git a/3rdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.eps b/thirdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.eps rename to thirdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.md5 b/thirdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaChecksum32__inherit__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaCrc32.tex b/thirdparty/quazip/doc/latex/classQuaCrc32.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaCrc32.tex rename to thirdparty/quazip/doc/latex/classQuaCrc32.tex diff --git a/3rdparty/quazip/doc/latex/classQuaCrc32__coll__graph.eps b/thirdparty/quazip/doc/latex/classQuaCrc32__coll__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaCrc32__coll__graph.eps rename to thirdparty/quazip/doc/latex/classQuaCrc32__coll__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaCrc32__coll__graph.md5 b/thirdparty/quazip/doc/latex/classQuaCrc32__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaCrc32__coll__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaCrc32__coll__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.eps b/thirdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.eps rename to thirdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.md5 b/thirdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaCrc32__inherit__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaGzipFile.tex b/thirdparty/quazip/doc/latex/classQuaGzipFile.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaGzipFile.tex rename to thirdparty/quazip/doc/latex/classQuaGzipFile.tex diff --git a/3rdparty/quazip/doc/latex/classQuaZIODevice.tex b/thirdparty/quazip/doc/latex/classQuaZIODevice.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZIODevice.tex rename to thirdparty/quazip/doc/latex/classQuaZIODevice.tex diff --git a/3rdparty/quazip/doc/latex/classQuaZip.tex b/thirdparty/quazip/doc/latex/classQuaZip.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZip.tex rename to thirdparty/quazip/doc/latex/classQuaZip.tex diff --git a/3rdparty/quazip/doc/latex/classQuaZipDir.tex b/thirdparty/quazip/doc/latex/classQuaZipDir.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipDir.tex rename to thirdparty/quazip/doc/latex/classQuaZipDir.tex diff --git a/3rdparty/quazip/doc/latex/classQuaZipFile.tex b/thirdparty/quazip/doc/latex/classQuaZipFile.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipFile.tex rename to thirdparty/quazip/doc/latex/classQuaZipFile.tex diff --git a/3rdparty/quazip/doc/latex/classQuaZipFilePrivate.tex b/thirdparty/quazip/doc/latex/classQuaZipFilePrivate.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipFilePrivate.tex rename to thirdparty/quazip/doc/latex/classQuaZipFilePrivate.tex diff --git a/3rdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.eps b/thirdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.eps rename to thirdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.md5 b/thirdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaZipFilePrivate__coll__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaZipFile__coll__graph.eps b/thirdparty/quazip/doc/latex/classQuaZipFile__coll__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipFile__coll__graph.eps rename to thirdparty/quazip/doc/latex/classQuaZipFile__coll__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaZipFile__coll__graph.md5 b/thirdparty/quazip/doc/latex/classQuaZipFile__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipFile__coll__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaZipFile__coll__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaZipPrivate.tex b/thirdparty/quazip/doc/latex/classQuaZipPrivate.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipPrivate.tex rename to thirdparty/quazip/doc/latex/classQuaZipPrivate.tex diff --git a/3rdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.eps b/thirdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.eps rename to thirdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.md5 b/thirdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaZipPrivate__coll__graph.md5 diff --git a/3rdparty/quazip/doc/latex/classQuaZip__coll__graph.eps b/thirdparty/quazip/doc/latex/classQuaZip__coll__graph.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZip__coll__graph.eps rename to thirdparty/quazip/doc/latex/classQuaZip__coll__graph.eps diff --git a/3rdparty/quazip/doc/latex/classQuaZip__coll__graph.md5 b/thirdparty/quazip/doc/latex/classQuaZip__coll__graph.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/classQuaZip__coll__graph.md5 rename to thirdparty/quazip/doc/latex/classQuaZip__coll__graph.md5 diff --git a/3rdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a.tex b/thirdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a.tex rename to thirdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a.tex diff --git a/3rdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.eps b/thirdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.eps similarity index 100% rename from 3rdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.eps rename to thirdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.eps diff --git a/3rdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 b/thirdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 similarity index 100% rename from 3rdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 rename to thirdparty/quazip/doc/latex/dir_6b1d21316abab84c9bd8ed600604809a_dep.md5 diff --git a/3rdparty/quazip/doc/latex/dirs.tex b/thirdparty/quazip/doc/latex/dirs.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/dirs.tex rename to thirdparty/quazip/doc/latex/dirs.tex diff --git a/3rdparty/quazip/doc/latex/doxygen.sty b/thirdparty/quazip/doc/latex/doxygen.sty similarity index 100% rename from 3rdparty/quazip/doc/latex/doxygen.sty rename to thirdparty/quazip/doc/latex/doxygen.sty diff --git a/3rdparty/quazip/doc/latex/faq.tex b/thirdparty/quazip/doc/latex/faq.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/faq.tex rename to thirdparty/quazip/doc/latex/faq.tex diff --git a/3rdparty/quazip/doc/latex/hierarchy.tex b/thirdparty/quazip/doc/latex/hierarchy.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/hierarchy.tex rename to thirdparty/quazip/doc/latex/hierarchy.tex diff --git a/3rdparty/quazip/doc/latex/index.tex b/thirdparty/quazip/doc/latex/index.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/index.tex rename to thirdparty/quazip/doc/latex/index.tex diff --git a/3rdparty/quazip/doc/latex/refman.tex b/thirdparty/quazip/doc/latex/refman.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/refman.tex rename to thirdparty/quazip/doc/latex/refman.tex diff --git a/3rdparty/quazip/doc/latex/structQuaZipFileInfo.tex b/thirdparty/quazip/doc/latex/structQuaZipFileInfo.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/structQuaZipFileInfo.tex rename to thirdparty/quazip/doc/latex/structQuaZipFileInfo.tex diff --git a/3rdparty/quazip/doc/latex/structQuaZipNewInfo.tex b/thirdparty/quazip/doc/latex/structQuaZipNewInfo.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/structQuaZipNewInfo.tex rename to thirdparty/quazip/doc/latex/structQuaZipNewInfo.tex diff --git a/3rdparty/quazip/doc/latex/usage.tex b/thirdparty/quazip/doc/latex/usage.tex similarity index 100% rename from 3rdparty/quazip/doc/latex/usage.tex rename to thirdparty/quazip/doc/latex/usage.tex diff --git a/3rdparty/quazip/includes.pri b/thirdparty/quazip/includes.pri similarity index 100% rename from 3rdparty/quazip/includes.pri rename to thirdparty/quazip/includes.pri diff --git a/3rdparty/quazip/quazip.pri b/thirdparty/quazip/quazip.pri similarity index 100% rename from 3rdparty/quazip/quazip.pri rename to thirdparty/quazip/quazip.pri diff --git a/3rdparty/quazip/quazip.pro b/thirdparty/quazip/quazip.pro similarity index 100% rename from 3rdparty/quazip/quazip.pro rename to thirdparty/quazip/quazip.pro diff --git a/3rdparty/quazip/quazip.sln b/thirdparty/quazip/quazip.sln similarity index 100% rename from 3rdparty/quazip/quazip.sln rename to thirdparty/quazip/quazip.sln diff --git a/3rdparty/quazip/quazip/CMakeLists.txt b/thirdparty/quazip/quazip/CMakeLists.txt similarity index 100% rename from 3rdparty/quazip/quazip/CMakeLists.txt rename to thirdparty/quazip/quazip/CMakeLists.txt diff --git a/3rdparty/quazip/quazip/JlCompress.cpp b/thirdparty/quazip/quazip/JlCompress.cpp similarity index 100% rename from 3rdparty/quazip/quazip/JlCompress.cpp rename to thirdparty/quazip/quazip/JlCompress.cpp diff --git a/3rdparty/quazip/quazip/JlCompress.h b/thirdparty/quazip/quazip/JlCompress.h similarity index 100% rename from 3rdparty/quazip/quazip/JlCompress.h rename to thirdparty/quazip/quazip/JlCompress.h diff --git a/3rdparty/quazip/quazip/crypt.h b/thirdparty/quazip/quazip/crypt.h similarity index 100% rename from 3rdparty/quazip/quazip/crypt.h rename to thirdparty/quazip/quazip/crypt.h diff --git a/3rdparty/quazip/quazip/debian/libquazip0.symbols b/thirdparty/quazip/quazip/debian/libquazip0.symbols similarity index 100% rename from 3rdparty/quazip/quazip/debian/libquazip0.symbols rename to thirdparty/quazip/quazip/debian/libquazip0.symbols diff --git a/3rdparty/quazip/quazip/doc/faq.dox b/thirdparty/quazip/quazip/doc/faq.dox similarity index 100% rename from 3rdparty/quazip/quazip/doc/faq.dox rename to thirdparty/quazip/quazip/doc/faq.dox diff --git a/3rdparty/quazip/quazip/doc/index.dox b/thirdparty/quazip/quazip/doc/index.dox similarity index 100% rename from 3rdparty/quazip/quazip/doc/index.dox rename to thirdparty/quazip/quazip/doc/index.dox diff --git a/3rdparty/quazip/quazip/doc/usage.dox b/thirdparty/quazip/quazip/doc/usage.dox similarity index 100% rename from 3rdparty/quazip/quazip/doc/usage.dox rename to thirdparty/quazip/quazip/doc/usage.dox diff --git a/3rdparty/quazip/quazip/ioapi.h b/thirdparty/quazip/quazip/ioapi.h similarity index 100% rename from 3rdparty/quazip/quazip/ioapi.h rename to thirdparty/quazip/quazip/ioapi.h diff --git a/3rdparty/quazip/quazip/qioapi.cpp b/thirdparty/quazip/quazip/qioapi.cpp similarity index 100% rename from 3rdparty/quazip/quazip/qioapi.cpp rename to thirdparty/quazip/quazip/qioapi.cpp diff --git a/3rdparty/quazip/quazip/quaadler32.cpp b/thirdparty/quazip/quazip/quaadler32.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quaadler32.cpp rename to thirdparty/quazip/quazip/quaadler32.cpp diff --git a/3rdparty/quazip/quazip/quaadler32.h b/thirdparty/quazip/quazip/quaadler32.h similarity index 100% rename from 3rdparty/quazip/quazip/quaadler32.h rename to thirdparty/quazip/quazip/quaadler32.h diff --git a/3rdparty/quazip/quazip/quachecksum32.h b/thirdparty/quazip/quazip/quachecksum32.h similarity index 100% rename from 3rdparty/quazip/quazip/quachecksum32.h rename to thirdparty/quazip/quazip/quachecksum32.h diff --git a/3rdparty/quazip/quazip/quacrc32.cpp b/thirdparty/quazip/quazip/quacrc32.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quacrc32.cpp rename to thirdparty/quazip/quazip/quacrc32.cpp diff --git a/3rdparty/quazip/quazip/quacrc32.h b/thirdparty/quazip/quazip/quacrc32.h similarity index 100% rename from 3rdparty/quazip/quazip/quacrc32.h rename to thirdparty/quazip/quazip/quacrc32.h diff --git a/3rdparty/quazip/quazip/quagzipfile.cpp b/thirdparty/quazip/quazip/quagzipfile.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quagzipfile.cpp rename to thirdparty/quazip/quazip/quagzipfile.cpp diff --git a/3rdparty/quazip/quazip/quagzipfile.h b/thirdparty/quazip/quazip/quagzipfile.h similarity index 100% rename from 3rdparty/quazip/quazip/quagzipfile.h rename to thirdparty/quazip/quazip/quagzipfile.h diff --git a/3rdparty/quazip/quazip/quaziodevice.cpp b/thirdparty/quazip/quazip/quaziodevice.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quaziodevice.cpp rename to thirdparty/quazip/quazip/quaziodevice.cpp diff --git a/3rdparty/quazip/quazip/quaziodevice.h b/thirdparty/quazip/quazip/quaziodevice.h similarity index 100% rename from 3rdparty/quazip/quazip/quaziodevice.h rename to thirdparty/quazip/quazip/quaziodevice.h diff --git a/3rdparty/quazip/quazip/quazip.cpp b/thirdparty/quazip/quazip/quazip.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quazip.cpp rename to thirdparty/quazip/quazip/quazip.cpp diff --git a/3rdparty/quazip/quazip/quazip.h b/thirdparty/quazip/quazip/quazip.h similarity index 100% rename from 3rdparty/quazip/quazip/quazip.h rename to thirdparty/quazip/quazip/quazip.h diff --git a/3rdparty/quazip/quazip/quazip.pri b/thirdparty/quazip/quazip/quazip.pri similarity index 100% rename from 3rdparty/quazip/quazip/quazip.pri rename to thirdparty/quazip/quazip/quazip.pri diff --git a/3rdparty/quazip/quazip/quazip.pro b/thirdparty/quazip/quazip/quazip.pro similarity index 100% rename from 3rdparty/quazip/quazip/quazip.pro rename to thirdparty/quazip/quazip/quazip.pro diff --git a/3rdparty/quazip/quazip/quazip.sln b/thirdparty/quazip/quazip/quazip.sln similarity index 100% rename from 3rdparty/quazip/quazip/quazip.sln rename to thirdparty/quazip/quazip/quazip.sln diff --git a/3rdparty/quazip/quazip/quazip.vcproj b/thirdparty/quazip/quazip/quazip.vcproj similarity index 100% rename from 3rdparty/quazip/quazip/quazip.vcproj rename to thirdparty/quazip/quazip/quazip.vcproj diff --git a/3rdparty/quazip/quazip/quazip.vcxproj b/thirdparty/quazip/quazip/quazip.vcxproj similarity index 100% rename from 3rdparty/quazip/quazip/quazip.vcxproj rename to thirdparty/quazip/quazip/quazip.vcxproj diff --git a/3rdparty/quazip/quazip/quazip.vcxproj.filters b/thirdparty/quazip/quazip/quazip.vcxproj.filters similarity index 100% rename from 3rdparty/quazip/quazip/quazip.vcxproj.filters rename to thirdparty/quazip/quazip/quazip.vcxproj.filters diff --git a/3rdparty/quazip/quazip/quazip_global.h b/thirdparty/quazip/quazip/quazip_global.h similarity index 100% rename from 3rdparty/quazip/quazip/quazip_global.h rename to thirdparty/quazip/quazip/quazip_global.h diff --git a/3rdparty/quazip/quazip/quazipdir.cpp b/thirdparty/quazip/quazip/quazipdir.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quazipdir.cpp rename to thirdparty/quazip/quazip/quazipdir.cpp diff --git a/3rdparty/quazip/quazip/quazipdir.h b/thirdparty/quazip/quazip/quazipdir.h similarity index 100% rename from 3rdparty/quazip/quazip/quazipdir.h rename to thirdparty/quazip/quazip/quazipdir.h diff --git a/3rdparty/quazip/quazip/quazipfile.cpp b/thirdparty/quazip/quazip/quazipfile.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quazipfile.cpp rename to thirdparty/quazip/quazip/quazipfile.cpp diff --git a/3rdparty/quazip/quazip/quazipfile.h b/thirdparty/quazip/quazip/quazipfile.h similarity index 100% rename from 3rdparty/quazip/quazip/quazipfile.h rename to thirdparty/quazip/quazip/quazipfile.h diff --git a/3rdparty/quazip/quazip/quazipfileinfo.cpp b/thirdparty/quazip/quazip/quazipfileinfo.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quazipfileinfo.cpp rename to thirdparty/quazip/quazip/quazipfileinfo.cpp diff --git a/3rdparty/quazip/quazip/quazipfileinfo.h b/thirdparty/quazip/quazip/quazipfileinfo.h similarity index 100% rename from 3rdparty/quazip/quazip/quazipfileinfo.h rename to thirdparty/quazip/quazip/quazipfileinfo.h diff --git a/3rdparty/quazip/quazip/quazipnewinfo.cpp b/thirdparty/quazip/quazip/quazipnewinfo.cpp similarity index 100% rename from 3rdparty/quazip/quazip/quazipnewinfo.cpp rename to thirdparty/quazip/quazip/quazipnewinfo.cpp diff --git a/3rdparty/quazip/quazip/quazipnewinfo.h b/thirdparty/quazip/quazip/quazipnewinfo.h similarity index 100% rename from 3rdparty/quazip/quazip/quazipnewinfo.h rename to thirdparty/quazip/quazip/quazipnewinfo.h diff --git a/3rdparty/quazip/quazip/run_moc.bat b/thirdparty/quazip/quazip/run_moc.bat similarity index 100% rename from 3rdparty/quazip/quazip/run_moc.bat rename to thirdparty/quazip/quazip/run_moc.bat diff --git a/3rdparty/quazip/quazip/unzip.c b/thirdparty/quazip/quazip/unzip.c similarity index 100% rename from 3rdparty/quazip/quazip/unzip.c rename to thirdparty/quazip/quazip/unzip.c diff --git a/3rdparty/quazip/quazip/unzip.h b/thirdparty/quazip/quazip/unzip.h similarity index 100% rename from 3rdparty/quazip/quazip/unzip.h rename to thirdparty/quazip/quazip/unzip.h diff --git a/3rdparty/quazip/quazip/zip.c b/thirdparty/quazip/quazip/zip.c similarity index 100% rename from 3rdparty/quazip/quazip/zip.c rename to thirdparty/quazip/quazip/zip.c diff --git a/3rdparty/quazip/quazip/zip.h b/thirdparty/quazip/quazip/zip.h similarity index 100% rename from 3rdparty/quazip/quazip/zip.h rename to thirdparty/quazip/quazip/zip.h diff --git a/3rdparty/quazip/qztest/qztest.cpp b/thirdparty/quazip/qztest/qztest.cpp similarity index 100% rename from 3rdparty/quazip/qztest/qztest.cpp rename to thirdparty/quazip/qztest/qztest.cpp diff --git a/3rdparty/quazip/qztest/qztest.h b/thirdparty/quazip/qztest/qztest.h similarity index 100% rename from 3rdparty/quazip/qztest/qztest.h rename to thirdparty/quazip/qztest/qztest.h diff --git a/3rdparty/quazip/qztest/qztest.pro b/thirdparty/quazip/qztest/qztest.pro similarity index 100% rename from 3rdparty/quazip/qztest/qztest.pro rename to thirdparty/quazip/qztest/qztest.pro diff --git a/3rdparty/quazip/qztest/qztest.sln b/thirdparty/quazip/qztest/qztest.sln similarity index 100% rename from 3rdparty/quazip/qztest/qztest.sln rename to thirdparty/quazip/qztest/qztest.sln diff --git a/3rdparty/quazip/qztest/qztest.vcproj b/thirdparty/quazip/qztest/qztest.vcproj similarity index 100% rename from 3rdparty/quazip/qztest/qztest.vcproj rename to thirdparty/quazip/qztest/qztest.vcproj diff --git a/3rdparty/quazip/qztest/qztest.vcxproj b/thirdparty/quazip/qztest/qztest.vcxproj similarity index 100% rename from 3rdparty/quazip/qztest/qztest.vcxproj rename to thirdparty/quazip/qztest/qztest.vcxproj diff --git a/3rdparty/quazip/qztest/qztest.vcxproj.filters b/thirdparty/quazip/qztest/qztest.vcxproj.filters similarity index 100% rename from 3rdparty/quazip/qztest/qztest.vcxproj.filters rename to thirdparty/quazip/qztest/qztest.vcxproj.filters diff --git a/3rdparty/quazip/qztest/run_moc.bat b/thirdparty/quazip/qztest/run_moc.bat similarity index 100% rename from 3rdparty/quazip/qztest/run_moc.bat rename to thirdparty/quazip/qztest/run_moc.bat diff --git a/3rdparty/quazip/qztest/testjlcompress.cpp b/thirdparty/quazip/qztest/testjlcompress.cpp similarity index 100% rename from 3rdparty/quazip/qztest/testjlcompress.cpp rename to thirdparty/quazip/qztest/testjlcompress.cpp diff --git a/3rdparty/quazip/qztest/testjlcompress.h b/thirdparty/quazip/qztest/testjlcompress.h similarity index 100% rename from 3rdparty/quazip/qztest/testjlcompress.h rename to thirdparty/quazip/qztest/testjlcompress.h diff --git a/3rdparty/quazip/qztest/testquachecksum32.cpp b/thirdparty/quazip/qztest/testquachecksum32.cpp similarity index 100% rename from 3rdparty/quazip/qztest/testquachecksum32.cpp rename to thirdparty/quazip/qztest/testquachecksum32.cpp diff --git a/3rdparty/quazip/qztest/testquachecksum32.h b/thirdparty/quazip/qztest/testquachecksum32.h similarity index 100% rename from 3rdparty/quazip/qztest/testquachecksum32.h rename to thirdparty/quazip/qztest/testquachecksum32.h diff --git a/3rdparty/quazip/qztest/testquagzipfile.cpp b/thirdparty/quazip/qztest/testquagzipfile.cpp similarity index 100% rename from 3rdparty/quazip/qztest/testquagzipfile.cpp rename to thirdparty/quazip/qztest/testquagzipfile.cpp diff --git a/3rdparty/quazip/qztest/testquagzipfile.h b/thirdparty/quazip/qztest/testquagzipfile.h similarity index 100% rename from 3rdparty/quazip/qztest/testquagzipfile.h rename to thirdparty/quazip/qztest/testquagzipfile.h diff --git a/3rdparty/quazip/qztest/testquaziodevice.cpp b/thirdparty/quazip/qztest/testquaziodevice.cpp similarity index 100% rename from 3rdparty/quazip/qztest/testquaziodevice.cpp rename to thirdparty/quazip/qztest/testquaziodevice.cpp diff --git a/3rdparty/quazip/qztest/testquaziodevice.h b/thirdparty/quazip/qztest/testquaziodevice.h similarity index 100% rename from 3rdparty/quazip/qztest/testquaziodevice.h rename to thirdparty/quazip/qztest/testquaziodevice.h diff --git a/3rdparty/quazip/qztest/testquazip.cpp b/thirdparty/quazip/qztest/testquazip.cpp similarity index 100% rename from 3rdparty/quazip/qztest/testquazip.cpp rename to thirdparty/quazip/qztest/testquazip.cpp diff --git a/3rdparty/quazip/qztest/testquazip.h b/thirdparty/quazip/qztest/testquazip.h similarity index 100% rename from 3rdparty/quazip/qztest/testquazip.h rename to thirdparty/quazip/qztest/testquazip.h diff --git a/3rdparty/quazip/qztest/testquazipdir.cpp b/thirdparty/quazip/qztest/testquazipdir.cpp similarity index 100% rename from 3rdparty/quazip/qztest/testquazipdir.cpp rename to thirdparty/quazip/qztest/testquazipdir.cpp diff --git a/3rdparty/quazip/qztest/testquazipdir.h b/thirdparty/quazip/qztest/testquazipdir.h similarity index 100% rename from 3rdparty/quazip/qztest/testquazipdir.h rename to thirdparty/quazip/qztest/testquazipdir.h diff --git a/3rdparty/quazip/qztest/testquazipfile.cpp b/thirdparty/quazip/qztest/testquazipfile.cpp similarity index 100% rename from 3rdparty/quazip/qztest/testquazipfile.cpp rename to thirdparty/quazip/qztest/testquazipfile.cpp diff --git a/3rdparty/quazip/qztest/testquazipfile.h b/thirdparty/quazip/qztest/testquazipfile.h similarity index 100% rename from 3rdparty/quazip/qztest/testquazipfile.h rename to thirdparty/quazip/qztest/testquazipfile.h