d4fb4362c9
app: fix unit tests with GUI.
...
Run them with the new GApplication logic, otherwise the various new
parts (such as actions) are not properly loaded.
2023-04-12 22:07:09 +02:00
5f700549e7
Change the license URL from http://www.gnu.org/licenses/ to https://
2018-07-11 23:29:46 +02:00
8516aedade
app: on make check, search menu XML files in both buildir and srcdir
...
Turn GIMP_TESTING_MENUS_DIR into GIMP_TESTING_MENUS_PATH and look in
all its dirs for the menu file.
2018-07-01 19:33:51 +02:00
e237d431de
app: fix some stuff in tests, down to 3 failing
...
- set GIMP3_DIRECTORY env variable not GIMP2_DIRECTORY
- make sure the cursors resource gets compiled in
- remove tab autosizing test, that code is gone
2018-05-29 00:44:51 +02:00
baaa2cd7ca
app: remove the entire dockable tab auto-sizing code
...
It was totally broken and could never work like this in GTK+ 3.x, and
if it can be reimplemented it should be started from scratch.
2018-05-26 16:28:58 +02:00
6335190ff7
app/tests: The single-window-mode setting is in the sessionrc now
...
We don't need to have a special gimprc because of it.
2012-01-10 19:47:52 +01:00
d32e1ed351
app/tests: Simplify
...
Use g_test_add_func() and g_test_add_data_func().
2011-10-15 13:19:04 +02:00
172c3eb935
app/tests: Add single-window mode specific tests
2011-07-20 16:36:36 +02:00