summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* `cairo-gobject-devel` is needed for FedoraAnatoli Babenia2021-08-231-1/+1
|
* docs: add an example of using a subclass in a UI definitionChris Mayo2021-04-301-0/+33
|
* docs: document Gtk.Template. Fixes #396Chris Mayo2021-04-302-0/+91
| | | | Examples derived from tests/test_gtk_template.py.
* docs: Fix the link to the Terminator projectChris Mayo2021-03-301-1/+1
|
* add Terminator to list of pygobject projectsMatt Rose2020-11-071-0/+1
|
* Add Nicotine+ to "Who Is Using PyGObject?"Mat2020-10-141-0/+1
|
* Remove all Python 2 Python codeChristoph Reiter2020-04-151-2/+0
|
* Remove Python 2 supportChristoph Reiter2020-03-083-5/+4
| | | | Depend on setuptools to make sure we write out requires-python in all cases
* Doc: Remove reference to a fixed bugChristian Stadelmann2020-01-251-3/+0
|
* Add Gaphor to Who is Using PyGObjectDan Yeaw2019-12-281-0/+1
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Update openSUSE instructionsWouter2019-12-281-1/+1
| | | More packages are required to be able to run the example on the getting started page on openSUSE
* Add Girens by 'Who Is Using PyGObject'Tijder2019-11-241-0/+1
|
* docs: getting started: default to mingw64 for the MSYS2 instructionsChristoph Reiter2019-05-171-2/+2
| | | | | | | | | The idea was to default to mingw32 because mingw64 builds had more bugs initially and if one wants to bundle things mingw32 makes it run on more machines. But, the gtk stack should be in good shape now with mingw64 and people tend to prefer 64bit builds (see #326 and #321) ignoring the docs, so lets just default to mingw64 instead.
* docs: update travis-ci example to Ubuntu xenialChristoph Reiter2019-02-151-2/+2
| | | | | Real changes here: https://github.com/pygobject/pygobject-travis-ci-examples/commit/6a462f528 This gives us a newer gtk/pygobject so update the version info in the docs.
* docs: document GObject.Object.weak_ref(). Fixes #245Christoph Reiter2019-02-143-1/+28
|
* GTK+ -> GTKChristoph Reiter2019-02-139-32/+32
|
* getting started: add a note for the tutorial and the API referenceChristoph Reiter2019-02-131-0/+5
| | | | | So that there is a clear path on what to do after successfully getting the example app running.
* docs: getting_started: Include instructions for installing with pip. Fixes #297Christoph Reiter2019-01-291-42/+66
| | | | | Installing in a virtualenv is quite common and it's not clear what the build dependencies needed are.
* docs: getting_started: remove all Python 2 related instructionsChristoph Reiter2019-01-291-7/+7
| | | | Everyone should start with Python 3 nowadays.
* docs/dev_environ: fix g-i package name for openSUSE. Fixes #274Christoph Reiter2018-11-081-1/+1
|
* Update index.rst with the new Lollypop urlTijder2018-10-061-1/+1
|
* docs/getting started: add "pacman -Suy" before installing packages under msys2Christoph Reiter2018-05-161-7/+8
| | | | | | pacman doesn't support installing packages without doing a system upgrade first. In case the user already has msys2 installed but not used in a while just doing the install might not work.
* docs: Add pycairo requires for development setupKai Willadsen2018-05-051-0/+1
|
* docs: Fix quark_from_string/to_string confusionKai Willadsen2018-05-051-1/+1
|
* docs: Fix references in new error handling docsKai Willadsen2018-05-041-9/+9
|
* docs: Add introduction to handling GLib.ErrorKai Willadsen2018-05-042-0/+49
|
* Added StackOverflow (with PyGObject tag) as an contact resourcebuhtz2018-04-181-0/+5
|
* docs: use the same format for issue/mr links as gitlabChristoph Reiter2018-04-151-3/+3
|
* Update NEWSChristoph Reiter2018-04-151-0/+1
|
* docs: contacts: add a bit more description and highlight the issue tracker ↵Christoph Reiter2018-04-151-5/+15
| | | | as the preferred communication channel. Fixes #203
* docs: don't use the github logo for our git repo. Fixes #202Christoph Reiter2018-04-152-2/+6
|
* Add Ubuntu dependencies for dev environmentDan Yeaw2018-04-131-2/+2
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* docs: update homebrew install instructionsChristoph Reiter2018-04-131-1/+1
| | | | Things default to Python3 now
* docs: remove/update everything autotools relatedChristoph Reiter2018-03-274-150/+26
|
* tests: expose a verbosity environment variableMathieu Duponchelle2018-03-131-0/+6
|
* Fix macOS pipenv installation instructionsDan Yeaw2018-03-081-2/+13
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Add OpenSUSE Pygobject build section and cleanup typos and formattingDan Yeaw2018-03-082-19/+31
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Fix section target linksDan Yeaw2018-03-081-2/+2
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Add section title linksDan Yeaw2018-03-081-0/+4
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Fix title levelsDan Yeaw2018-03-081-2/+11
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Fix duplicate explicit target name errorsDan Yeaw2018-03-071-11/+11
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Fix title underline too shortDan Yeaw2018-03-071-1/+1
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Fix malformed tableDan Yeaw2018-03-071-2/+2
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Break up dev environment setup in to more parts, fix broken linksDan Yeaw2018-03-072-64/+164
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Link to the dev environment pageDan Yeaw2018-03-061-0/+4
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Add detailed development environment setup instructionsDan Yeaw2018-03-062-62/+220
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* Make pip install the default and add dependenciesDan Yeaw2018-03-041-35/+45
| | | | Signed-off-by: Dan Yeaw <dan@yeaw.me>
* docs: fix build with sphinx 1.7.0Christoph Reiter2018-02-121-1/+2
| | | | 1.7.0 no longer allows non-class references as param types
* tests: Make it possible to use pytest directlywip/creiter/pytest-directChristoph Reiter2018-02-121-0/+6
| | | | | | | | | | | pytest will just import the files passed to it and try to run tests. Since we need to run some setup code convert the tests directory to a Python package and do the initialization in __init__.py. This makes the init code (env vars, typelib search path, dbus) always run when something from the package gets imported. python3 setup.py build_tests # build pygobject and tests py.test-3 tests/test_gi.py # run tests in test_gi.py only
* release3.27.3Christoph Reiter2018-02-101-0/+1
|