annotate HACKING @ 2876:9408af32ed62

Fix #650, 651: fullscreen does not work over multiple monitors https://github.com/BestImageViewer/geeqie/issues/650
author Jiří Boháč <>
date Wed, 19 Dec 2018 10:10:10 +0000
parents b3f34f91ac4d
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
1
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
1 A brief overview for those that wish to work with the source.
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
2
1645
dac4e4b00998 Update documentation
Klaus Ethgen <Klaus@Ethgen.de>
parents: 611
diff changeset
3 The Makefiles and configure script are generated by the autogen.sh script,
dac4e4b00998 Update documentation
Klaus Ethgen <Klaus@Ethgen.de>
parents: 611
diff changeset
4 usually only distributed with snapshot releases. Running autogen.sh requires
dac4e4b00998 Update documentation
Klaus Ethgen <Klaus@Ethgen.de>
parents: 611
diff changeset
5 automake and autoconf. GNU gettext may also be needed by autogen.sh.
1
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
6
2658
b3f34f91ac4d Update web help file and other docs
Colin Clark <colin.clark@cclark.uk>
parents: 1645
diff changeset
7 Git commits _require_ an explicit log message. Think it will be used in the
1645
dac4e4b00998 Update documentation
Klaus Ethgen <Klaus@Ethgen.de>
parents: 611
diff changeset
8 release Changelog.
611
fca3e09afe1f Update CODING and HACKING files, and add po/README file for translators.
Laurent Monin <geeqie@norz.org>
parents: 1
diff changeset
9
fca3e09afe1f Update CODING and HACKING files, and add po/README file for translators.
Laurent Monin <geeqie@norz.org>
parents: 1
diff changeset
10 Coders should respect general coding style (see CODING).
1
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
11
611
fca3e09afe1f Update CODING and HACKING files, and add po/README file for translators.
Laurent Monin <geeqie@norz.org>
parents: 1
diff changeset
12 Coders, please resync po/POTFILES.in if you add or remove source files from src/
1645
dac4e4b00998 Update documentation
Klaus Ethgen <Klaus@Ethgen.de>
parents: 611
diff changeset
13 directory (using regen_potfiles.sh script in po/) and re-run make update-po when
dac4e4b00998 Update documentation
Klaus Ethgen <Klaus@Ethgen.de>
parents: 611
diff changeset
14 appropriate to keep translations in sync with the code.
1
0102f897ed33 Initial revision
John Ellis <johne@verizon.net>
parents:
diff changeset
15
611
fca3e09afe1f Update CODING and HACKING files, and add po/README file for translators.
Laurent Monin <geeqie@norz.org>
parents: 1
diff changeset
16 Maintainers, don't forget to run make update-po before releases.
fca3e09afe1f Update CODING and HACKING files, and add po/README file for translators.
Laurent Monin <geeqie@norz.org>
parents: 1
diff changeset
17
fca3e09afe1f Update CODING and HACKING files, and add po/README file for translators.
Laurent Monin <geeqie@norz.org>
parents: 1
diff changeset
18 Translators, please have a look at po/README.