summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add Hungarian translationHEADmasterBalázs Úr2023-04-203-1/+4424
|
* Add a .gitignore for __pycache__/ dirsSébastien Wilmet2022-07-291-0/+1
|
* build: fix a new meson warningSébastien Wilmet2022-07-291-1/+1
| | | | | | | | | | | | | | | With Meson 0.62, I get this warning: ``` Program python3 found: YES (/usr/bin/python3) WARNING: You should add the boolean check kwarg to the run_command call. It currently defaults to false, but it will default to true in future releases of meson. See also: https://github.com/mesonbuild/meson/issues/9300 ``` Here we print a custom error() message, so don't fail directly if the returncode is non-zero.
* Update Basque translationAsier Sarasua Garmendia2022-07-031-837/+1151
|
* doap: add comments for the different maintainersSébastien Wilmet2022-05-131-7/+12
| | | | This is the state in 2022 at least.
* hacking: some updates and simplificationsSébastien Wilmet2022-05-071-50/+20
| | | | | | | | I think we'll adopt a major.minor.micro version numbering scheme, even for stable versions. The NEWS file can communicate about versions being unstable/development snapshots.
* readme: some updates and improvementsSébastien Wilmet2022-05-071-24/+17
| | | | | And use a little more the Markdown format, but it's not yet fully converted.
* ChangeLog: remove the help/manual/ChangeLog fileSébastien Wilmet2022-05-071-157/+0
| | | | See the git log instead.
* ChangeLog: remove more stuff related to the ChangeLogSébastien Wilmet2022-05-071-15/+0
| | | | The NEWS file and git log are enough nowadays.
* hacking: simplify releasing instructionsSébastien Wilmet2022-05-071-2/+0
| | | | | And all of this is anyway also documented on the GNOME wiki. It'll need further simplifications.
* ChangeLog: replace content by a message to look at the NEWS fileSébastien Wilmet2022-05-071-5020/+1
| | | | | | | | | Worst case, the previous content of the ChangeLog is still kept in the git history, of course. Since there is still the Autotools build system, maybe a ChangeLog file is still needed (if the gnu strictness is used). It can be looked at it later, ideally the ChangeLog file should be removed completely.
* Remove bugzilla.pySébastien Wilmet2022-05-072-165/+0
| | | | | | GitLab is now used for the bug tracker, no longer bugzilla. Simplify the instructions for updating the NEWS file.
* Remove MAINTAINERS file, there is already the *.doap fileSébastien Wilmet2022-05-062-23/+0
| | | | | | See https://wiki.gnome.org/MaintainersCorner The paragraph at the end is not super useful, it can be dropped.
* Add build/ dir as convenience when building the module with mesonSébastien Wilmet2022-05-061-0/+1
| | | | | Meson requires builddir != srcdir, so always having an empty build/ dir is convenient.
* doap: update/improve the infosSébastien Wilmet2022-05-061-15/+12
| | | | | | | | | | | | | | The GTK stack is moving off gtk-doc, to use gi-docgen instead. So say "GLib-based libraries". https://gitlab.gnome.org/Infrastructure/gtk-web no longer hosts the gtk-doc webpage, so point to GitLab instead for the homepage. Mailing lists are discouraged now in GNOME, Discourse is preferred. But there is no gtk-doc tag. So remove the mailing-list tag for now. The programming language listed in the doap is for the primary language the module is implemented in, which is currently Python.
* doap: add myself as maintainerSébastien Wilmet2022-05-061-0/+7
| | | | Approved by Matthias Clasen.
* Update Chinese (China) translationBoyuan Yang2022-03-161-1082/+2921
|
* Update Basque translationAsier Sarasua Garmendia2021-09-201-172/+180
|
* Add Basque translationAsier Sarasua Garmendia2021-09-082-0/+4532
|
* Updated Spanish translationDaniel Mustieles2021-05-101-386/+402
|
* Update Swedish translationAnders Jonsson2021-03-181-5/+4
|
* Update German translationMario Blättermann2021-02-281-426/+560
|
* Update Brazilian Portuguese translationRafael Fontenelle2021-02-071-422/+403
|
* 1.33.2Matthias Clasen2021-01-192-1/+7
|
* Fix a typo in README1.33.2Andre Klapper2021-01-081-1/+1
|
* Merge branch 'ebassi/python3-fixes' into 'master'Emmanuele Bassi2020-11-301-7/+8
|\ | | | | | | | | Python3 fixes for gtkdoc-depscan See merge request GNOME/gtk-doc!63
| * Fix for TypeError: unsupported operand type(s) for >>: ↵Niveditha Rau2020-11-301-4/+4
| | | | | | | | 'builtin_function_or_method' and '_io.TextIOWrapper'
| * Fix for AttributeError: 'map' object has no attribute 'sort'Niveditha Rau2020-11-301-3/+3
| |
| * Fix for NameError: name 'reduce' is not definedNiveditha Rau2020-11-301-0/+1
|/
* Merge branch 'wip/smcv/internal-tree' into 'master'Matthias Clasen2020-11-302-2/+52
|\ | | | | | | | | Implement a simple tree structure without using anytree See merge request GNOME/gtk-doc!56
| * Implement a simple tree structure without using anytreewip/smcv/internal-treeSimon McVittie2020-08-252-2/+52
| | | | | | | | | | | | | | | | anytree isn't currently available in Debian or Ubuntu, and seems like a lot of code just to get a tree data structure. Reimplement just the bits we need, with a compatible API. Signed-off-by: Simon McVittie <smcv@debian.org>
* | 1.33.11.33.1Matthias Clasen2020-11-173-2/+11
| |
* | Merge branch 'master' into 'master'Matthias Clasen2020-11-171-3/+3
|\ \ | | | | | | | | | | | | mkdb: Make transfer annotation tooltips less ambiguous See merge request GNOME/gtk-doc!44
| * | Apply 3 suggestion(s) to 1 file(s)Matthias Clasen2020-11-171-3/+3
| | |
| * | mkdb: Make transfer annotation tooltips less ambiguousDorota Czaplejewicz2020-02-111-3/+3
| | |
* | | Merge branch 'ignore-gobject-deprecations' into 'master'Matthias Clasen2020-10-291-0/+10
|\ \ \ | | | | | | | | | | | | | | | | Ignore deprecation warnings when scanning types See merge request GNOME/gtk-doc!62
| * | | Ignore deprecation warnings when scanning typesignore-gobject-deprecationsEmmanuele Bassi2020-10-281-0/+10
| | | | | | | | | | | | | | | | | | | | | | | | We annotate deprecated types, which means we get compiler warnings when scanning them. This, coupled to -Werror or similar mechanisms, breaks the build when generating the documentation.
* | | | Merge branch 'patch-1' into 'master'Emmanuele Bassi2020-10-281-1/+1
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | meson: use lib/cmake instead of share/cmake See merge request GNOME/gtk-doc!60
| * | | | meson: use lib/cmake instead of share/cmakemyfreeweb2020-10-161-1/+1
| |/ / / | | | | | | | | | | | | | | | | | | | | share/cmake has a particular structure (Help, Modules, Templates), while lib/cmake is for custom macros. Use lib/cmake like the autotools install did.
* | | | Merge branch 'wip/swilmet/autotools-support-update' into 'master'Emmanuele Bassi2020-10-282-0/+2
|\ \ \ \ | |/ / / |/| | | | | | | | | | | autotools support: add the *.actions file to SCANOBJ_FILES See merge request GNOME/gtk-doc!61
| * | | autotools support: add the *.actions file to SCANOBJ_FILESwip/swilmet/autotools-support-updateSébastien Wilmet2020-10-282-0/+2
|/ / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It fixes `make distcheck` in projects like gspell which still use the Autotools. The `make distcheck` error was: ERROR: files left in build directory after distclean: ./docs/reference/gspell-1.0.actions This commit in gtk-doc permits to remove the following workaround in gspell: https://gitlab.gnome.org/GNOME/gspell/-/commit/f22493b8407961d88688d8ea772cde035014741a
* | | Updated Czech translationMarek Černocký2020-10-051-385/+394
| | |
* | | NEWS: Make version number matchMatthias Clasen2020-10-011-1/+1
| | | | | | | | | | | | automake complains about such things.
* | | Update Swedish translationAnders Jonsson2020-10-011-404/+397
| | |
* | | Merge branch 'fix-wiki-link' into 'master'Matthias Clasen2020-10-011-1/+1
|\ \ \ | | | | | | | | | | | | | | | | help: Fix link to wiki.gnome.org See merge request GNOME/gtk-doc!57
| * | | help: Fix link to wiki.gnome.orgJames Westman2020-08-261-1/+1
| | | | | | | | | | | | | | | | | | | | A link has been changed on wiki.gnome.org (the + has been dropped from GTK) and needed to be updated here.
* | | | Merge branch 'wip/smcv/qsort-null-test' into 'master'Matthias Clasen2020-10-011-0/+19
|\ \ \ \ | | | | | | | | | | | | | | | | | | | | tests: Pass address-sanitizer options when building GObject scanner See merge request GNOME/gtk-doc!54
| * | | | tests: Pass address-sanitizer options when building GObject scannerwip/smcv/qsort-null-testSimon McVittie2020-08-211-0/+19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This allows a Meson build with -Db_sanitize=address,undefined to succeed (when combined with !52 to make the tests pass). Reproduces: #125 Signed-off-by: Simon McVittie <smcv@debian.org>
* | | | | 1.33.01.33.0Matthias Clasen2020-10-012-1/+7
| | | | |
* | | | | Merge branch 'gtk-doc-for-gtk4' into 'master'Matthias Clasen2020-10-018-26/+346
|\ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | | | | Gtk doc for gtk4 See merge request GNOME/gtk-doc!59