| Age | Commit message (Collapse) | Author |
|
Only HTTP protocol implemented yet, but with gzip, deflate and bzip2
suport
|
|
Qt5 has priority over GTK if both are available
For developers there is now --enable-all-gui which will continue
to build all available GUI:s
|
|
For GTK lower than 3.20 there is no GtkFileChooserNative so fallback
to using GtkFileChooserDialog
|
|
Add all headers to _SOURCES
Cleanup update-mime-database (and c.o.) and disable them for distcheck
as they leave files after uninstall
|
|
|
|
Just omitting the parameter name is more portable and less to write
|
|
|
|
|
|
|
|
And improve configure detction for mbedtls by listing other libraries
|
|
QT5 stored in .config/org.the_jk/tp.Monitor.conf on Linux
GTK stored in dconf
|
|
Basic monitor functionality, GTK-3.0 and QT5 backends
|
|
GCC ignores __attribute__((unused)) when compiling C++ code. (Yes, this is true)
GCC -Wmaybe-uninitialized just gives false positives in my experience,
so drop it. However, this exposed a problem with AX_APPEND_COMPILE_FLAGS
and clang. clang gives a warning, but not an error, when given a -Wno-UNKNOWN-FLAG.
So add -Werror as an extra flag to make clang fail on unknown -Wno-UNKNOWN-FLAG
|
|
|
|
|
|
And prepare for other SSL implementations than mbedtls
|
|
|
|
|
|
|