summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* config: let NetworkManager.state be handled by NMConfigth/run-state-to-nm-config-bgo764474Thomas Haller2016-04-065-217/+278
* release: bump version to 1.3.0 (development)1.3.0-devLubomir Rintel2016-04-052-4/+4
* release: add version 1.4 macrosLubomir Rintel2016-04-053-0/+29
* build: disable deprecation checks for internal compilationThomas Haller2016-04-0544-42/+11
* man: gitignore man7Lubomir Rintel2016-04-051-1/+1
* build: make man page hardlinks conditional on having man pagesColin Walters2016-04-051-12/+25
* po: update Slovak translationLubomir Rintel2016-04-0566-578/+92
* po: fix line terminationsLubomir Rintel2016-04-054-19/+20
* merge: branch 'lr/docbook'Lubomir Rintel2016-04-0564-5345/+5991
|\
| * dbus: fix up the XML formattinglr/docbookLubomir Rintel2016-04-0532-111/+73
| * dbus: correct the NMDevice::StateReason typeLubomir Rintel2016-04-051-1/+1
| * dbus: correct the links to typesLubomir Rintel2016-04-0512-33/+33
| * Revert "dbus: tool to convert documentation annotations"Lubomir Rintel2016-04-051-112/+0
| * dbus: convert the annotations to gtk-doc blocksLubomir Rintel2016-04-0535-3405/+2353
| * dbus: tool to convert documentation annotationsLubomir Rintel2016-04-051-0/+112
| * dbus: move NMWimaxNspNetworkType to nm-dbus-interface.hLubomir Rintel2016-04-052-16/+15
| * dbus: remove the telepathy annotationsLubomir Rintel2016-04-0512-295/+0
| * man: move nmcli-examples to section 7Lubomir Rintel2016-04-0510-11/+15
| * man: make the templated manuals a bit more consistent with the restLubomir Rintel2016-04-053-60/+47
| * man: include version from a XML entityLubomir Rintel2016-04-0512-37/+54
| * man: drop datesLubomir Rintel2016-04-055-16/+0
| * man: rename some variablesLubomir Rintel2016-04-051-29/+27
| * man: drop nm-system-settings.conf.5Lubomir Rintel2016-04-053-32/+10
| * man: convert nm-online(1) manual to docbook refentryLubomir Rintel2016-04-056-78/+172
| * man: convert nmtui(1) manual to docbook refentryLubomir Rintel2016-04-055-2/+138
| * man: convert nmcli(1) manual to docbook refentryLubomir Rintel2016-04-056-1285/+3121
| * docs: load the dbus documentation and manuals from original locationLubomir Rintel2016-04-052-46/+44
|/
* merge: branch 'lr/translations'Lubomir Rintel2016-04-0567-117527/+123034
|\
| * po: add Zanata configurationlr/translationsLubomir Rintel2016-04-051-0/+16
| * po: pull translations from Red HatLubomir Rintel2016-04-0526-69/+62
| * po: pull translations from Fedora ZanataLubomir Rintel2016-04-059-1128/+1238
| * po: update-poLubomir Rintel2016-04-0566-116355/+121743
| * po: remove bad character from Italian translationLubomir Rintel2016-04-051-1/+1
|/
* core: fix message format for failed creation of secret keyBeniamino Galvani2016-04-051-1/+1
* build: reorder files for building platformThomas Haller2016-04-052-15/+18
* auth: downgrade g_assert() to nm_assert()Thomas Haller2016-04-051-1/+1
* manager: ensure IP config of device is cleared before removalLubomir Rintel2016-04-042-1/+14
* device: ensure @error always set by nm_device_factory_create_device()Thomas Haller2016-04-041-1/+18
* manager: refactor error variable in platform_link_added()Thomas Haller2016-04-041-4/+4
* policy: merge branch 'th/policy-cleanup-v2'Thomas Haller2016-04-0410-204/+214
|\
| * core: use defines for signal names in NMDnsManager and NMFirewallManagerThomas Haller2016-04-045-10/+14
| * policy: pass private pointer as signal user-data for settings handlersThomas Haller2016-04-041-16/+19
| * policy: pass private pointer as signal user-data for manager handlersThomas Haller2016-04-041-16/+22
| * policy: pass private pointer as signal user-data for device handlersThomas Haller2016-04-041-14/+28
| * policy: removed unused signal subscription to "NMManager::state-changed"Thomas Haller2016-04-041-6/+0
| * policy: refactor tracking registered signals to NMManager's instanceThomas Haller2016-04-041-24/+16
| * manager: remove unused signal "user-permissions-changed"Thomas Haller2016-04-041-8/+0
| * manager: use defines for signal namesThomas Haller2016-04-043-9/+17
| * policy: refactor tracking registered signals to NMSettings's instanceThomas Haller2016-04-041-23/+10
| * policy: embed pointer to private data into NMPolicyThomas Haller2016-04-042-4/+16