summaryrefslogtreecommitdiff
path: root/docs
Commit message (Collapse)AuthorAgeFilesLines
* libnm-util: move NetworkManager.h, etc, from include/ to hereDan Winship2014-07-152-3/+0
| | | | | | | | NetworkManager.h, NetworkManagerVPN.h, and nm-version.h are part of the libnm-util API, so move them to libnm-util. include/ still contains headers that are strictly NM-internal (eg, nm-glib-compat.h).
* docs: ignore a private headerDan Williams2014-07-011-0/+1
|
* build: fix nm-setting-docs build in various configurationsDan Winship2014-06-272-8/+24
| | | | | | | Certain build configurations (like --enable-gtk-doc --disable-introspection) were broken with respect to nm-setting-docs. Fix this. Also, we don't require just gobject-introspection, we need pygobject specifically as well.
* docs: generate settings-spec.xml from libnm-util/nm-setting-docs.xmlDan Winship2014-06-192-6/+58
| | | | | Generate docs/api/settings-spec.xml via an XSLT stylesheet applied to libnm-util/nm-setting-docs.xml.
* docs: ignore private nm-test-utils.h headerDan Williams2014-05-131-1/+2
|
* libnm-util, libnm-glib: add versioned deprecation/availability macrosDan Winship2014-02-132-0/+2
| | | | | | | | | | | | | | | | Add versioned NM_DEPRECATED_IN_* and NM_AVAILABLE_IN_* macros, and tag new/deprecated functions accordingly. (All currently-deprecated functions are assumed to have been deprecated in 0.9.10.) Add NM_VERSION_MIN_REQUIRED and NM_VERSION_MAX_ALLOWED macros which can be set to determine which versions will cause warnings. With the current settings, external consumers of the libnm-util/libnm-glib APIs will have MIN_REQUIRED and MAX_ALLOWED both set to NM_VERSION_0_9_8 by default, meaning they will get warnings about functions added in 0.9.10. NM internally sets NM_VERSION_MAX_ALLOWED to NM_VERSION_NEXT_STABLE to ensure that it is always allowed to use all APIs.
* docs: update documentation linksWilliam Jon McCann2013-12-172-3/+3
| | | | Various GNOME services moved around so links need updating.
* docs: update for Team and Generic devicesDan Williams2013-11-073-0/+9
|
* libnm-util: add Data Center Bridging (DCB) settingDan Williams2013-10-311-0/+1
| | | | Includes various fixes & cleanups from Thomas Haller.
* Fix typosYuri Chornoivan2013-10-191-1/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=710505
* build: fix builddir != srcdir when building D-Bus API spec HTMLDan Williams2013-08-291-2/+2
|
* build: always generate docs at dist time (bgo #700093)Dan Williams2013-05-142-23/+13
| | | | | | | | | | dist tarballs shouldn't ever be released without the documentation, and this allows us to build the tarballs with pre-generated docs that get installed on the end system, but don't need to be built there. So the end system doesn't need gtk-doc installed, only the dist system does. https://bugzilla.gnome.org/show_bug.cgi?id=700093
* build: fix build with --enable-doc (docs/api/Makefile.am)Jiří Klimeš2013-02-121-0/+3
| | | | | | | | | | | | | "./autogen.sh --enable-doc && make" produced this error: warning: failed to load external entity "../settings-spec.xml" ../network-manager-docs.xml:57: element include: XInclude error : could not load ../settings-spec.xml, and no fallback was found Removing settings-spec.xml from $(content_files) made the file non-DISTed but it also removed the file as a dependency for html-build.stamp that also runs cd html && gtkdoc-mkhtml $$mkhtml_options $(MKHTML_OPTIONS) $(DOC_MODULE) ../$(DOC_MAIN_SGML_FILE) and $(DOC_MAIN_SGML_FILE) includes settings-spec.xml. Fix that by making $(DOC_MAIN_SGML_FILE) dependent on setting-spec.xml.
* build: fix distcheck when building settings specification XMLDan Williams2013-02-051-4/+4
| | | | | | | | | | | | | | The generated settings-spec.xml should not be DIST-ed because it's regenerated every time libnm-util changes. That meants it gets rebuilt during 'make' even from a dist tarball. Thus, it shouldn't be part of the dist tarball itself. In addition, settings-spec.html shouldn't be included in $(content_files) becuase this is added to EXTRA_DIST by gtk-doc.make. Since generate-settings-spec.c the move from docs/api/ to tools/, this started breaking distcheck even though the original Makefile rules were wrong too.
* tools: move generate-settings-spec to toolsJiří Klimeš2013-02-052-460/+3
|
* docs: generate refentry xml in addition to Docbook book xml for settings-specJiří Klimeš2013-02-052-29/+223
| | | | | | | | The refentry xml is used to generate manual page with settings description. The invocation is: generate-settings-spec <type> <output file> [<type> <output file>] where <type> is "book" or "refentry"
* docs: add ADSL setting to API specsJiří Klimeš2013-01-151-1/+3
|
* bridge: add bridge device typeThomas Graf2012-11-302-0/+3
| | | | | This adds a new device type 'bridge'. Kernel devices are created on demand.
* libnm-util: add NMSettingBridgePortDan Williams2012-11-302-0/+3
|
* libnm-util: add NMSettingBridgeDan Williams2012-11-302-0/+3
|
* build: clean all files on 'make distclean'Pavel Šimerda2012-11-133-1/+5
|
* build: fix gtk-doc srcdir != builddir issuesPavel Šimerda2012-11-132-2/+2
|
* build: fix more srcdir != builddir issuesPavel Šimerda2012-11-132-1/+5
|
* build: fix srcdir != builddir issueDan Williams2012-11-131-0/+1
|
* build: improve documentation and test configure optionsPavel Šimerda2012-11-132-5/+2
| | | | | | | | Use --enable-doc and --enable-tests instead of --with-docs and --with-tests. This is consistent with other features and with --enable-gtk-doc option. Support current variants as fallback. Don't build tests unless --enable-tests is specified.
* docs: auto-version documentation and fix up copyright and authorshipDan Williams2012-08-067-45/+44
|
* docs: add missing ADSL libnm-glib docsDan Williams2012-08-062-0/+3
|
* build: fix obsolete includes during docs buildDan Williams2012-08-012-2/+0
|
* docs: ensure ADSL documentation is generatedDan Williams2012-07-301-0/+1
|
* docs: update FSF address in license headersJiří Klimeš2012-07-262-4/+4
|
* doc: fix build with build with gtk-doc < 1.15Robert Shade2012-07-021-0/+2
| | | | gtk-doc < 1.15 does not handle a missing DOC_SOURCE_DIR
* docs: fixups for new settingsDan Williams2012-03-233-0/+8
|
* docs: libnm-glib docs fixes for recent additionsJiří Klimeš2012-03-151-0/+8
|
* docs: fix 'make distcheck' API doc xslt pathsDan Williams2012-03-141-1/+1
| | | | | | | Since all.xml is a built file these days, and will contain paths relative to $(top_srcdir)/introspection even though it's not in that directory, it seems we need to clue xsltproc into where the other API XML files really are.
* docs: add Infiniband, VLAN, and Bond settings to API specsDan Williams2012-03-061-0/+6
|
* libnm-glib: remove nm-dbus-utils.[ch]Dan Winship2012-02-021-1/+0
| | | | The code hasn't been used in a very long time.
* docs: fix settings service object path name in migration guideDan Williams2011-12-191-6/+8
|
* docs: make sure libnm-glib.png gets into the dist tarball (bgo #659203)Dan Williams2011-10-031-1/+1
|
* doc: fix a settings specification typeDan Williams2011-08-221-0/+1
|
* api: update version based on configure versionDan Williams2011-08-061-2/+2
| | | | Instead of manually which is error-prone.
* docs: update libnm-glib documentationDan Williams2011-07-021-0/+1
|
* docs: make sure WiMAX setting is documentedDan Williams2011-07-021-0/+1
|
* core: add active connection state DEACTIVATINGDan Williams2011-03-171-0/+16
| | | | | | Not used yet, but will be when device deactivating state gets used. Should be 100% backwards compatible with users that don't know about it for now.
* docs: add overview image of libnm-glib object relationships and useDan Williams2011-03-155-53/+1013
|
* docs: fix distcheck error building settings specDan Williams2011-03-141-0/+1
| | | | | | | Apparently sometimes when doing the distcheck the generator can't open the file for writing (gets ENOACCESS) presumably because there's already a file there that's read-only. So remove any existing settings spec before regenerating.
* docs: fix link to API doc on the websiteMichael Biebl2011-03-142-2/+2
|
* docs: more libnm-glib docs fixesDan Williams2011-03-103-0/+5
|
* docs: make sure libnm-glib docs know about introspectionDan Williams2011-03-101-1/+13
|
* docs: update some version stringsDan Williams2011-03-102-2/+2
|
* core: bring the state() D-Bus method backDan Williams2011-03-081-6/+0
| | | | It's a lot easier for app developers to use.