aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
Commit message (Collapse)AuthorAgeFilesLines
* Add the user guide to the Help menuPřemysl Eric Janouch2021-10-251-0/+3
| | | | | The old GLib put up a good fight, it says "URIs not supported" even for the file:// scheme.
* Bump the CMake version requirement, fix WindowsPřemysl Eric Janouch2021-10-221-1/+1
| | | | | | | | | | | | | | | | | | | | | | | - Add a missing runtime library for gettext-tools. - Remove the no longer necessary customized FindGettext.cmake, since the downloaded gettext binaries are new enough. - Make the installer at least ask to uninstall previous versions. - Adjust the PATH of tests so that they'll run on Windows directly. - Fix quoting so that the project will build inside paths with spaces. - Resolve a GSettings deprecation warning. - Update the README's build instructions as appropriate. - Require CMake 3.9 because of the README's suggestion to fix FindPkgConfig.cmake manually using separate_arguments(UNIX_COMMAND). Tested build configurations: - native Arch Linux, - native Windows XP with the newest NSIS, - Arch Linux Mingw-w64 i686 Win32Depends.cmake NSIS cross-build + XP, - Arch Linux Mingw-w64 x86_64 MSYS2 NSIS cross-build + Windows 10. Detected issues: - The file save dialog will not add the extension automatically, seen with MSYS2.
* CleanupPřemysl Janouch2015-01-211-13/+3
|
* Integrate GSettings, remember View settings.Přemysl Janouch2011-06-121-0/+1
| | | | | | | | | | | The org.logdiag ID has been chosen as I haven't found any specific rules and com.github.logdiag seems not to be future-proof. This domain remains available so far, anyway. The schemas are compiled only when installed directly to CMAKE_INSTALL_PREFIX to the root filesystem. When invoking `make install` with DESTDIR, only the XML files are copied over as the schemas would have to be recompiled later anyway.
* Change the way translations are done.Přemysl Janouch2011-02-121-13/+6
| | | | | * Require gettext-tools to build. * Depend on libintl on Win32.
* Define github as the homepage for logdiag.Přemysl Janouch2011-02-071-0/+1
|
* Introduce LdDiagramConnection.Přemysl Janouch2011-02-021-0/+7
|
* Set up the project for NSIS.Přemysl Janouch2011-01-221-0/+2
| | | | Make lines in the LICENSE file shorter, so they don't wrap there.
* Integrate support for MinGW Win32 builds.Přemysl Janouch2011-01-221-12/+0
| | | | | | | | | | | * Add Win32Depends.cmake, which retrieves all dependencies from the Internet. Other ways of building the application on Win32 are not supported. * Install the application correctly on Win32. * Make FindGTK2.cmake search for GIO. * Make the project a C-only project, so g++ is not needed. * Remove obsolete checks for strtok(). * Set WIN32_EXECUTABLE on the application.
* Make config.h.in fit between other source files.Přemysl Janouch2011-01-101-6/+7
|
* A little bit of cleanup.Přemysl Janouch2010-09-141-21/+0
|
* Initial commitPřemysl Janouch2010-09-131-0/+84