*~
.directory
autom4te.cache/
-bitmaps/*/*.cpp
-bitmaps/*.h
-bitmaps.h
+Bitmaps/*/*.cpp
+Bitmaps/*.h
+Bitmaps.h
Makefile
-bitmapsdone
+Bitmapsdone
config.log
config.status
-tools/bitmapcode.helper
-tools/odthelpbrowser/odthelpbrowser
+Tools/bitmapcode.helper
+Tools/odthelpbrowser/odthelpbrowser
xestiaab
file(MAKE_DIRECTORY ${CMAKE_BINARY_DIR}/UnitTestOutput)
endif()
-add_subdirectory(tools)
+add_subdirectory(Tools)
add_subdirectory(actmgr)
#add_subdirectory(bitmaps)
add_subdirectory(carddav2)
add_subdirectory(widgets)
include(Application)
-include(UnitTestPreprocessorMacros)
\ No newline at end of file
+include(UnitTestPreprocessorMacros)
add_custom_command(
TARGET bitmapcode
POST_BUILD
- COMMAND bitmapcode ${CMAKE_SOURCE_DIR}/bitmaps)
+ COMMAND bitmapcode ${CMAKE_SOURCE_DIR}/Bitmaps)
elseif (APPLE)
target_link_libraries(bitmapcode
LINK_PUBLIC
add_custom_command(
TARGET bitmapcode
POST_BUILD
- COMMAND bitmapcode ${CMAKE_SOURCE_DIR}/bitmaps)
+ COMMAND bitmapcode ${CMAKE_SOURCE_DIR}/Bitmaps)
else()
target_link_libraries(bitmapcode
LINK_PUBLIC
add_custom_command(
TARGET bitmapcode
POST_BUILD
- COMMAND bitmapcode ${CMAKE_SOURCE_DIR}/bitmaps)
+ COMMAND bitmapcode ${CMAKE_SOURCE_DIR}/Bitmaps)
endif()
set (sources
// bitmapcode.cpp - Bitmap code helper.
//
-// (c) 2012-2015 Xestia Software Development.
+// (c) 2012-2021 Xestia Software Development.
//
// This file is part of Xestia Address Book.
//
// Check if completed file exists before doing anything
// else and write an error message if it does exist.
- if (wxFileExists(wxT("bitmapsdone"))){
+ if (wxFileExists(wxT("BitmapsDone"))){
std::cout << "Bitmap files have already been generated!" << std::endl << std::endl;
- std::cout << "To regenerate the files simply delete the bitmapsdone file where this helper application is run." << std::endl;
-
+ std::cout << "To regenerate the files simply delete the BitmapsDone file where this helper application is run." << std::endl;
return 0;
#elif defined(__WIN32__)
BitmapHeaderFilename.Append(BitmapDirName);
- BitmapHeaderFilename.Append(wxT("\\..\\bitmaps.h"));
+ BitmapHeaderFilename.Append(wxT("\\..\\Bitmaps.h"));
#else
BitmapHeaderFilename.Append(BitmapDirName);
- BitmapHeaderFilename.Append(wxT("/../bitmaps.h"));
+ BitmapHeaderFilename.Append(wxT("/../Bitmaps.h"));
#endif
#elif defined(__WIN32__)
- finalhppfile << "#include \"bitmaps\\" << DirNameSplit.ToStdString() <<
+ finalhppfile << "#include \"Bitmaps\\" << DirNameSplit.ToStdString() <<
".h\"" << endl;
#else
- finalhppfile << "#include \"bitmaps/" << DirNameSplit.ToStdString() <<
+ finalhppfile << "#include \"Bitmaps/" << DirNameSplit.ToStdString() <<
".h\"" << endl;
#endif
fstream bitmapflag;
- bitmapflag.open("bitmapsdone", ios::out | ios::trunc);
- bitmapflag << "Bitmaps as code generated. To recreate, simply delete this file and run the bitmap code generation tool again." << endl;
+ bitmapflag.open("BitmapsDone", ios::out | ios::trunc);
+ bitmapflag << "Bitmaps as code generated. To recreate, simply delete the BitmapsDone file and run the bitmap code generation tool again." << endl;
bitmapflag.close();
return 0;
#include <list>
#include <curl/curl.h>
-#include "../bitmaps.h"
+#include "../Bitmaps.h"
#include "../enums.h"
#include "../common/preferences.h"
#include "../frmConflictResolution.h"
#include "../connobject/ConnectionObject.h"
#include "../frmContact.h"
#include "../frmMain.h"
-#include "../bitmaps.h"
+#include "../Bitmaps.h"
#include "../enums.h"
#include "../common/preferences.h"
#include "../common/etag.h"
void SleepFor(unsigned long longSleepNanoSecs);
-#endif
\ No newline at end of file
+#endif
#include "../version.h"
#include "../vcard/vcard.h"
#include "../vcard/vcard34conv.h"
-#include "../bitmaps.h"
+#include "../Bitmaps.h"
#include "../common/base64.h"
#include "../common/textprocessing.h"
#include "../common/preferences.h"
StartupEditMode = StartupEditModeIn;
-}
\ No newline at end of file
+}
#include "frmAbout.h"
#include "version.h"
-#include "bitmaps.h"
+#include "Bitmaps.h"
frmAbout::frmAbout( wxWindow* parent )
:
lblCompileTime->SetLabel(BuildLabel);
lblCopyright->SetLabel(CopyrightLabel);
-}
\ No newline at end of file
+}
#include "frmSSLCertificate.h"
#include "frmUpdate.h"
#include "import/frmImportResults.h"
-#include "bitmaps.h"
+#include "Bitmaps.h"
#include "common/preferences.h"
#include "common/getcontactinfo.h"
#include "common/events.h"
#include "common/etag.h"
#include "common/structs.h"
-#include "bitmaps.h"
+#include "Bitmaps.h"
#include "common/sslcertstructs.h"
#include "widgets/XABContactMenu.h"
#include "widgets/XABAccountView.h"
#include "frmMain.h"
#include "common/preferences.h"
#include "common/dirs.h"
-#include "bitmaps.h"
+#include "Bitmaps.h"
#include "import/import.h"
#include "export/export.h"
this->Close();
-}
\ No newline at end of file
+}
#include "frmImportContacts.h"
#include "import-struct.h"
#include "../common/preferences.h"
-#include "../bitmaps.h"
+#include "../Bitmaps.h"
#include "../vcard/vcard.h"
#include "../common/dirs.h"
return DialogResult;
-}
\ No newline at end of file
+}
#include "frmMain.h"
#include "frmContact.h"
#include "vcard/vcard.h"
-#include "bitmaps.h"
+#include "Bitmaps.h"
#include "version.h"
#include "convert.h"
#include "actmgr/frmActivityMgr.h"
#include "../common/preferences.h"
#include "frmSearch.h"
-#include "../bitmaps.h"
+#include "../Bitmaps.h"
//// end generated include
#include "../vcard/vcard.h"
#include "../widgets/XABContactMenu.h"
#include "XABSearchPanel.h"
-#include "../bitmaps.h"
+#include "../Bitmaps.h"
#include "../frmMain.h"
#include "../frmContact.h"