summaryrefslogtreecommitdiff
path: root/.gitignore
Commit message (Collapse)AuthorAgeFilesLines
* tests: add a test for the ethernet dialogLubomir Rintel2021-11-041-0/+1
| | | | | | | This is a small standalone program that presents the ethernet security dialog. Invoking this dialog would otherwise requires a somewhat complicated setup, making it difficult to verify the effect of changes in the code.
* all: Remove most of wireless-securityAndrew Zaborowski2020-11-181-2/+2
| | | | | Since only two utilities are now used from wireless-security, go ahead and remove everything else.
* gschema: move "org.gnome.nm-applet.gschema.xml" from network-manager-applet ↵Thomas Haller2020-03-051-2/+8
| | | | | | | | | | | | | | | | | to libnma The schema is also used by libnma's "src/nma-ws/nma-eap.c" (formerly "src/wireless-security/eap-method.c") and g-c-c's "panels/network/wireless-security/eap-method.c". That means, despite the name of the schema, it really belongs to libnma. Move it to libnma ([1]). [1] https://gitlab.gnome.org/GNOME/libnma/-/commit/50cda26ae4beab31f30fb93fd36a7bcc5435adc1 See-also: https://gitlab.gnome.org/GNOME/gnome-control-center/issues/881 See-also: https://gitlab.gnome.org/GNOME/libnma/-/merge_requests/11
* build: allow building a GTK4 flavor of libnmaLubomir Rintel2019-09-201-0/+9
| | | | | | | | | | | | | | | | | | | | | | | | | This is EXPERIMENTAL EXPERIMENTAL EXPERIMENTAL. GTK4 is not released yet and things will change in incompatible ways. A new library called "libnma-gtk4" is added. The non-libnma parts (applet, editor) are not ported. There are few reasons for merging this early and none of them is shipping the library to the users at this point: * To allow bringup of GTK4-enabled VPN plugins * Do not block GTK4 enablement of GNOME Control Center * Help avoid using features that will be difficult to port from GTK3 All the test programs work, they emit a fair amount of warnings about properties that were removed in GTK4. To deal with those, we'd need to build different GResources for GTK3 and GTK4. The differencies seem small enough to the point the conversion could be automated. TODO, doesn't block testing. Tested to build with gtk+-4.0 = 3.94.0, but even the pkg-config name changed since in GTK4 git master. Did I say this is EXPERIMENTAL and there will be incompatible changes?
* build: replace intltool with gettextLubomir Rintel2019-02-261-1/+45
| | | | | | | | | | Gettext, since version 0.18, provides infrastructure equivalent to intltool (generating po/Makefile and translating .desktop files or .xml). Also, it seems to work better in that it actually honors MSGFMT_OPTS that are determined by the configure script. That one typically ends up set to "-c", meaning "check". Without it the bugs in the .po files are easy to overlook.
* nma/tests: add certificate chooser test programlr/cert-chooser-fixesLubomir Rintel2019-02-181-0/+1
|
* libnma: add nma_wifi_dialog_new_for_secrets use exampleAndrew Zaborowski2018-11-261-0/+1
| | | | [lkundrak@v3.sk: split this into a separate executable]
* libnma: add some test programslr/test-programsLubomir Rintel2018-10-291-0/+4
| | | | | | | These make it easy to quickly check the widgets provided by the libnma libary. https://gitlab.gnome.org/GNOME/network-manager-applet/merge_requests/21
* build: remove INSTALLLubomir Rintel2018-05-291-0/+1
| | | | Autoconf installs it on autogen.
* libnma: add and use version macrosLubomir Rintel2017-03-191-0/+1
|
* libnma: add gtk-doc documentationLubomir Rintel2017-03-021-0/+17
|
* gitignore: ignore test-suite.log test artifactThomas Haller2017-02-101-0/+1
|
* gitignore: ignore *.dirstamp filesThomas Haller2017-02-091-0/+1
|
* all: use gresourcesLubomir Rintel2017-01-061-0/+10
| | | | | | | | | | | This seems like a good idea. Apart from a tiny speed improvement by avoiding directory lookups when loading the UI elements and condensing the XML data by whitespace ommission, this makes it easy to run the applet and the connection editor without installing them. This makes it possible to run the binaries directly from the build tree and not pick up the glade files from whatever happens to be installed in the system. Neat!
* gitignore: ignore nm-connection-editor.appdata.xml fileThomas Haller2016-05-251-0/+1
|
* gitignore: ignore some test artifactsThomas Haller2016-03-081-0/+4
|
* gitignore: ignore cscope filesThomas Haller2016-02-161-0/+4
|
* build: create a xz compressed tarball by defaultLubomir Rintel2015-08-171-1/+1
| | | | | | GNOME release tooling repacks the bz2 to a xz anyway. This makes it easier for packagers to use tarballs created with "make dist" in place of distribution tarballs.
* appdata: add appdata for nm-connection-editor (bgo #752621)Ethirajan D2015-08-121-0/+1
| | | | https://bugzilla.gnome.org/show_bug.cgi?id=752621
* libnma: new libnm-based version of libnm-gtkDan Winship2015-02-251-0/+3
| | | | | | | | | | | | Add a new libnm-based version of libnm-gtk, called "libnma" (which matches the naming convention of the functions better anyway). Also, rename the files from nm-* to nma-*. Drop nm-wireless-dialog (which was deprecated in favor of nma-wifi-dialog) and nm-ui-utils.h (whose functionality has been merged into NMDevice in libnm). (libnm-glib to libnm porting mostly based on a patch by Jiří Klimeš.)
* migration: drop NM 0.8 -> NM 0.9 migration toolDan Winship2015-02-241-2/+0
| | | | | | Anyone upgrading directly from 0.8 to 1.2 will just lose their old non-system connections. (Which they probably would have anyway, since the migration tool only gets run if nm-applet does...)
* build: add cscope.files to gitignoreThomas Haller2014-10-271-0/+1
| | | | Signed-off-by: Thomas Haller <thaller@redhat.com>
* .gitignore: add man pagesDan Winship2013-02-191-1/+1
|
* libnm-gtk: added unit tests for the mobile provider databaseAleksander Morgado2012-12-041-1/+1
|
* libnm-gtk: add introspectionDan Winship2012-10-031-0/+2
|
* applet: port to GSettingsDan Winship2012-06-201-1/+2
| | | | | | | | | Port from GConf to GSettings, and install a gsettings-data-convert .convert file to migrate old GConf settings over. GConf is now only required if building the migration tool. https://bugzilla.gnome.org/show_bug.cgi?id=662767
* Use Makefile.glib to build marshallersDan Winship2012-06-201-1/+2
| | | | | | | Also copy in a local version of the GLIB_CONFIG autoconf macro, and use that (to get gschema stuff configured in for free too) https://bugzilla.gnome.org/show_bug.cgi?id=662767
* applet: move migration code into a new binaryDan Winship2012-06-201-0/+1
| | | | | | | Move the migration code from nm-applet to nm-applet-migration-tool. Now nm-applet does not link against libgconf-helpers. https://bugzilla.gnome.org/show_bug.cgi?id=662767
* Update .gitignoreDan Winship2012-05-161-0/+1
|
* gitignore: Add generated *.pot files in po/ subdirectoryTommi Vainikainen2011-07-041-0/+1
|
* applet: import existing user connections user-private system connectionsDan Williams2011-03-101-0/+1
| | | | | | | Secrets are still stored in the user session. Add a metric ton of testcases and test framework to let us verify upgrade more in the future, including an in-process re-implementation of GConf and gnome-keyring. That was a shitload of work and now I'm tired.
* applet: provide simple D-Bus API for GNOME Shell indicator (bgo #642503)Giovanni Campagna2011-03-021-0/+2
| | | | | | | | | Since the Shell's indicator is lagging a bit in functionality due to missing bindings for stuff like gnome-keyring expose a few small dbus methods to help it out. This is a *PRIVATE API* that is not guaranteed to be stable. [cleaned up, refactored, and permissions checking added by dcbw]
* trivial: update gitignoreDan Williams2010-03-031-0/+1
|
* Created src/utils/tests/.gitignorePablo Castellano2010-01-021-0/+1
| | | | Also ignore *.swp vim swap files
* gitignore: add generated gconf schemas fileDan Williams2009-09-161-0/+1
|
* Add gitignore file.Michael Biebl2009-04-301-0/+37