anotherim-desktop/main
Vadim Lomovtsev 81253f28cc project-wide: build & run-time fixes
While using meson some issues were faced with link and application
startup. This commit is to put fixes for the following issues:

- missed conversation_details.css file;
  add conversation_details.css to the main/data/gresources.xml;
- the 'localtime_r' symbol  can't be found while linking application
  add POSIX_C_SOURCES=1 macro definition
- meson configure complains that xmpp-vala package version is not set
  set xmpp-vala version to 0.1
- application startup failures due to unresolved symbols while creating
  initial UI
   fix: put '--export-all-symbols' to the main/meson.build for mingw64 build
- segmentation fault while running app built by meson
  meson.build: add _WIN32 definefor vala compilation
- main/meson.build: add _FILE_OFFSET_BITS definition (sync with cmake
  cfg)
- main/meson.build: compile window resources (fix missed window icon)

Signed-off-by: Vadim Lomovtsev <jelezny@gmail.com>
2024-04-01 16:38:27 +03:00
..
data project-wide: build & run-time fixes 2024-04-01 16:38:27 +03:00
po Added RU translation for default encryption dialog 2024-03-26 18:21:45 +03:00
src experimental: display online/offline status for conversation members 2024-03-29 19:13:18 +03:00
vapi Port from GTK3 to GTK4 2022-07-27 20:34:20 +02:00
CMakeLists.txt Show modal dialog to select default encryption if unknown 2024-03-26 11:22:56 +03:00
dino-info.rc Added full Windows support (#8) 2024-03-18 22:51:50 +03:00
dino.ico Added full Windows support (#8) 2024-03-18 22:51:50 +03:00
meson.build project-wide: build & run-time fixes 2024-04-01 16:38:27 +03:00