diff --git a/.gitignore b/.gitignore index 5df5919c..6ded8250 100644 --- a/.gitignore +++ b/.gitignore @@ -148,3 +148,5 @@ samples/session_file_based/Win32/DEBUG/sessions/ unittests/general/UnitTestReports/ lib/sempare-delphi-template-engine *.tpcu +samples/wine_cellar_sample/winecellarclient_mobile/Android/Debug/ +samples/wine_cellar_sample/winecellarclient_mobile/Android64/Debug/ diff --git a/samples/CustomAuth/AuthHandlerU.pas b/samples/custom_auth/AuthHandlerU.pas similarity index 100% rename from samples/CustomAuth/AuthHandlerU.pas rename to samples/custom_auth/AuthHandlerU.pas diff --git a/samples/CustomAuth/CustomAuthClient.dpr b/samples/custom_auth/CustomAuthClient.dpr similarity index 100% rename from samples/CustomAuth/CustomAuthClient.dpr rename to samples/custom_auth/CustomAuthClient.dpr diff --git a/samples/CustomAuth/CustomAuthClient.dproj b/samples/custom_auth/CustomAuthClient.dproj similarity index 100% rename from samples/CustomAuth/CustomAuthClient.dproj rename to samples/custom_auth/CustomAuthClient.dproj diff --git a/samples/CustomAuth/CustomAuthGroup.groupproj b/samples/custom_auth/CustomAuthGroup.groupproj similarity index 100% rename from samples/CustomAuth/CustomAuthGroup.groupproj rename to samples/custom_auth/CustomAuthGroup.groupproj diff --git a/samples/CustomAuth/CustomAuthServer.dpr b/samples/custom_auth/CustomAuthServer.dpr similarity index 100% rename from samples/CustomAuth/CustomAuthServer.dpr rename to samples/custom_auth/CustomAuthServer.dpr diff --git a/samples/CustomAuth/CustomAuthServer.dproj b/samples/custom_auth/CustomAuthServer.dproj similarity index 100% rename from samples/CustomAuth/CustomAuthServer.dproj rename to samples/custom_auth/CustomAuthServer.dproj diff --git a/samples/CustomAuth/MainClientFormU.dfm b/samples/custom_auth/MainClientFormU.dfm similarity index 100% rename from samples/CustomAuth/MainClientFormU.dfm rename to samples/custom_auth/MainClientFormU.dfm diff --git a/samples/CustomAuth/MainClientFormU.pas b/samples/custom_auth/MainClientFormU.pas similarity index 100% rename from samples/CustomAuth/MainClientFormU.pas rename to samples/custom_auth/MainClientFormU.pas diff --git a/samples/CustomAuth/MyWebModuleU.dfm b/samples/custom_auth/MyWebModuleU.dfm similarity index 100% rename from samples/CustomAuth/MyWebModuleU.dfm rename to samples/custom_auth/MyWebModuleU.dfm diff --git a/samples/CustomAuth/MyWebModuleU.pas b/samples/custom_auth/MyWebModuleU.pas similarity index 100% rename from samples/CustomAuth/MyWebModuleU.pas rename to samples/custom_auth/MyWebModuleU.pas diff --git a/samples/CustomAuth/PrivateControllerU.pas b/samples/custom_auth/PrivateControllerU.pas similarity index 100% rename from samples/CustomAuth/PrivateControllerU.pas rename to samples/custom_auth/PrivateControllerU.pas diff --git a/samples/CustomAuth/PublicControllerU.pas b/samples/custom_auth/PublicControllerU.pas similarity index 100% rename from samples/CustomAuth/PublicControllerU.pas rename to samples/custom_auth/PublicControllerU.pas diff --git a/samples/WineCellarSample/WineCellarGroup.groupproj b/samples/wine_cellar_sample/WineCellarGroup.groupproj similarity index 100% rename from samples/WineCellarSample/WineCellarGroup.groupproj rename to samples/wine_cellar_sample/WineCellarGroup.groupproj diff --git a/samples/WineCellarSample/winecellarclient_mobile/AndroidManifest.template.xml b/samples/wine_cellar_sample/winecellarclient_mobile/AndroidManifest.template.xml similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/AndroidManifest.template.xml rename to samples/wine_cellar_sample/winecellarclient_mobile/AndroidManifest.template.xml diff --git a/samples/WineCellarSample/winecellarclient_mobile/MainFormU.fmx b/samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.fmx similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/MainFormU.fmx rename to samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.fmx diff --git a/samples/WineCellarSample/winecellarclient_mobile/MainFormU.pas b/samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/MainFormU.pas rename to samples/wine_cellar_sample/winecellarclient_mobile/MainFormU.pas diff --git a/samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.deployproj b/samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.deployproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.deployproj rename to samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.deployproj diff --git a/samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dpr b/samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dpr similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dpr rename to samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dpr diff --git a/samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dproj b/samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/WineCellarMobileClient.dproj rename to samples/wine_cellar_sample/winecellarclient_mobile/WineCellarMobileClient.dproj diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_426x320.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_426x320.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_426x320.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_426x320.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_470x320.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_470x320.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_470x320.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_470x320.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_640x480.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_640x480.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_640x480.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_640x480.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/spash_960x720.png b/samples/wine_cellar_sample/winecellarclient_mobile/spash_960x720.png similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/spash_960x720.png rename to samples/wine_cellar_sample/winecellarclient_mobile/spash_960x720.png diff --git a/samples/WineCellarSample/winecellarclient_mobile/splash.jpg b/samples/wine_cellar_sample/winecellarclient_mobile/splash.jpg similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile/splash.jpg rename to samples/wine_cellar_sample/winecellarclient_mobile/splash.jpg diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.fmx b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.fmx similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.fmx rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.fmx diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.pas b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/MainFMX.pas rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/MainFMX.pas diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/RESTServicesU.pas diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dpr diff --git a/samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj b/samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj rename to samples/wine_cellar_sample/winecellarclient_mobile_withrestadapter/WineCellarMobileClientWithRESTAdapter.dproj diff --git a/samples/WineCellarSample/winecellarclient_vcl/MainFormU.dfm b/samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.dfm similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/MainFormU.dfm rename to samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.dfm diff --git a/samples/WineCellarSample/winecellarclient_vcl/MainFormU.pas b/samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.pas similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/MainFormU.pas rename to samples/wine_cellar_sample/winecellarclient_vcl/MainFormU.pas diff --git a/samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dpr b/samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dpr similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dpr rename to samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dpr diff --git a/samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dproj b/samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dproj similarity index 100% rename from samples/WineCellarSample/winecellarclient_vcl/WineCellarVCLClient.dproj rename to samples/wine_cellar_sample/winecellarclient_vcl/WineCellarVCLClient.dproj diff --git a/samples/WineCellarSample/winecellarserver/MainDataModuleUnit.dfm b/samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.dfm similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainDataModuleUnit.dfm rename to samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.dfm diff --git a/samples/WineCellarSample/winecellarserver/MainDataModuleUnit.pas b/samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainDataModuleUnit.pas rename to samples/wine_cellar_sample/winecellarserver/MainDataModuleUnit.pas diff --git a/samples/WineCellarSample/winecellarserver/MainWebModuleUnit.dfm b/samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.dfm similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainWebModuleUnit.dfm rename to samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.dfm diff --git a/samples/WineCellarSample/winecellarserver/MainWebModuleUnit.pas b/samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/MainWebModuleUnit.pas rename to samples/wine_cellar_sample/winecellarserver/MainWebModuleUnit.pas diff --git a/samples/WineCellarSample/winecellarserver/WINES_FB30.FDB b/samples/wine_cellar_sample/winecellarserver/WINES_FB30.FDB similarity index 100% rename from samples/WineCellarSample/winecellarserver/WINES_FB30.FDB rename to samples/wine_cellar_sample/winecellarserver/WINES_FB30.FDB diff --git a/samples/WineCellarSample/winecellarserver/WineCellarAppControllerU.pas b/samples/wine_cellar_sample/winecellarserver/WineCellarAppControllerU.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/WineCellarAppControllerU.pas rename to samples/wine_cellar_sample/winecellarserver/WineCellarAppControllerU.pas diff --git a/samples/WineCellarSample/winecellarserver/WineCellarServer.dpr b/samples/wine_cellar_sample/winecellarserver/WineCellarServer.dpr similarity index 100% rename from samples/WineCellarSample/winecellarserver/WineCellarServer.dpr rename to samples/wine_cellar_sample/winecellarserver/WineCellarServer.dpr diff --git a/samples/WineCellarSample/winecellarserver/WineCellarServer.dproj b/samples/wine_cellar_sample/winecellarserver/WineCellarServer.dproj similarity index 100% rename from samples/WineCellarSample/winecellarserver/WineCellarServer.dproj rename to samples/wine_cellar_sample/winecellarserver/WineCellarServer.dproj diff --git a/samples/WineCellarSample/winecellarserver/WinesBO.pas b/samples/wine_cellar_sample/winecellarserver/WinesBO.pas similarity index 100% rename from samples/WineCellarSample/winecellarserver/WinesBO.pas rename to samples/wine_cellar_sample/winecellarserver/WinesBO.pas diff --git a/samples/WineCellarSample/winecellarserver/www/css/milligram.css b/samples/wine_cellar_sample/winecellarserver/www/css/milligram.css similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/css/milligram.css rename to samples/wine_cellar_sample/winecellarserver/www/css/milligram.css diff --git a/samples/WineCellarSample/winecellarserver/www/css/styles.css b/samples/wine_cellar_sample/winecellarserver/www/css/styles.css similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/css/styles.css rename to samples/wine_cellar_sample/winecellarserver/www/css/styles.css diff --git a/samples/WineCellarSample/winecellarserver/www/index.html b/samples/wine_cellar_sample/winecellarserver/www/index.html similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/index.html rename to samples/wine_cellar_sample/winecellarserver/www/index.html diff --git a/samples/WineCellarSample/winecellarserver/www/js/jquery-1.7.1.min.js b/samples/wine_cellar_sample/winecellarserver/www/js/jquery-1.7.1.min.js similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/js/jquery-1.7.1.min.js rename to samples/wine_cellar_sample/winecellarserver/www/js/jquery-1.7.1.min.js diff --git a/samples/WineCellarSample/winecellarserver/www/js/main.js b/samples/wine_cellar_sample/winecellarserver/www/js/main.js similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/js/main.js rename to samples/wine_cellar_sample/winecellarserver/www/js/main.js diff --git a/samples/WineCellarSample/winecellarserver/www/pics/block_nine.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/block_nine.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/block_nine.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/block_nine.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/bodega_lurton.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/bodega_lurton.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/bodega_lurton.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/bodega_lurton.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/bouscat.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/bouscat.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/bouscat.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/bouscat.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/domaine_serene.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/domaine_serene.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/domaine_serene.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/domaine_serene.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/ex_umbris.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/ex_umbris.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/ex_umbris.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/ex_umbris.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/generic.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/generic.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/generic.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/generic.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/lan_rioja.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/lan_rioja.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/lan_rioja.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/lan_rioja.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/le_doyenne.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/le_doyenne.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/le_doyenne.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/le_doyenne.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/lurton-pinot-gris.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/lurton-pinot-gris.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/lurton-pinot-gris.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/lurton-pinot-gris.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/margerum.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/margerum.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/margerum.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/margerum.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/morizottes.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/morizottes.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/morizottes.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/morizottes.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/rex_hill.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/rex_hill.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/rex_hill.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/rex_hill.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/saint_cosme.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/saint_cosme.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/saint_cosme.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/saint_cosme.jpg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/svglogo.svg b/samples/wine_cellar_sample/winecellarserver/www/pics/svglogo.svg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/svglogo.svg rename to samples/wine_cellar_sample/winecellarserver/www/pics/svglogo.svg diff --git a/samples/WineCellarSample/winecellarserver/www/pics/viticcio.jpg b/samples/wine_cellar_sample/winecellarserver/www/pics/viticcio.jpg similarity index 100% rename from samples/WineCellarSample/winecellarserver/www/pics/viticcio.jpg rename to samples/wine_cellar_sample/winecellarserver/www/pics/viticcio.jpg