From bf231a0d0362758f167da389222e271acb2ebd90 Mon Sep 17 00:00:00 2001 From: Timothy Pearson Date: Thu, 30 Aug 2012 12:33:38 -0500 Subject: [PATCH] Remove Automake, introspection files, etc. in preparation for future development --- Makefile.am.in | 4 - Makefile.cvs | 14 - configure.in.bot | 4 - configure.in.in | 13 - knetworkmanager-0.9/AUTHORS | 1 + knetworkmanager-0.9/ChangeLog | 1062 ----------------- knetworkmanager-0.9/INSTALL | 167 --- knetworkmanager-0.9/Makefile.am | 7 - knetworkmanager-0.9/Makefile.am.in | 10 - knetworkmanager-0.9/NEWS | 3 - knetworkmanager-0.9/README | 23 +- knetworkmanager-0.9/TODO | 2 + knetworkmanager-0.9/configure.in.bot | 10 - knetworkmanager-0.9/configure.in.in | 147 --- knetworkmanager-0.9/introspection/Makefile.am | 18 - .../introspection/nm-access-point.xml | 92 -- .../introspection/nm-active-connection.xml | 57 - .../nm-device-802-11-wireless.xml | 104 -- .../nm-device-802-3-ethernet.xml | 33 - .../introspection/nm-device-cdma.xml | 15 - .../introspection/nm-device-gsm.xml | 15 - .../introspection/nm-device.xml | 126 -- .../introspection/nm-exported-connection.xml | 108 -- .../introspection/nm-ip4-config.xml | 25 - .../introspection/nm-manager-client.xml | 63 - .../introspection/nm-manager.xml | 227 ---- .../introspection/nm-ppp-manager.xml | 22 - .../introspection/nm-settings.xml | 32 - .../introspection/nm-vpn-connection-only.xml | 136 --- .../introspection/nm-vpn-connection.xml | 163 --- .../introspection/nm-vpn-manager.xml | 46 - .../introspection/nm-vpn-plugin.xml | 132 -- knetworkmanager-0.9/pics/Makefile.am | 5 - knetworkmanager-0.9/po/Makefile.am | 2 - knetworkmanager-0.9/src/CMakeLists.txt | 4 +- knetworkmanager-0.9/src/Makefile.am | 220 ---- knetworkmanager-0.9/src/dbus/CMakeLists.txt | 88 -- knetworkmanager-0.9/src/dbus/Makefile.am | 129 -- knetworkmanager-0.9/vpn-plugins/Makefile.am | 17 - .../vpn-plugins/openvpn/Makefile.am | 5 - .../vpn-plugins/openvpn/configure.in.in | 14 - .../vpn-plugins/openvpn/src/Makefile.am | 12 - .../vpn-plugins/pptp/Makefile.am | 5 - .../vpn-plugins/pptp/configure.in.in | 5 - .../vpn-plugins/pptp/src/Makefile.am | 12 - .../vpn-plugins/pptp/src/Makefile.am.automake | 34 - .../vpn-plugins/strongswan/Makefile.am | 5 - .../vpn-plugins/strongswan/configure.in.in | 14 - .../vpn-plugins/strongswan/src/Makefile.am | 12 - .../vpn-plugins/vpnc/Makefile.am | 5 - .../vpn-plugins/vpnc/configure.in.in | 14 - .../vpn-plugins/vpnc/src/Makefile.am | 12 - 52 files changed, 5 insertions(+), 3490 deletions(-) delete mode 100644 Makefile.am.in delete mode 100644 Makefile.cvs delete mode 100644 configure.in.bot delete mode 100644 configure.in.in delete mode 100644 knetworkmanager-0.9/Makefile.am delete mode 100644 knetworkmanager-0.9/Makefile.am.in delete mode 100644 knetworkmanager-0.9/configure.in.bot delete mode 100644 knetworkmanager-0.9/configure.in.in delete mode 100644 knetworkmanager-0.9/introspection/Makefile.am delete mode 100644 knetworkmanager-0.9/introspection/nm-access-point.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-active-connection.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-device-802-11-wireless.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-device-802-3-ethernet.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-device-cdma.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-device-gsm.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-device.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-exported-connection.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-ip4-config.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-manager-client.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-manager.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-ppp-manager.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-settings.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-vpn-connection-only.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-vpn-connection.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-vpn-manager.xml delete mode 100644 knetworkmanager-0.9/introspection/nm-vpn-plugin.xml delete mode 100644 knetworkmanager-0.9/pics/Makefile.am delete mode 100644 knetworkmanager-0.9/po/Makefile.am delete mode 100644 knetworkmanager-0.9/src/Makefile.am delete mode 100644 knetworkmanager-0.9/src/dbus/CMakeLists.txt delete mode 100644 knetworkmanager-0.9/src/dbus/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/openvpn/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/openvpn/configure.in.in delete mode 100644 knetworkmanager-0.9/vpn-plugins/openvpn/src/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/pptp/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/pptp/configure.in.in delete mode 100644 knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am.automake delete mode 100644 knetworkmanager-0.9/vpn-plugins/strongswan/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/strongswan/configure.in.in delete mode 100644 knetworkmanager-0.9/vpn-plugins/strongswan/src/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/vpnc/Makefile.am delete mode 100644 knetworkmanager-0.9/vpn-plugins/vpnc/configure.in.in delete mode 100644 knetworkmanager-0.9/vpn-plugins/vpnc/src/Makefile.am diff --git a/Makefile.am.in b/Makefile.am.in deleted file mode 100644 index e46b27c..0000000 --- a/Makefile.am.in +++ /dev/null @@ -1,4 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.6.1 - -include admin/deps.am -include admin/Doxyfile.am diff --git a/Makefile.cvs b/Makefile.cvs deleted file mode 100644 index be59a86..0000000 --- a/Makefile.cvs +++ /dev/null @@ -1,14 +0,0 @@ -all: - @echo "This Makefile is only for the CVS repository" - @echo "This will be deleted before making the distribution" - @echo "" - @if test ! -d admin; then \ - echo "Please recheckout this module!" ;\ - echo "for cvs: use checkout once and after that update again" ;\ - echo "for cvsup: checkout kde-common from cvsup and" ;\ - echo " link kde-common/admin to ./admin" ;\ - exit 1 ;\ - fi - $(MAKE) -f admin/Makefile.common cvs - -.SILENT: diff --git a/configure.in.bot b/configure.in.bot deleted file mode 100644 index 3b7eaa7..0000000 --- a/configure.in.bot +++ /dev/null @@ -1,4 +0,0 @@ -dnl Put here things to be done at the very end - telling users -dnl about additional packages to install. Better yet is giving -dnl each project / subdr its own configure.in.bot. - diff --git a/configure.in.in b/configure.in.in deleted file mode 100644 index 66f69d1..0000000 --- a/configure.in.in +++ /dev/null @@ -1,13 +0,0 @@ -#MIN_CONFIG(3.2) -CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" - -AM_INIT_AUTOMAKE(knetworkmanager, 0.8, kb9vqf@pearsoncomputing.net) - -if test "$build_arts" = "yes"; then - AC_DEFINE(USE_ARTS, 1, [If we use arts volume]) - LIB_ARTS="-lartskde" - AC_SUBST(LIB_ARTS) -fi - -KDE_INIT_DOXYGEN([KEG Network API Reference], [Version $VERSION]) - diff --git a/knetworkmanager-0.9/AUTHORS b/knetworkmanager-0.9/AUTHORS index ac8bb09..f109f1c 100644 --- a/knetworkmanager-0.9/AUTHORS +++ b/knetworkmanager-0.9/AUTHORS @@ -1,3 +1,4 @@ +Timothy Pearson Timo Hoenig Will Stephenson Valentine Sinitsyn diff --git a/knetworkmanager-0.9/ChangeLog b/knetworkmanager-0.9/ChangeLog index 79e992e..e69de29 100644 --- a/knetworkmanager-0.9/ChangeLog +++ b/knetworkmanager-0.9/ChangeLog @@ -1,1062 +0,0 @@ -2007-06-13 12:36 Helmut Schaa - - * configure.in.in: Add check for LEAP related functions - -2007-06-13 12:34 Helmut Schaa - - * src/knetworkmanager-dialogfab.cpp, - src/knetworkmanager-encryption.cpp: Disable LEAP support during - configure if the required functions are missing - -2007-06-13 10:12 Helmut Schaa - - * src/cryptowidget.ui, src/knetworkmanager-dialogfab.cpp, - src/knetworkmanager-encryption.cpp, - src/knetworkmanager-encryption.h: Add LEAP support (patch by - Stefan Skotte ) - -2007-06-11 15:41 scripty - - * src/eventsrc, src/knetworkmanager.desktop, - src/knetworkmanager_plugin.desktop, - src/knetworkmanager_vpnplugin.desktop, - vpn-plugins/openvpn/knetworkmanager_openvpn.desktop, - vpn-plugins/pptp/knetworkmanager_pptp.desktop, - vpn-plugins/vpnc/knetworkmanager_vpnc.desktop: SVN_SILENT made - messages (.desktop file) - -2007-06-06 14:17 Helmut Schaa - - * vpn-plugins/vpnc/src/knetworkmanager-vpnc.cpp: Fix password order - -2007-06-06 12:50 Helmut Schaa - - * src/knetworkmanager-settings.cpp, - src/knetworkmanager-vpnconnectionsdialog.cpp, - src/knetworkmanager-vpnconnectionsdialog.h: Fix updating of the - vpn list - -2007-06-06 09:36 Helmut Schaa - - * configure.in.in, src/cryptowidget.ui, - src/knetworkmanager-dialogfab.cpp, - src/knetworkmanager-dialogfab.h, - src/knetworkmanager-encryption.cpp, - src/knetworkmanager-encryption.h: Add phase2 authentication - support (patch by Jernej Kos ) - -2007-06-04 13:49 Helmut Schaa - - * src/activation.ui, src/cryptowidget.ui, src/errormsg.ui, - src/generalsettings.ui, src/manageconnections.ui, - src/unknownservice.ui: Remove include hints from ui files - -2007-06-02 14:47 helio - - * .: - Moving keg network app for branches... - -2007-06-02 06:47 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-05-30 09:39 Helmut Schaa - - * : Show VPN connections only if accepted by NetworkManager - -2007-05-21 12:02 Helmut Schaa - - * : Fix build for builddir != srcdir (patch from Michael Biebl - ) - -2007-05-16 09:19 Helmut Schaa - - * : Remove debug output - -2007-05-14 13:57 Helmut Schaa - - * : Clean up libnl related headers - -2007-05-14 11:28 Helmut Schaa - - * : increase version to 0.2 - -2007-05-11 11:14 Helmut Schaa - - * : move signal and slot handling to knetworkmanager-nminfo.cpp - -2007-05-11 11:12 Helmut Schaa - - * : Get rid of the "keyStored" flag. Use asynchronous approach for - key - restoration. - -2007-05-11 11:12 Helmut Schaa - - * : Restore keys using the asynchronous approach. Get rid of the - "keyStored" - flag. - -2007-05-11 11:10 Helmut Schaa - - * : Add new class PassphraseRequest to allow handling of multiple - requests - as needed for asynchronous KWallet access. - -2007-05-11 11:09 Helmut Schaa - - * : While KNM waits for a key do not show any active options in the - contextMenu, only "cancel". - -2007-05-11 11:08 Helmut Schaa - - * : Added methods for setting and getting whether KNM waits for a - key from - KWallet. Make the State class a singelton. - -2007-05-11 11:06 Helmut Schaa - - * : Add new class CredentialsRequest which uses the asynchonous - interface to - KWallet. - -2007-05-11 11:05 Helmut Schaa - - * : Use the getInstance method to create a singelton "State" object - instead - of new. - -2007-05-11 11:03 Helmut Schaa - - * : Allow multiple key requests (as needed for asynchronous KWallet - access) - -2007-05-11 11:02 Helmut Schaa - - * : Use the asynchonous interface to KWallet - -2007-05-07 12:57 Helmut Schaa - - * : Avoid crash when using "connect to a new wireless network" - which is already - in the list of available networks. - -2007-05-06 06:32 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-05-01 08:42 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-04-10 14:57 Helmut Schaa - - * : Set X-DCOP-ServiceType=Unique refering to the - KUniqueApplication class reference - -2007-04-10 13:53 Helmut Schaa - - * : Added more vpnc options supported by NetworkManager 0.6.5 - -2007-04-07 06:23 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-04-04 15:14 Helmut Schaa - - * : Show wpa-eap and wpa-psk according to the networks capabilities - -2007-04-04 12:17 Helmut Schaa - - * : Fix KWallet access when using wpa-eap - -2007-04-04 11:15 Helmut Schaa - - * : - Fix storing of wpa-eap keys - - Fix storing of network data if connected via "connect to other - ..." option - -2007-04-04 09:32 Helmut Schaa - - * : Fix whitespaces - -2007-04-02 14:19 Helmut Schaa - - * : - New dialog which centralises all configuration options - - Allow to store keys unencrypted in configfile instead of - KWallet - - Option to change autostart behaviour (based on a patch from - Michael Biebl ) - -2007-04-01 06:11 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-03-26 14:26 Helmut Schaa - - * : Disable unused fields when setting up a WPA EAP connection - -2007-03-26 13:28 Helmut Schaa - - * : Add possibility to set the OpenVPN port - -2007-03-09 10:46 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-03-09 08:14 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-03-08 12:12 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-03-08 10:10 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-03-07 13:41 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-03-05 11:33 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-21 10:25 Helmut Schaa - - * : Include moc files - -2007-02-21 10:07 Helmut Schaa - - * : Fix some issues causing compiler warnings - -2007-02-21 09:56 Helmut Schaa - - * : Remove unneeded includes, move includes to sourcefile where - applicable. - -2007-02-21 09:19 Helmut Schaa - - * : Do not allow to import VPN connections without having an - appropriate - plugin. Start Gnome VPN configuration applet when connection - without - native plugin is being edited. - -2007-02-20 14:30 Helmut Schaa - - * : Do not calculate rx and tx rates when getting interface - statistics the - first time - -2007-02-20 11:19 Helmut Schaa - - * : Use KActiveLabel instead of QLabel in ConnectionInfoWidget to - allow - selecting and copying values. - -2007-02-20 10:33 Helmut Schaa - - * : Clean up connectioninfo dialog when no device is active - -2007-02-20 10:11 Helmut Schaa - - * : Calculate sizeHint for ConnectionInfoWidget to avoid scrolling - in the - tabbar - -2007-02-20 09:12 Helmut Schaa - - * : Leftclick on the tray icon opens the connectioninfo dialog - instead of - the context menu. - -2007-02-19 16:23 Helmut Schaa - - * : Use VPN service name from plugininfo when available - -2007-02-19 10:55 Helmut Schaa - - * : Run one check per dependent package and show a warning when knm - will not be built. - -2007-02-17 12:35 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-15 12:24 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-13 11:30 Helmut Schaa - - * : Show Rx and Tx rates in connectioninfo dialog. - -2007-02-13 10:12 Helmut Schaa - - * : Preselect first available VPN service. Fix enabling and - disabling of the - name textbox due to the availability of the plugin. - -2007-02-13 09:52 Helmut Schaa - - * : clean up VPN widgets, fix taborder in openvpn - -2007-02-12 12:14 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-09 10:51 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-08 10:51 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-07 10:56 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-06 09:58 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-06 09:50 Helmut Schaa - - * : Fix tooltip for device - -2007-02-06 09:46 Helmut Schaa - - * : Use the object path for identification of the selected network - and - device. Fixes b.n.c bug #231202. - -2007-02-05 10:34 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-02 10:52 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-02-01 20:01 danimo - - * : forgot this one - -2007-02-01 19:58 danimo - - * : capitalize, looks a lot better now (patch found while browsing - ubuntu diffs) - CCMAIL:thoenig@suse.de - -2007-01-26 14:09 Helmut Schaa - - * : Initialization of _vpnList and _vpnServiceList in the - constructor - -2007-01-26 10:58 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-01-26 09:42 Helmut Schaa - - * : Fix crash when closing knetworkmanager and no VPN service is - available - -2007-01-25 10:37 Helmut Schaa - - * : Fix moving networks from untrusted group to trusted group - -2007-01-24 15:04 Helmut Schaa - - * : Do cancel if the appropriate button is pressed in the external - gtk - authentication helper - -2007-01-24 09:52 Helmut Schaa - - * : add icon for dialup menu entry - -2007-01-24 08:11 Helmut Schaa - - * : Fix a few memory leaks and initialize member variables - -2007-01-23 14:27 Helmut Schaa - - * : Fixed menu caption a second time (Timo is a nitpicker) - -2007-01-23 14:11 Helmut Schaa - - * : Fixed menu title "Show Connection Info..." - -2007-01-23 13:56 Helmut Schaa - - * : add a dialog for showing information about the current - connection - -2007-01-20 10:43 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-01-17 10:56 scripty - - * : SVN_SILENT made messages (.desktop file) - -2007-01-11 13:58 Helmut Schaa - - * : fixed my e-mail address over again - -2007-01-11 13:56 Helmut Schaa - - * : Fixed my e-mail address - -2007-01-09 13:36 Helmut Schaa - - * : - show error message when connecting to a network fails - - show nice icons in activation stage dialog - -2007-01-09 11:27 Timo Hoenig - - * : Use dbus_bool_t rather than bool (b.n.c #227406) - -2007-01-09 11:25 Timo Hoenig - - * : Disable session management (patch by Lubos Lunak - , b.n.c #206641) - -2007-01-03 13:54 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-29 13:41 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-22 13:47 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-21 14:27 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-20 13:38 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-18 13:44 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-17 14:01 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-17 12:12 bram - - * : SVN_SILENT: fixuifiles - -2006-12-16 13:51 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-15 13:41 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-14 14:00 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-13 15:38 Helmut Schaa - - * : use KProcess instead of KShellProcess which is deprecated - -2006-12-13 15:24 Helmut Schaa - - * : build vpn plugins if the appropriate service is installed - -2006-12-13 15:23 Helmut Schaa - - * : add Makefile.am for builing the plugins - -2006-12-13 15:23 Helmut Schaa - - * : add pptp plugin - -2006-12-13 15:22 Helmut Schaa - - * : add vpnc plugin - -2006-12-13 15:22 Helmut Schaa - - * : add openvpn plugin - -2006-12-13 15:22 Helmut Schaa - - * : new subdir for the VPN plugins - -2006-12-13 15:20 Helmut Schaa - - * : Add all new files to the Makefile - -2006-12-13 15:20 Helmut Schaa - - * : make use of the new vpn connection managment - -2006-12-13 15:18 Helmut Schaa - - * : integrate the pluginmanager - -2006-12-13 15:16 Helmut Schaa - - * : -add missing headers - -fix compiler warnings - -2006-12-13 15:15 Helmut Schaa - - * : use VPN service identifier instead of VPN service name - -2006-12-13 15:14 Helmut Schaa - - * : Add function for setting failed signals for VPN connections - -2006-12-13 15:13 Helmut Schaa - - * : Add function for setting failed signals for VPN connections - -2006-12-13 15:12 Helmut Schaa - - * : Dispatch signals indicating VPN connection failure - -2006-12-13 15:11 Helmut Schaa - - * : -Make use of the new dialogs for managing VPN connections - -If NM does not provide the speed property for a network show the - speed - property of the device instead - -2006-12-13 15:09 Helmut Schaa - - * : Add storage management for vpn connections - Check for the existence of keys before accessing them in KWallet - -2006-12-13 15:05 Helmut Schaa - - * : Add dialogs for managing VPN connections - -2006-12-13 15:02 Helmut Schaa - - * : Add Authentication dialog for VPN connections - -2006-12-13 15:01 Helmut Schaa - - * : Add definitions for the VPN plugin interface - -2006-12-13 15:00 Helmut Schaa - - * : Add ui files for use with the new vpn plugin management - -2006-12-13 14:57 Helmut Schaa - - * : add knetworkmanager_plugin.desktop which provides info on how - plugins have to look like - -2006-12-13 14:51 Helmut Schaa - - * : Add pluginmanager and base class for plugins - -2006-12-13 14:02 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-12 13:40 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-12-11 15:39 mueller - - * : move knetworkmanager to extragear - -2006-12-10 13:51 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-11-27 14:09 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-11-26 16:04 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-11-21 22:21 Timo Hoenig - - * : Add Helmut Schaa to the list of authors - -2006-11-21 16:21 Timo Hoenig - - * : add new ui file errormsg.ui - -2006-11-21 16:04 Timo Hoenig - - * : Add Helmut Schaa to the list of authors - -2006-11-21 16:02 Timo Hoenig - - * : Respect UTF-8 for VPN connection properties, patch by Helmut - Schaa - -2006-11-21 15:59 Timo Hoenig - - * : Show overlay image (lock) for active VPN connections in the - tray, patch by Helmut Schaa - -2006-11-21 15:26 Timo Hoenig - - * : Make notifications look pretty, patch by Helmut Schaa - -2006-11-20 13:15 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-11-06 14:21 Timo Hoenig - - * : Don't call deserialize on encryption object to avoid warnings - of libnm-util - -2006-11-01 17:40 Timo Hoenig - - * : feed KProcess properly - -2006-10-29 12:13 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-10-20 11:40 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-10-18 11:46 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-10-01 11:49 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-09-26 06:06 Timo Hoenig - - * : Revert r586726: We need removed network objects until we - persist the data. - -2006-09-25 06:56 Timo Hoenig - - * : Ignore signal from NetworkManager if its state did not change - (b.n.c #165275) - -2006-09-24 18:42 Timo Hoenig - - * : Notify NetworkManager about user interaction in order to - temporarily decrease the scan interval for wireless networks. - -2006-09-23 07:36 Timo Hoenig - - * : Add some news. - -2006-09-22 17:50 Timo Hoenig - - * : Don't add a separator if dial up is not supported (Patch by - Valentine Sinitsyn) - -2006-09-22 13:29 Timo Hoenig - - * : Fix version string for about dialog. - -2006-09-21 16:32 Timo Hoenig - - * : Refuse to show 'Configure Dial-Up Connections' if no - configuration tool is available. - -2006-09-21 16:31 Timo Hoenig - - * : Add distribution detection to ease distribution specific code - within NetworkManager, cleanups - -2006-09-21 13:23 Timo Hoenig - - * : Call restore functions with version tag. Don't tag each network - with version info. Write version tag on quit. - -2006-09-21 13:22 Timo Hoenig - - * : Remove obsolete comments. - -2006-09-21 09:11 Timo Hoenig - - * : Remove networkstatus hack. - -2006-09-20 15:13 Timo Hoenig - - * : Persist networks stored with the old scheme on first start - -2006-09-20 13:28 Timo Hoenig - - * : Add Valentine Sinitsyn to the list of authors - -2006-09-20 13:27 Timo Hoenig - - * : Update - -2006-09-20 13:27 Timo Hoenig - - * : Update - -2006-09-20 13:27 Timo Hoenig - - * : - -2006-09-20 13:26 Timo Hoenig - - * : Enhance acquirePassphrase (). Patch by Valentine Sinitsyn - - -2006-09-20 13:26 Timo Hoenig - - * : Add hint why keyStored is set to true - -2006-09-20 13:24 Timo Hoenig - - * : Make sure that updating KNetworkManager does not require the - user to enter all networks and passphrases again - -2006-09-20 13:23 Timo Hoenig - - * : Make sure that updating KNetworkManager does not require the - user to enter all networks and passphrases again - -2006-09-20 13:22 Timo Hoenig - - * : Remove FIXME, add TODO - -2006-09-20 13:21 Timo Hoenig - - * : Update error message, add new Device if not prestent in - DeviceStore - -2006-09-20 13:19 Timo Hoenig - - * : Keep networks in sync. Patch by Valentine Sinitsyn - - -2006-09-20 13:18 Timo Hoenig - - * : Don't leak. Patch by Valentine Sinitsyn - -2006-09-20 13:17 Timo Hoenig - - * : add TODO - -2006-09-20 13:13 Timo Hoenig - - * : The DeviceStore is not used in this function - -2006-09-20 13:12 Timo Hoenig - - * : Keep network objects synced. Patch by Valentine Sinitsyn - - -2006-09-20 13:09 Timo Hoenig - - * : Avoid flickering of the tray icon. Patch by Valentine Sinitsyn - - -2006-09-20 13:05 Timo Hoenig - - * : add define for KNetworkManager version to configure.in.in - -2006-09-20 13:02 Timo Hoenig - - * : write version tag to config, remove dummy strings - -2006-09-19 07:32 Timo Hoenig - - * : s/D-BUS/D-Bus - -2006-08-22 11:34 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-08-17 16:18 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-08-14 09:18 Timo Hoenig - - * : Add Valentine Sinitsyn to the list of authors - -2006-08-14 09:17 Timo Hoenig - - * : keep network objects in sync with storage \(patch by Valentine - Sinitsyn\) - -2006-08-14 09:16 Timo Hoenig - - * : cleanup - -2006-08-14 09:16 Timo Hoenig - - * : improve KWallet integration and sync of network storage \(patch - by Valentine Sinitsyn\) - -2006-08-14 09:15 Timo Hoenig - - * : improve storage of networks \(patch by Valentine Sinitsyn\) - -2006-08-14 09:13 Timo Hoenig - - * : improve network storage \(patch by Valentine Sinitsyn\), - cleanup - -2006-08-14 09:12 Timo Hoenig - - * : improve storage of networks \(patch by Valentine Sinitsyn\) - -2006-08-14 09:09 Timo Hoenig - - * : keep network objects in sync with storage \(patch by Valentine - Sinitsyn\), cleanup - -2006-08-14 09:08 Timo Hoenig - - * : cleanup - -2006-08-14 09:07 Timo Hoenig - - * : improve AcquirePasswordDialog \(patch by Valentine Sinitsyn\), - cleanup - -2006-08-14 09:06 Timo Hoenig - - * : typo - -2006-08-14 09:06 Timo Hoenig - - * : cleanup - -2006-08-14 09:05 Timo Hoenig - - * : improve KWallet integration \(patch by Valentine Sinitsyn\) - -2006-07-11 10:12 Timo Hoenig - - * : persist settings (wireless enabled and offline mode) and - restore those on start-up. - -2006-07-01 15:24 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-06-28 13:34 Timo Hoenig - - * : improve system tray for active dial up connections - -2006-06-28 12:14 Timo Hoenig - - * : drop obsolete and inactive code - -2006-06-28 12:09 Timo Hoenig - - * : drop debug printf - -2006-06-28 12:08 Timo Hoenig - - * : drop absolute path to binary - -2006-06-24 15:24 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-06-12 15:37 Timo Hoenig - - * : reflect status of dial-up connection in the system tray - -2006-05-30 09:30 Timo Hoenig - - * : update webpage URL - -2006-05-28 14:59 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-05-24 14:53 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-05-23 14:41 Will Stephenson - - * : Show 22x22px tray icons - -2006-05-22 11:35 Timo Hoenig - - * : Show special icon for ad-hoc networks to allow users to - distinguish such from managed networks. - -2006-05-16 14:48 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-05-09 14:56 Will Stephenson - - * : The icons are now really 22 px wide - -2006-05-08 14:05 Will Stephenson - - * : Disable notifications by default - -2006-04-27 10:32 Timo Hoenig - - * : Use setter functions when restoring wireless networks from - storage (b.n.c #166913) - -2006-04-25 12:09 Timo Hoenig - - * : Patch by Michael Biebl : Add item "Configure - Notifications" to the options menu - -2006-04-25 12:07 Timo Hoenig - - * : Patch by Michael Biebl : remove - $\(shelldesktop_DATA\) from EXTRA_DIST to provide compatiblity - with automake < 1.9 - -2006-04-25 11:45 Timo Hoenig - - * : update artwork with icons from Jimmac , - remove unused icon - -2006-04-24 12:47 Will Stephenson - - * : Ugly fix for Novell #165907, route the dcop information path - via KNM to - kded networkstatus, instead of direct, as KNM knows if NM has no - devices - to configure and is still saying DISCONNECTED. - - Revert as soon as a libknetworkmanager (SOLID) is written, so - kded can - make this decision locally. - -2006-04-20 14:44 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-04-17 14:56 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-04-15 14:27 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-04-09 14:38 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-04-03 16:49 Will Stephenson - - * : Follow the XDG desktop file spec, patch courtesy of Michael - Biebl - CCMAIL: mbiebl@gmail.com - -2006-04-03 16:43 mueller - - * : make it compile - -2006-04-03 15:34 Timo Hoenig - - * : fallback to the device's signal strength and don't show zero - frequency if information is not provided by NM - -2006-04-03 14:29 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-04-03 13:28 Timo Hoenig - - * : only show bandwidth if available, simplyfications - -2006-04-03 13:27 Timo Hoenig - - * : shortest is best - -2006-04-03 13:22 Timo Hoenig - - * : revert parts of r524612: do not use QCString, set vendor and - product strings to "unknown" if HAL can not provide information - -2006-04-03 13:19 Timo Hoenig - - * : revert parts of r524612: do not use QCString, proper replies if - no networks are VPN connections are stored - -2006-03-31 14:31 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-03-31 13:36 danimo - - * : there is no just reason to hardcode a path that is in $PATH - anyway - -2006-03-30 19:32 Will Stephenson - - * : Fix build with -DQT_NO_ASCII_CAST, replace a few char *'s with - QCString - -2006-03-30 14:55 scripty - - * : SVN_SILENT made messages (.desktop file) - -2006-03-30 13:49 hasso - - * : Better layout. - -2006-03-30 11:26 coolo - - * : streamline configure run of kdereview - -2006-03-30 11:06 coolo - - * : create_svnignore -r - -2006-03-30 11:04 coolo - - * : some more makefile fixes - -2006-03-30 10:58 coolo - - * : - removing documentation that only says it doesn't say anything - - fixing place in kdereview - -2006-03-30 09:29 Timo Hoenig - - * : return QStringList for Network::getEncryptionProtocol as - multiple encryption protocols for one and the same network might - be applicable - -2006-03-29 15:21 Timo Hoenig - - * : update bugzilla URL - -2006-03-29 14:56 Will Stephenson - - * : initial import of KNetworkManager to KDE SVN. You need - NetworkManager 0.6.2 to use this. - -2006-03-29 13:29 Will Stephenson - - * : Make dir for knetworkmanager, using import in-place technique. - diff --git a/knetworkmanager-0.9/INSTALL b/knetworkmanager-0.9/INSTALL index 02a4a07..e69de29 100644 --- a/knetworkmanager-0.9/INSTALL +++ b/knetworkmanager-0.9/INSTALL @@ -1,167 +0,0 @@ -Basic Installation -================== - - These are generic installation instructions. - - The `configure' shell script attempts to guess correct values for -various system-dependent variables used during compilation. It uses -those values to create a `Makefile' in each directory of the package. -It may also create one or more `.h' files containing system-dependent -definitions. Finally, it creates a shell script `config.status' that -you can run in the future to recreate the current configuration, a file -`config.cache' that saves the results of its tests to speed up -reconfiguring, and a file `config.log' containing compiler output -(useful mainly for debugging `configure'). - - If you need to do unusual things to compile the package, please try -to figure out how `configure' could check whether to do them, and mail -diffs or instructions to the address given in the `README' so they can -be considered for the next release. If at some point `config.cache' -contains results you don't want to keep, you may remove or edit it. - - The file `configure.in' is used to create `configure' by a program -called `autoconf'. You only need `configure.in' if you want to change -it or regenerate `configure' using a newer version of `autoconf'. - -The simplest way to compile this package is: - - 1. `cd' to the directory containing the package's source code and type - `./configure' to configure the package for your system. If you're - using `csh' on an old version of System V, you might need to type - `sh ./configure' instead to prevent `csh' from trying to execute - `configure' itself. - - Running `configure' takes a while. While running, it prints some - messages telling which features it is checking for. - - 2. Type `make' to compile the package. - - 3. Type `make install' to install the programs and any data files and - documentation. - - 4. You can remove the program binaries and object files from the - source code directory by typing `make clean'. - -Compilers and Options -===================== - - Some systems require unusual options for compilation or linking that -the `configure' script does not know about. You can give `configure' -initial values for variables by setting them in the environment. Using -a Bourne-compatible shell, you can do that on the command line like -this: - CC=c89 CFLAGS=-O2 LIBS=-lposix ./configure - -Or on systems that have the `env' program, you can do it like this: - env CPPFLAGS=-I/usr/local/include LDFLAGS=-s ./configure - -Compiling For Multiple Architectures -==================================== - - You can compile the package for more than one kind of computer at the -same time, by placing the object files for each architecture in their -own directory. To do this, you must use a version of `make' that -supports the `VPATH' variable, such as GNU `make'. `cd' to the -directory where you want the object files and executables to go and run -the `configure' script. `configure' automatically checks for the -source code in the directory that `configure' is in and in `..'. - - If you have to use a `make' that does not supports the `VPATH' -variable, you have to compile the package for one architecture at a time -in the source code directory. After you have installed the package for -one architecture, use `make distclean' before reconfiguring for another -architecture. - -Installation Names -================== - - By default, `make install' will install the package's files in -`/usr/local/bin', `/usr/local/man', etc. You can specify an -installation prefix other than `/usr/local' by giving `configure' the -option `--prefix=PATH'. - - You can specify separate installation prefixes for -architecture-specific files and architecture-independent files. If you -give `configure' the option `--exec-prefix=PATH', the package will use -PATH as the prefix for installing programs and libraries. -Documentation and other data files will still use the regular prefix. - - If the package supports it, you can cause programs to be installed -with an extra prefix or suffix on their names by giving `configure' the -option `--program-prefix=PREFIX' or `--program-suffix=SUFFIX'. - -Optional Features -================= - - Some packages pay attention to `--enable-FEATURE' options to -`configure', where FEATURE indicates an optional part of the package. -They may also pay attention to `--with-PACKAGE' options, where PACKAGE -is something like `gnu-as' or `x' (for the X Window System). The -`README' should mention any `--enable-' and `--with-' options that the -package recognizes. - - For packages that use the X Window System, `configure' can usually -find the X include and library files automatically, but if it doesn't, -you can use the `configure' options `--x-includes=DIR' and -`--x-libraries=DIR' to specify their locations. - -Specifying the System Type -========================== - - There may be some features `configure' can not figure out -automatically, but needs to determine by the type of host the package -will run on. Usually `configure' can figure that out, but if it prints -a message saying it can not guess the host type, give it the -`--host=TYPE' option. TYPE can either be a short name for the system -type, such as `sun4', or a canonical name with three fields: - CPU-COMPANY-SYSTEM - -See the file `config.sub' for the possible values of each field. If -`config.sub' isn't included in this package, then this package doesn't -need to know the host type. - - If you are building compiler tools for cross-compiling, you can also -use the `--target=TYPE' option to select the type of system they will -produce code for and the `--build=TYPE' option to select the type of -system on which you are compiling the package. - -Sharing Defaults -================ - - If you want to set default values for `configure' scripts to share, -you can create a site shell script called `config.site' that gives -default values for variables like `CC', `cache_file', and `prefix'. -`configure' looks for `PREFIX/share/config.site' if it exists, then -`PREFIX/etc/config.site' if it exists. Or, you can set the -`CONFIG_SITE' environment variable to the location of the site script. -A warning: not all `configure' scripts look for a site script. - -Operation Controls -================== - - `configure' recognizes the following options to control how it -operates. - -`--cache-file=FILE' - Use and save the results of the tests in FILE instead of - `./config.cache'. Set FILE to `/dev/null' to disable caching, for - debugging `configure'. - -`--help' - Print a summary of the options to `configure', and exit. - -`--quiet' -`--silent' -`-q' - Do not print messages saying which checks are being made. - -`--srcdir=DIR' - Look for the package's source code in directory DIR. Usually - `configure' can determine that directory automatically. - -`--version' - Print the version of Autoconf used to generate the `configure' - script, and exit. - -`configure' also accepts some other, not widely useful, options. - diff --git a/knetworkmanager-0.9/Makefile.am b/knetworkmanager-0.9/Makefile.am deleted file mode 100644 index 1ef46ff..0000000 --- a/knetworkmanager-0.9/Makefile.am +++ /dev/null @@ -1,7 +0,0 @@ -SUBDIRS = pics src vpn-plugins po - -dbusservicedir = $(DBUS_SYS_DIR) -dbusservice_DATA = knetworkmanager.conf - -EXTRA_DIST = COPYING configure.in.in $(dbusservice_DATA) - diff --git a/knetworkmanager-0.9/Makefile.am.in b/knetworkmanager-0.9/Makefile.am.in deleted file mode 100644 index bc332c0..0000000 --- a/knetworkmanager-0.9/Makefile.am.in +++ /dev/null @@ -1,10 +0,0 @@ -AUTOMAKE_OPTIONS = foreign 1.6.1 - -include admin/deps.am -include admin/Doxyfile.am - -dbusservicedir = $(DBUS_SYS_DIR) -dbusservice_DATA = knetworkmanager.conf - -EXTRA_DIST = COPYING configure.in.in admin $(dbusservice_DATA) - diff --git a/knetworkmanager-0.9/NEWS b/knetworkmanager-0.9/NEWS index 6f762dc..e69de29 100644 --- a/knetworkmanager-0.9/NEWS +++ b/knetworkmanager-0.9/NEWS @@ -1,3 +0,0 @@ -22 June 2007 - KNetworkManager 0.2 -23 September 2006 - KNetworkManager 0.1 -28 March 2006 - KNetworkManager moves to KDE SVN diff --git a/knetworkmanager-0.9/README b/knetworkmanager-0.9/README index 534a24a..e7eb541 100644 --- a/knetworkmanager-0.9/README +++ b/knetworkmanager-0.9/README @@ -1,25 +1,4 @@ KNetworkManager is a system tray application for controlling network connections on systems that use the NetworkManager daemon. Currently the following things work: - - * Show all network interfaces known to HAL and therefore to NetworkManager - * Connect to wired and wireless networks - * User interaction for encrypted (WEP, WPA Personal and WPA Enterprise) wireless networks - * User interaction to join hidden wireless networks - * Show signal strength for wireless networks in context menu - * Show tool tip with connection status on tray icon - * Show verbose tool tip with interface and network information on context - menu entries - * Store passwords of encrypted networks - * Store hidden wireless networks (per-user) - * Show connection status in system tray - * VPN support - * Notifications (new networks, new devices, NM status changes) - -NetworkManager 0.6.2 is required to build this version of KNetworkManager. - -If you encounter bugs, please report them using - - * http://bugs.kde.org - -Last update: 20-Sep-2006 - Timoe Hoenig , + * Nothing! diff --git a/knetworkmanager-0.9/TODO b/knetworkmanager-0.9/TODO index e69de29..ea2e206 100644 --- a/knetworkmanager-0.9/TODO +++ b/knetworkmanager-0.9/TODO @@ -0,0 +1,2 @@ +VPN support +Translations diff --git a/knetworkmanager-0.9/configure.in.bot b/knetworkmanager-0.9/configure.in.bot deleted file mode 100644 index 5239ed2..0000000 --- a/knetworkmanager-0.9/configure.in.bot +++ /dev/null @@ -1,10 +0,0 @@ -if test -n "$MISSING_DEPS"; then - - echo "**************************************************" - echo "*" - echo "* KNetworkManager will not be built due to missing dependencies!" - echo "* Missing: $MISSING_DEPS" - echo "*" - echo "**************************************************" - -fi diff --git a/knetworkmanager-0.9/configure.in.in b/knetworkmanager-0.9/configure.in.in deleted file mode 100644 index e80ad6e..0000000 --- a/knetworkmanager-0.9/configure.in.in +++ /dev/null @@ -1,147 +0,0 @@ -#MIN_CONFIG(3.2) -CXXFLAGS="$CXXFLAGS $KDE_DEFAULT_CXXFLAGS" - -AM_INIT_AUTOMAKE(knetworkmanager, 0.8, kb9vqf@pearsoncomputing.net) - -AC_C_BIGENDIAN -AC_CHECK_KDEMAXPATHLEN - -KNETWORKMANAGER_VERSION="0.8" -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_VERSION, $KNETWORKMANAGER_VERSION, [KNetworkManager Version]) -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_VERSION_STRING, "$KNETWORKMANAGER_VERSION", [KNetworkManager Version String]) - -# check for dbus, hal, libnm-util and libnl -PKG_CHECK_MODULES(HAL, [hal], [], [ - AC_MSG_RESULT([no]) - AC_MSG_WARN([You need Hal, knetworkmanager will not be compiled]) - DO_NOT_COMPILE="$DO_NOT_COMPILE knetworkmanager" - MISSING_DEPS="$MISSING_DEPS hal" -]) - -PKG_CHECK_MODULES(LIBNMUTIL, [libnm-util >= 0.7], [], [ - AC_MSG_RESULT([no]) - AC_MSG_WARN([You need libnm-util >= 0.7, knetworkmanager will not be compiled]) - DO_NOT_COMPILE="$DO_NOT_COMPILE knetworkmanager" - MISSING_DEPS="$MISSING_DEPS libnm-util" -]) - -PKG_CHECK_MODULES(LIBNMGLIB, [libnm_glib >= 0.7], [], [ - AC_MSG_RESULT([no]) - AC_MSG_WARN([You need libnm-util, knetworkmanager will not be compiled]) - DO_NOT_COMPILE="$DO_NOT_COMPILE knetworkmanager" - MISSING_DEPS="$MISSING_DEPS libnm-glib" -]) - -PKG_CHECK_MODULES(LIBNL, [libnl-1], [], [ - AC_MSG_RESULT([no]) - AC_MSG_WARN([You need libnl, knetworkmanager will not be compiled]) - DO_NOT_COMPILE="$DO_NOT_COMPILE knetworkmanager" - MISSING_DEPS="$MISSING_DEPS libnl-1" -]) - -PKG_CHECK_MODULES(DBUS_TQT, [dbus-1-tqt >= 0.8.1], [], [ - AC_MSG_RESULT([no]) - AC_MSG_ERROR([TQT dbus bindings missing]) -]) - -AC_CHECK_PROG(DBUSXML2QT3, [dbusxml2qt3], [dbusxml2qt3], [no]) -if test "$DBUSXML2QT3" = no ; then - AC_MSG_WARN([You need dbusxml2qt3, knetworkmanager will not be compiled]) - DO_NOT_COMPILE="$DO_NOT_COMPILE knetworkmanager" - MISSING_DEPS="$MISSING_DEPS dbusxml2qt3" -fi - -PACKAGE_CFLAGS="$HAL_CFLAGS $LIBNL_CFLAGS $DBUS_TQT_CFLAGS $LIBNMGLIB_CFLAGS" -PACKAGE_LIBS="$HAL_LIBS $LIBNL_LIBS $DBUS_TQT_LIBS" - -AC_ARG_WITH(dbus-sys, AC_HELP_STRING([--with-dbus-sys=DIR], [D-BUS system.d directory])) -if ! test -z "$with_dbus_sys" ; then - DBUS_SYS_DIR="$with_dbus_sys" -else - DBUS_SYS_DIR="${sysconfdir}/dbus-1/system.d" -fi -AC_SUBST(DBUS_SYS_DIR) -AC_DEFINE_UNQUOTED(DBUS_SYSTEMD_DIR, "$DBUS_SYS_DIR", [D-BUS system.d directory]) - -AC_SUBST(PACKAGE_CFLAGS) -AC_SUBST(PACKAGE_LIBS) -AC_SUBST(LIB_DL) - -AC_ARG_WITH(distro, AC_HELP_STRING([--with-distro=DISTRO], [Specify the Linux distribution to target: suse, gentoo, fedora])) -if test "x$with_distro" = "x"; then - AC_CHECK_FILE(/etc/SuSE-release,with_distro="suse") - AC_CHECK_FILE(/etc/gentoo-release,with_distro="gentoo") - AC_CHECK_FILE(/etc/redhat-release,with_distro="fedora") - if test "x$with_distro" = "x"; then - with_distro=`lsb_release -is` - fi -fi - -with_distro=`echo ${with_distro} | tr '[[:upper:]]' '[[:lower:]]' ` - -# Compile dialup support - -AC_ARG_WITH(dialup, AC_HELP_STRING([--with-dialup], [Build KNetworkManager with Dialup support (default)])) -if test "x$with_dialup" != "xno"; then - if test "x$with_distro" = "x"; then - echo "Linux distribution autodetection failed, you must specify the distribution to target using --with-distro=DISTRO" - else - case $with_distro in - suse) - AC_DEFINE_UNQUOTED(KNETWORKMANAGER_DIALUP_CONFIG, - "tdesu --nonewdcop /sbin/yast2 modem", - [Command to launch dial up configuration tool]) - ;; - gentoo) - AC_DEFINE_UNQUOTED(KNETWORKMANAGER_DIALUP_CONFIG, - "tdesu --nonewdcop ${TDEDIR}/bin/kppp", - [Command to launch dial up configuration tool]) - ;; - fedora) - AC_DEFINE_UNQUOTED(KNETWORKMANAGER_DIALUP_CONFIG, - "tdesu --nonewdcop /usr/bin/kppp", - [Command to launch dial up configuration tool]) - ;; - *) - echo "Your distribution (${with_distro}) is not yet supported (e.g. you will not be able to launch a tool to configure dial-up connections.)" - ;; - esac - fi -fi - -# openvpn support - -AC_ARG_WITH(openvpn, AC_HELP_STRING([--with-openvpn], [Build KNetworkManager with openvpn plugin])) -if test "x$with_openvpn" = "x"; then - AC_CHECK_FILE(/etc/NetworkManager/VPN/nm-openvpn-service.name,with_openvpn="yes" ) -fi -AM_CONDITIONAL(WITH_OPENVPN, test x"$with_openvpn" = "xyes") - -# vpnc support - -AC_ARG_WITH(vpnc, AC_HELP_STRING([--with-vpnc], [Build KNetworkManager with vpnc plugin])) -if test "x$with_vpnc" = "x"; then - AC_CHECK_FILE(/etc/NetworkManager/VPN/nm-vpnc-service.name,with_vpnc="yes" ) -fi -AM_CONDITIONAL(WITH_VPNC, test x"$with_vpnc" = "xyes") - -# pptp support - -AC_ARG_WITH(pptp, AC_HELP_STRING([--with-pptp], [Build KNetworkManager with pptp plugin])) -if test "x$with_pptp" = "x"; then - AC_CHECK_FILE(/etc/NetworkManager/VPN/nm-pptp-service.name,with_pptp="yes" ) -fi -AM_CONDITIONAL(WITH_PPTP, test x"$with_pptp" = "xyes") - -# strongswan support - -AC_ARG_WITH(strongswan, AC_HELP_STRING([--with-strongswan], [Build KNetworkManager with strongswan plugin])) -if test "x$with_strongswan" = "x"; then - AC_CHECK_FILE(/etc/NetworkManager/VPN/nm-strongswan-service.name,with_strongswan="yes" ) -fi -AM_CONDITIONAL(WITH_STRONGSWAN, test x"$with_strongswan" = "xyes") - -# set include path for knetworkmanager-plugin.h and knetworkmanager-vpnplugin.h when vpn plugins are built together with knetworkmanager - -KNETWORKMANAGER_CFLAGS="-I\$(top_srcdir)/knetworkmanager-0.8/src" -AC_SUBST(KNETWORKMANAGER_CFLAGS) diff --git a/knetworkmanager-0.9/introspection/Makefile.am b/knetworkmanager-0.9/introspection/Makefile.am deleted file mode 100644 index b16f0ae..0000000 --- a/knetworkmanager-0.9/introspection/Makefile.am +++ /dev/null @@ -1,18 +0,0 @@ -EXTRA_DIST = \ - nm-access-point.xml \ - nm-active-connection.xml \ - nm-device-802-11-wireless.xml \ - nm-device-802-3-ethernet.xml \ - nm-device-cdma.xml \ - nm-device-gsm.xml \ - nm-device.xml \ - nm-exported-connection.xml \ - nm-ip4-config.xml \ - nm-manager.xml \ - nm-manager-client.xml \ - nm-ppp-manager.xml \ - nm-settings.xml \ - nm-vpn-manager.xml \ - nm-vpn-plugin.xml \ - nm-vpn-connection.xml - diff --git a/knetworkmanager-0.9/introspection/nm-access-point.xml b/knetworkmanager-0.9/introspection/nm-access-point.xml deleted file mode 100644 index 5a42f95..0000000 --- a/knetworkmanager-0.9/introspection/nm-access-point.xml +++ /dev/null @@ -1,92 +0,0 @@ - - - - - - Flags describing the capabilities of the access point. - - - Flags describing the access point's capabilities according to WPA (Wifi Protected Access). - - - Flags describing the access point's capabilities according to the RSN (Robust Secure Network) protocol. - - - The Service Set Identifier identifying the access point. - - - The radio channel frequency in use by the access point, in MHz. - - - The hardware address of the access point. - - - - Describes the operating mode of the access point. - - - The maximum bitrate this access point is capable of, in kilobits/second (Kb/s). - - - The current signal strength received from this access point. - - - - - - A dictionary mapping property names to variant boxed values - - - - - - Flags describing the general capabilities of the access point. - - - Null capability - says nothing about the access point. - - - Access point supports privacy measures. - - - - - Flags describing the security capabilities of the access point. - - - Null flag. - - - Access point supports pairwise 40-bit WEP encryption. - - - Access point supports pairwise 104-bit WEP encryption. - - - Access point supports pairwise TKIP encryption. - - - Access point supports pairwise CCMP encryption. - - - Access point supports a group 40-bit WEP cypher. - - - Access point supports a group 104-bit WEP cypher. - - - Access point supports a group TKIP cypher. - - - Access point supports a group CCMP cypher. - - - Access point supports PSK key management. - - - Access point supports 802.1x key management. - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-active-connection.xml b/knetworkmanager-0.9/introspection/nm-active-connection.xml deleted file mode 100644 index f69d2f6..0000000 --- a/knetworkmanager-0.9/introspection/nm-active-connection.xml +++ /dev/null @@ -1,57 +0,0 @@ - - - - - - The D-Bus service name providing this connection. - - - The path of the connection. - - - A specific object associated with the active connection. - - - The D-Bus service name that provides a connection with which this active connection is shared. - - - The path of a connection provided by the D-Bus service SharedServiceName which which this connection is shared. - - - Array of object paths representing devices which are part of this active connection. - - - The state of this active connection. - - - Whether this active connection is the default connection, i.e. whether it currently owns the default route. - - - - - - A dictionary mapping property names to variant boxed values - - - - - - - - The active connection is in an unknown state. - - - - - The connection is activating. - - - - - The connection is activated. - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-device-802-11-wireless.xml b/knetworkmanager-0.9/introspection/nm-device-802-11-wireless.xml deleted file mode 100644 index 6b31b3a..0000000 --- a/knetworkmanager-0.9/introspection/nm-device-802-11-wireless.xml +++ /dev/null @@ -1,104 +0,0 @@ - - - - - - - - - List of access point object paths - - - - Get the list of access points visible to this device. - - - - - - The hardware address of the device. - - - - - The operating mode of the wireless device. - - - - - - The bit rate currently used by the wireless device, in kilobits/second (Kb/s). - - - - - Object path of the access point currently used by the wireless device. - - - - - The capabilities of the wireless device. - - - - - - - A dictionary containing the FIXME: check changed parameters. - - - - Emitted when the wireless device's properties changed. - - - - - - - The object path of the newly found access point. - - - - Emitted when a new access point is found by the device. - - - - - - - The object path of the access point that has disappeared. - - - - Emitted when an access point disappears from view of the device. - - - - - - Flags describing the capabilities of a wireless device. - - - Null capability - syntactic sugar for no capabilities supported. Do not AND this with other capabilities! - - - The device supports the 40-bit WEP cypher. - - - The device supports the 104-bit WEP cypher. - - - The device supports the TKIP cypher. - - - The device supports the CCMP cypher. - - - The device supports the WPA encryption/authentication protocol. - - - The device supports the RSN encryption/authentication protocol. - - - - diff --git a/knetworkmanager-0.9/introspection/nm-device-802-3-ethernet.xml b/knetworkmanager-0.9/introspection/nm-device-802-3-ethernet.xml deleted file mode 100644 index cccae99..0000000 --- a/knetworkmanager-0.9/introspection/nm-device-802-3-ethernet.xml +++ /dev/null @@ -1,33 +0,0 @@ - - - - - - - - Hardware address of the device. - - - - - - Design speed of the device. - - - - - - Indicates whether the physical carrier is found (e.g. whether a cable is plugged in or not). - - - - - - - A dictionary mapping property names to variant boxed values - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-device-cdma.xml b/knetworkmanager-0.9/introspection/nm-device-cdma.xml deleted file mode 100644 index 2b43f8f..0000000 --- a/knetworkmanager-0.9/introspection/nm-device-cdma.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - A dictionary mapping property names to variant boxed values - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-device-gsm.xml b/knetworkmanager-0.9/introspection/nm-device-gsm.xml deleted file mode 100644 index 650d656..0000000 --- a/knetworkmanager-0.9/introspection/nm-device-gsm.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - A dictionary mapping property names to variant boxed values - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-device.xml b/knetworkmanager-0.9/introspection/nm-device.xml deleted file mode 100644 index 848942a..0000000 --- a/knetworkmanager-0.9/introspection/nm-device.xml +++ /dev/null @@ -1,126 +0,0 @@ - - - - - - - HAL UDI for the device. - - - - - The network interface offered by the device. - - - - - The driver handling the device. - - - - - Flags describing the capabilities of the device. - - - - - The IPv4 address bound to the device. FIXME: what about devices with >1 IP address? - - - - - The current state of the device. - - - - - Object path of the Ip4Config object describing the configuration of the device. Only valid when the device is in the NM_DEVICE_STATE_ACTIVATED state. - - - - - Whether or not this device is managed by NetworkManager. - - - - - - - - - - - - - - The new state of the device. - - - - - - - - The device is in an unknown state. - - - - - The device is down. - - - - - The device is not connected. - - - - - The device is preparing to connect. - - - - - The device is being configured. - - - - - The device is awaiting authorization credentials. - - - - - The IP address of the device is being configured. - - - - - The device is active. - - - - - The device is in a failure state following an attempt to activate it. - - - - - The previous activation attempt on this device was cancelled. - - - - - - Null capability. - - - The device is supported by NetworkManager. - - - The device supports carrier detection. - - - - diff --git a/knetworkmanager-0.9/introspection/nm-exported-connection.xml b/knetworkmanager-0.9/introspection/nm-exported-connection.xml deleted file mode 100644 index 251ccaf..0000000 --- a/knetworkmanager-0.9/introspection/nm-exported-connection.xml +++ /dev/null @@ -1,108 +0,0 @@ - - - - - - - Represents a single network connection configuration. - - - - Obtain the ID of this connection. - - - - - The ID of this connection. - - - - - - - Update the connection. - - - - - New connection properties. - - - - - - - Delete the connection. - - - - - - - Get the settings maps describing this object. - - - - - The nested settings maps describing this object. - - - - - - - Emitted when some settings changed. - - - - Contains the changed settings. - - - - - - - Emitted when this settings object was removed. FIXME: Is this emitted after it was removed or when it is about to be removed? If after removed, then different semantics to Device removed. if prior to removal, should be called AboutToBeRemoved. - - - - - - - - Secrets have a separate interface so that they can be locked down. - - - - - Get the secrets encapsulated in this object. - - - - - - Name of the setting to return. - - - - - Array of strings of key names in the Setting for which NM thinks - a secrets may be required. - - - - - Indicates whether new secrets should be requested or if the request can be fulfilled from storage. - - - - - - Nested settings maps containing secrets. Each setting MUST contain at least the 'name' field, containing the name of the setting, and one or more secrets. - - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-ip4-config.xml b/knetworkmanager-0.9/introspection/nm-ip4-config.xml deleted file mode 100644 index 8e3bf57..0000000 --- a/knetworkmanager-0.9/introspection/nm-ip4-config.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - Tuples of IPv4 address/netmask/gateway. The gateway is optional, if not given should be 0. - - - The hostname associated with this IPv4 address. FIXME: what about multiple hostnames? - - - The nameservers in use. - - - A list of domains this address belongs to. - - - The NIS domain this address belongs to. - - - The NIS servers associated with this address. - - - - diff --git a/knetworkmanager-0.9/introspection/nm-manager-client.xml b/knetworkmanager-0.9/introspection/nm-manager-client.xml deleted file mode 100644 index cf89611..0000000 --- a/knetworkmanager-0.9/introspection/nm-manager-client.xml +++ /dev/null @@ -1,63 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-manager.xml b/knetworkmanager-0.9/introspection/nm-manager.xml deleted file mode 100644 index a93ee58..0000000 --- a/knetworkmanager-0.9/introspection/nm-manager.xml +++ /dev/null @@ -1,227 +0,0 @@ - - - - - - - - - Get the list of network devices. - - - - - List of object paths of network devices known to the system. - - - - - - - - - Activate a connection using the supplied device. - - - - The D-Bus service name of the settings service that provides this connection. - - - - - The connection to activate the devices with. - - - - - The device to be activated. - - - - - The path of a device-type-specific object this activation should use, for example a WiFi access point. - - - - - The path of the active connection object representing this active connection. - - - - - - - - Another connection is already activating or the same connection is already active. FIXME: check if the error name is correct. FIXME: split into 2 errors? - - - The connection is invalid for this device. - - - - - - - Deactivate an active connection. - - - - - The currently active connection to deactivate. - - - - - - - - Control the NetworkManager daemon's sleep state. When asleep, all interfaces that it manages are deactivated. When awake, devices are available to be activated. - - - - Indicates whether the NetworkManager daemon should sleep or wake. - - - - - - - Indicates if wireless is currently enabled or not. - - - - - - Indicates if the wireless hardware is currently enabled, i.e. the state of the RF kill switch. - - - - - - List of active connection object paths. - - - - - - The overall state of the NetworkManager daemon. - - - - - - NetworkManager's state changed. - - - - The new state of NetworkManager. - - - - - - - NetworkManager's properties changed. - - - - The changed properties. - - - - - - - A device was added to the system - - - - The object path of the newly added device. - - - - - - - A device was removed from the system, and is no longer available. - - - - The object path of the device that was just removed. - - - - - - - Describes the overall state of the daemon. - - - - The NetworkManager daemon is in an unknown state. - - - - - The NetworkManager daemon is asleep and all interfaces managed by it are inactive. - - - - - The NetworkManager daemon is connecting a device. FIXME: What does this mean when one device is active and another is connecting? - - - - - The NetworkManager daemon is connected. - - - - - The NetworkManager daemon is disconnected. - - - - - - - - - DEPRECATED. NetworkManager's state changed. Use the 'StateChanged' signal instead. - - - - The new state of NetworkManager. - - - - - - - DEPRECATED. Control the NetworkManager daemon's sleep state. When asleep, all interfaces that it manages are deactivated. - - - - - - - DEPRECATED. Control the NetworkManager daemon's sleep state. When awake, all known interfaces are available to be activated. - - - - - - - DEPRECATED. The overall state of the NetworkManager daemon. - - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-ppp-manager.xml b/knetworkmanager-0.9/introspection/nm-ppp-manager.xml deleted file mode 100644 index 9e2dfdb..0000000 --- a/knetworkmanager-0.9/introspection/nm-ppp-manager.xml +++ /dev/null @@ -1,22 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-settings.xml b/knetworkmanager-0.9/introspection/nm-settings.xml deleted file mode 100644 index 5e072f2..0000000 --- a/knetworkmanager-0.9/introspection/nm-settings.xml +++ /dev/null @@ -1,32 +0,0 @@ - - - - - - The NetworkManagerSettings interface is provided by the service which provides connections to NetworkManager. - - - - - List the connections stored by this Settings object. - - - - - List of connections. - - - - - - - Emitted when a new connection has been configured. - - - - Object path of the new connection. - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-vpn-connection-only.xml b/knetworkmanager-0.9/introspection/nm-vpn-connection-only.xml deleted file mode 100644 index 8feee03..0000000 --- a/knetworkmanager-0.9/introspection/nm-vpn-connection-only.xml +++ /dev/null @@ -1,136 +0,0 @@ - - - - - - Represents an active connection to a Virtual Private Network. - - - - - - A dictionary mapping property names to variant boxed values - - - - - - The VPN-specific state of the connection. - - - The banner string of the VPN connection. - - - - - Emitted when the state of the VPN connection has changed. - - - - The new state of the VPN connection. - - - - - Reason code describing the change to the new state. - - - - - - - - The state of the VPN connection is unknown. - - - - - The VPN connection is preparing to connect. - - - - - The VPN connection needs authorization credentials. - - - - - The VPN connection is being established. FIXME: Should be CONNECTING or CONNECTED. - - - - - The VPN connection is getting an IP address. FIXME: Should be an -ING - - - - - The VPN connection is active. - - - - - The VPN connection failed. - - - - - The VPN connection is disconnected. - - - - - - - The reason for the VPN connection state change is unknown. - - - - - No reason was given for the VPN connection state change. - - - - - The VPN connection changed state because the user disconnected it. - - - - - The VPN connection changed state because the device it was using was disconnected. - - - - - The service providing the VPN connection was stopped. - - - - - The IP config of the VPN connection was invalid. - - - - - The connection attempt to the VPN service timed out. - - - - - A timeout occurred while starting the service providing the VPN connection. - - - - - Starting the service starting the service providing the VPN connection failed. - - - - - Necessary secrets for the VPN connection were not provided. - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-vpn-connection.xml b/knetworkmanager-0.9/introspection/nm-vpn-connection.xml deleted file mode 100644 index e5f74e1..0000000 --- a/knetworkmanager-0.9/introspection/nm-vpn-connection.xml +++ /dev/null @@ -1,163 +0,0 @@ - - - - - - The D-Bus service name providing this connection. - - - The path of the connection. - - - A specific object associated with the active connection. - - - The D-Bus service name that provides a connection with which this active connection is shared. - - - The path of a connection provided by the D-Bus service SharedServiceName which which this connection is shared. - - - Array of object paths representing devices which are part of this active connection. - - - The state of this active connection. - - - Whether this active connection is the default connection, i.e. whether it currently owns the default route. - - - - - - Represents an active connection to a Virtual Private Network. - - - - - - A dictionary mapping property names to variant boxed values - - - - - - The VPN-specific state of the connection. - - - The banner string of the VPN connection. - - - - - Emitted when the state of the VPN connection has changed. - - - - The new state of the VPN connection. - - - - - Reason code describing the change to the new state. - - - - - - - - The state of the VPN connection is unknown. - - - - - The VPN connection is preparing to connect. - - - - - The VPN connection needs authorization credentials. - - - - - The VPN connection is being established. FIXME: Should be CONNECTING or CONNECTED. - - - - - The VPN connection is getting an IP address. FIXME: Should be an -ING - - - - - The VPN connection is active. - - - - - The VPN connection failed. - - - - - The VPN connection is disconnected. - - - - - - - The reason for the VPN connection state change is unknown. - - - - - No reason was given for the VPN connection state change. - - - - - The VPN connection changed state because the user disconnected it. - - - - - The VPN connection changed state because the device it was using was disconnected. - - - - - The service providing the VPN connection was stopped. - - - - - The IP config of the VPN connection was invalid. - - - - - The connection attempt to the VPN service timed out. - - - - - A timeout occurred while starting the service providing the VPN connection. - - - - - Starting the service starting the service providing the VPN connection failed. - - - - - Necessary secrets for the VPN connection were not provided. - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-vpn-manager.xml b/knetworkmanager-0.9/introspection/nm-vpn-manager.xml deleted file mode 100644 index 57665f6..0000000 --- a/knetworkmanager-0.9/introspection/nm-vpn-manager.xml +++ /dev/null @@ -1,46 +0,0 @@ - - - - - - - Establish a VPN connection. - - - - - String describing the connection type. - - - - - Object path of the network connection to establish the VPN connection on. - - - - - Object path of the device to establish the VPN connection on. - - - - - Object path of the newly created VPN connection. - - - - - - - Get the list of active VPN connections. - - - - - List of object paths of active VPN connections. - - - - - - - diff --git a/knetworkmanager-0.9/introspection/nm-vpn-plugin.xml b/knetworkmanager-0.9/introspection/nm-vpn-plugin.xml deleted file mode 100644 index e7647e1..0000000 --- a/knetworkmanager-0.9/introspection/nm-vpn-plugin.xml +++ /dev/null @@ -1,132 +0,0 @@ - - - - - - This interface is provided by plugins providing VPN services to the NetworkManager daemon. - - - - Tells the plugin to connect. - - - - - Describes the connection to be established. - - - - - - - - - - - - - - Asks the plugin whether the provided connection will require secrets to connect successfully. - - - - - Describes the connection that may need secrets. - - - - - The setting name within the provided connection that requires secrets, if any. - - - - - - - - - - Disconnect the plugin. - - - - - - - - - - - Set IPv4 details on the connection. - - - - - Ip4Config details for the conneciton. - - - - - - - Indicate a failure to the plugin. - - - - - The reason for the failure. - - - - - - - The state of the plugin. - - - - - - Emitted when the plugin state changes. - - - - The new state of the plugin. - - - - - - - The plugin obtained an IPv4 configuration. - - - - The IPv4 configuration. - - - - - - - Emitted when the plugin receives a login banner from the VPN service. - - - - The login banner string. - - - - - - - Emitted when a failure in the VPN plugin occurs. - - - - Reason code for the failure. - - - - - diff --git a/knetworkmanager-0.9/pics/Makefile.am b/knetworkmanager-0.9/pics/Makefile.am deleted file mode 100644 index 464c17d..0000000 --- a/knetworkmanager-0.9/pics/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -knmicondir = $(kde_datadir)/knetworkmanager/icons -knmicon_ICON = AUTO - -KDE_ICON = knetworkmanager knetworkmanager_disabled - diff --git a/knetworkmanager-0.9/po/Makefile.am b/knetworkmanager-0.9/po/Makefile.am deleted file mode 100644 index 02dd0c1..0000000 --- a/knetworkmanager-0.9/po/Makefile.am +++ /dev/null @@ -1,2 +0,0 @@ -POFILES = AUTO - diff --git a/knetworkmanager-0.9/src/CMakeLists.txt b/knetworkmanager-0.9/src/CMakeLists.txt index ba1e362..320ec32 100644 --- a/knetworkmanager-0.9/src/CMakeLists.txt +++ b/knetworkmanager-0.9/src/CMakeLists.txt @@ -9,8 +9,6 @@ # ################################################# -add_subdirectory( dbus ) - add_definitions( -UQT_NO_ASCII_CAST ) include_directories( @@ -89,5 +87,5 @@ tde_add_tdeinit_executable( knetworkmanager AUTOMOC knetworkmanager-pluginmanager.cpp knetworkmanager-vpnservice.cpp knetworkmanager-vpnmanager.cpp knetworkmanager-vpnauthenticationdialog.cpp devicetraycomponent.cpp traycomponent.cpp vpn_tray_component.cpp secret_storage_plugin.cpp - LINK knm_dbus-static tdeui-shared kutils-shared ${DBUS_TQT_LIBRARIES} + LINK tdecore-shared tdeui-shared kutils-shared ${DBUS_TQT_LIBRARIES} ) diff --git a/knetworkmanager-0.9/src/Makefile.am b/knetworkmanager-0.9/src/Makefile.am deleted file mode 100644 index 311bd8f..0000000 --- a/knetworkmanager-0.9/src/Makefile.am +++ /dev/null @@ -1,220 +0,0 @@ -SUBDIRS = dbus - -# set the include path for X, qt and KDE -INCLUDES = $(PACKAGE_CFLAGS) $(all_includes) - -# headers to install -include_HEADERS = knetworkmanager-plugin.h \ - knetworkmanager-vpnplugin.h - -# these are the headers for your project -noinst_HEADERS = knetworkmanager.h \ - knetworkmanager-tray.h \ - knetworkmanager-hal_device_proxy.h \ - knetworkmanager-nm_proxy.h \ - knetworkmanager-device.h \ - knetworkmanager-wired_device.h \ - knetworkmanager-vpn_device.h \ - knetworkmanager-vpn_plugin.h \ - knetworkmanager-gsm_device.h \ - knetworkmanager-cdma_device.h \ - knetworkmanager-cellular_device.h \ - knetworkmanager-wireless_device.h \ - knetworkmanager-devicestore.h \ - knetworkmanager-cellular_device_tray.h \ - knetworkmanager-device_tray.h \ - knetworkmanager-wired_device_tray.h \ - knetworkmanager-wireless_device_tray.h \ - knetworkmanager-accesspoint.h \ - knetworkmanager-wireless_menuitem.h \ - knetworkmanager-menuitem.h \ - knetworkmanager-menu_subhead.h \ - knetworkmanager-connection_setting.h \ - knetworkmanager-connection_setting_info.h \ - knetworkmanager-connection_setting_ipv4.h \ - knetworkmanager-connection_setting_wired.h \ - knetworkmanager-connection_setting_wireless.h \ - knetworkmanager-connection_setting_wireless_security.h \ - knetworkmanager-connection_setting_8021x.h \ - knetworkmanager-connection_setting_vpn.h \ - knetworkmanager-connection_setting_serial.h \ - knetworkmanager-connection_setting_cdma.h \ - knetworkmanager-connection_setting_gsm.h \ - knetworkmanager-connection_setting_ppp.h \ - knetworkmanager-ppp_connection.h \ - knetworkmanager-cdma_connection.h \ - knetworkmanager-gsm_connection.h \ - knetworkmanager-wired_connection.h \ - knetworkmanager-vpn_connection.h \ - knetworkmanager-wireless_connection.h \ - knetworkmanager-generic_connection.h \ - knetworkmanager-connection.h \ - knetworkmanager-connection_dbus.h \ - knetworkmanager-connection_secrets_dbus.h \ - knetworkmanager-connection_store.h \ - knetworkmanager-connection_setting_gsm_widget.h \ - knetworkmanager-connection_setting_cdma_widget.h \ - knetworkmanager-connection_setting_info_widget.h \ - knetworkmanager-connection_setting_ipv4_widget.h \ - knetworkmanager-connection_setting_ppp_widget.h \ - knetworkmanager-connection_setting_serial_widget.h \ - knetworkmanager-connection_setting_widget_interface.h \ - knetworkmanager-connection_setting_wireless_security_widget.h \ - knetworkmanager-connection_setting_wireless_widget.h \ - knetworkmanager-connection_setting_vpn_widget.h \ - knetworkmanager-connection_setting_widget_interface.h \ - knetworkmanager-nmsettings.h \ - sha1.h \ - md5.h \ - xmlmarshaller.h \ - knetworkmanager-storage.h \ - knetworkmanager-wireless_network.h \ - knetworkmanager-wireless_manager.h \ - knetworkmanager-connection_editor.h \ - knetworkmanager-plugin.h \ - knetworkmanager-vpnplugin.h \ - knetworkmanager-pluginmanager.h \ - knetworkmanager-vpnservice.h \ - knetworkmanager-vpnmanager.h \ - knetworkmanager-vpnauthenticationdialog.h \ - devicetraycomponent.h \ - traycomponent.h \ - vpn_tray_component.h \ - secret_storage_plugin.h - -# let automoc handle all of the meta source files (moc) -METASOURCES = AUTO - -messages: rc.cpp - $(XGETTEXT) *.cpp -o $(podir)/knetworkmanager.pot - -######################################################################### -# APPLICATION SECTION -######################################################################### -# this is the program that gets installed. it's name is used for all -# of the other Makefile.am variables -bin_PROGRAMS = -lib_LTLIBRARIES = -tdeinit_LTLIBRARIES = knetworkmanager.la - -KDE_CXXFLAGS = -UQT_NO_ASCII_CAST ${LIBNMUTIL_CFLAGS} - -# the application source, library search path, and link libraries -knetworkmanager_la_SOURCES = connection_setting_info.ui \ - connection_setting_wireless_security_wep.ui \ - connection_setting_gsm.ui \ - connection_setting_cdma.ui \ - connection_setting_ipv4.ui \ - connection_setting_ppp.ui \ - connection_setting_serial.ui \ - connection_setting_wireless_security_wpacipher.ui \ - connection_setting_wireless_security_eap.ui \ - connection_setting_wireless_security_wpapsk.ui \ - connection_setting_wireless_security_phase2.ui \ - connection_setting_wireless_security_wpaversion.ui \ - connection_setting_wireless_security.ui \ - connection_setting_wireless.ui \ - connection_setting_wireless_security_wepencryption.ui \ - connection_settings.ui \ - connection_setting_wireless_security_auth.ui \ - connection_setting_vpn.ui \ - connection_editor.ui \ - vpnauthentication.ui \ - main.cpp \ - knetworkmanager.cpp \ - knetworkmanager-tray.cpp \ - knetworkmanager-hal_device_proxy.cpp \ - knetworkmanager-nm_proxy.cpp \ - knetworkmanager-device.cpp \ - knetworkmanager-cdma_device.cpp \ - knetworkmanager-cellular_device.cpp \ - knetworkmanager-gsm_device.cpp \ - knetworkmanager-wired_device.cpp \ - knetworkmanager-vpn_device.cpp \ - knetworkmanager-vpn_plugin.cpp \ - knetworkmanager-wireless_device.cpp \ - knetworkmanager-devicestore.cpp \ - knetworkmanager-cellular_device_tray.cpp \ - knetworkmanager-device_tray.cpp \ - knetworkmanager-wired_device_tray.cpp \ - knetworkmanager-wireless_device_tray.cpp \ - knetworkmanager-accesspoint.cpp \ - knetworkmanager-wireless_menuitem.cpp \ - knetworkmanager-menuitem.cpp \ - knetworkmanager-menu_subhead.cpp \ - knetworkmanager-connection_setting.cpp \ - knetworkmanager-connection_setting_info.cpp \ - knetworkmanager-connection_setting_ipv4.cpp \ - knetworkmanager-connection_setting_wired.cpp \ - knetworkmanager-connection_setting_wireless.cpp \ - knetworkmanager-connection_setting_wireless_security.cpp \ - knetworkmanager-connection_setting_8021x.cpp \ - knetworkmanager-connection_setting_vpn.cpp \ - knetworkmanager-connection_setting_serial.cpp \ - knetworkmanager-connection_setting_cdma.cpp \ - knetworkmanager-connection_setting_gsm.cpp \ - knetworkmanager-connection_setting_ppp.cpp \ - knetworkmanager-connection_dbus.cpp \ - knetworkmanager-connection_secrets_dbus.cpp \ - knetworkmanager-connection.cpp \ - knetworkmanager-generic_connection.cpp \ - knetworkmanager-cdma_connection.cpp \ - knetworkmanager-gsm_connection.cpp \ - knetworkmanager-ppp_connection.cpp \ - knetworkmanager-wireless_connection.cpp \ - knetworkmanager-wired_connection.cpp \ - knetworkmanager-vpn_connection.cpp \ - knetworkmanager-connection_store.cpp \ - knetworkmanager-connection_setting_cdma_widget.cpp \ - knetworkmanager-connection_setting_gsm_widget.cpp \ - knetworkmanager-connection_setting_info_widget.cpp \ - knetworkmanager-connection_setting_ipv4_widget.cpp \ - knetworkmanager-connection_setting_ppp_widget.cpp \ - knetworkmanager-connection_setting_serial_widget.cpp \ - knetworkmanager-connection_setting_wireless_security_widget.cpp \ - knetworkmanager-connection_setting_wireless_widget.cpp \ - knetworkmanager-connection_setting_vpn_widget.cpp \ - knetworkmanager-connection_settings_dialog.cpp \ - knetworkmanager-connection_setting_widget_interface.cpp \ - knetworkmanager-nmsettings.cpp \ - sha1.cpp \ - md5.cpp \ - xmlmarshaller.cpp \ - knetworkmanager-storage.cpp \ - knetworkmanager-wireless_network.cpp \ - knetworkmanager-wireless_manager.cpp \ - knetworkmanager-connection_editor.cpp \ - knetworkmanager-plugin.cpp \ - knetworkmanager-vpnplugin.cpp \ - knetworkmanager-pluginmanager.cpp \ - knetworkmanager-vpnservice.cpp \ - knetworkmanager-vpnmanager.cpp \ - knetworkmanager-vpnauthenticationdialog.cpp \ - devicetraycomponent.cpp \ - traycomponent.cpp \ - vpn_tray_component.cpp \ - secret_storage_plugin.cpp - -knetworkmanager_la_LDFLAGS = -module \ - $(KDE_RPATH) \ - $(all_libraries) \ - $(KDE_PLUGIN) - -knetworkmanager_la_LIBADD = dbus/libknm_dbus.la \ - $(PACKAGE_LIBS) \ - $(LIB_TDEUI) \ - $(LIB_KUTILS) \ - $(LIB_KWALLETCLIENT) \ - $(LIB_TDEUI) - -# this is where the desktop file will go -xdg_apps_DATA = knetworkmanager.desktop - -mydatadir = $(kde_datadir)/knetworkmanager -mydata_DATA = eventsrc - -servicetype_DATA = knetworkmanager_plugin.desktop knetworkmanager_vpnplugin.desktop -servicetypedir = $(kde_servicetypesdir) - -EXTRA_DIST = $(xdg_apps_DATA) $(mydata_DATA) $(servicetype_DATA) - diff --git a/knetworkmanager-0.9/src/dbus/CMakeLists.txt b/knetworkmanager-0.9/src/dbus/CMakeLists.txt deleted file mode 100644 index fa8d341..0000000 --- a/knetworkmanager-0.9/src/dbus/CMakeLists.txt +++ /dev/null @@ -1,88 +0,0 @@ -################################################# -# -# (C) 2010 Serghei Amelian -# serghei (DOT) amelian (AT) gmail.com -# -# Improvements and feedback are welcome -# -# This file is released under GPL >= 2 -# -################################################# - -include_directories( - ${CMAKE_CURRENT_BINARY_DIR} - ${TQT_INCLUDE_DIRS} - ${DBUS_TQT_INCLUDE_DIRS} -) - - -##### knm_dbus (static) ######################### - -set( INTROSPECTIONPATH "${CMAKE_SOURCE_DIR}/knetworkmanager-0.8/introspection" ) - -# options: -# p - generate proxy files -# i - generate interface files -# n - generate node files - -function( add_dbus_xml option basename classname namespace xmlfile ) - if( classname ) - set( classname -c ${classname} ) - endif( ) - add_custom_command( OUTPUT ${basename}.cpp ${basename}.h - COMMAND ${DBUSXML2QT3_EXECUTABLE} -${option} ${basename} ${classname} -N ${namespace} ${INTROSPECTIONPATH}/${xmlfile} 2>/dev/null - DEPENDS ${INTROSPECTIONPATH}/${xmlfile} ) -endfunction( ) - -add_dbus_xml( p networkmanagerproxy NetworkManagerProxy DBus nm-manager.xml ) -add_dbus_xml( p networkmanagervpnproxy NetworkManagerVPNProxy DBus nm-vpn-manager.xml ) -add_dbus_xml( p deviceproxy DeviceProxy DBus nm-device.xml ) -add_dbus_xml( p wirelessproxy WirelessDeviceProxy DBus nm-device-802-11-wireless.xml ) -add_dbus_xml( p wiredproxy WiredDeviceProxy DBus nm-device-802-3-ethernet.xml ) -add_dbus_xml( p gsmproxy GSMDeviceProxy DBus nm-device-gsm.xml ) -add_dbus_xml( p cdmaproxy CDMADeviceProxy DBus nm-device-cdma.xml ) -add_dbus_xml( p accesspointproxy AccessPointProxy DBus nm-access-point.xml ) -add_dbus_xml( p activeconnectionproxy ActiveConnectionProxy DBus nm-active-connection.xml ) -add_dbus_xml( p vpnconnectionproxy VPNConnectionProxy DBus nm-vpn-connection-only.xml ) -add_dbus_xml( p vpnpluginproxy VPNPluginProxy DBus nm-vpn-plugin.xml ) -add_dbus_xml( i networkmanagersettings SettingsInterface DBus nm-settings.xml ) -add_dbus_xml( i connection "" DBus nm-exported-connection.xml ) - -add_custom_command( OUTPUT connectionnode.cpp connectionnode.h introspectableinterface.cpp introspectableinterface.h - COMMAND ${DBUSXML2QT3_EXECUTABLE} -n connectionnode -c ConnectionNode -N DBus ${INTROSPECTIONPATH}/nm-exported-connection.xml 2>/dev/null - COMMAND sed s/\#include\\ \\"secrets.h\\"// connectionnode.cpp > connectionnode.cpp_tmp - COMMAND sed s/\#include\\ \\"introspectable.h\\"/\#include\\ \\"introspectableinterface.h\\"/ connectionnode.cpp_tmp > connectionnode.cpp - COMMAND rm -f connectionnode.cpp_tmp - DEPENDS ${INTROSPECTIONPATH}/nm-exported-connection.xml ) - - -# generate moc files - -set( MOCHEADERS accesspointproxy.h deviceproxy.h networkmanagerproxy.h networkmanagervpnproxy.h wiredproxy.h - wirelessproxy.h activeconnectionproxy.h vpnconnectionproxy.h vpnpluginproxy.h gsmproxy.h cdmaproxy.h ) - -foreach( _header_file ${MOCHEADERS} ) - get_filename_component( _basename "${_header_file}" NAME_WE ) - set( _moc_file ${_basename}.moc ) - list( APPEND _moc_files ${_moc_file} ) - add_custom_command( OUTPUT ${_moc_file} - COMMAND ${TMOC_EXECUTABLE} ${_header_file} -o ${_moc_file} - DEPENDS ${_header_file} ) -endforeach( ) - -add_custom_command( OUTPUT mocfiles.cpp - COMMAND cat ${_moc_files} > mocfiles.cpp - DEPENDS ${_moc_files} ) - - -# build the library - -tde_add_library( knm_dbus STATIC_PIC - SOURCES - networkmanagerproxy.cpp networkmanagervpnproxy.cpp - deviceproxy.cpp wiredproxy.cpp wirelessproxy.cpp - accesspointproxy.cpp networkmanagersettings.cpp - connection.cpp connectionnode.cpp introspectableinterface.cpp - mocfiles.cpp activeconnectionproxy.cpp vpnconnectionproxy.cpp - vpnpluginproxy.cpp gsmproxy.cpp cdmaproxy.cpp -) diff --git a/knetworkmanager-0.9/src/dbus/Makefile.am b/knetworkmanager-0.9/src/dbus/Makefile.am deleted file mode 100644 index 6383078..0000000 --- a/knetworkmanager-0.9/src/dbus/Makefile.am +++ /dev/null @@ -1,129 +0,0 @@ -INCLUDES = $(DBUS_TQT_CFLAGS) $(QT_INCLUDES) - -INTROSPECTIONPATH = $(srcdir)/../../introspection/ - -MOCHEADERS = accesspointproxy.h deviceproxy.h networkmanagerproxy.h networkmanagervpnproxy.h \ - wiredproxy.h wirelessproxy.h activeconnectionproxy.h vpnconnectionproxy.h vpnpluginproxy.h gsmproxy.h cdmaproxy.h -#ip4configproxy.h - -MOCSUBS = accesspointproxy.moc deviceproxy.moc networkmanagerproxy.moc networkmanagervpnproxy.moc \ - wiredproxy.moc wirelessproxy.moc activeconnectionproxy.moc vpnconnectionproxy.moc vpnpluginproxy.moc gsmproxy.moc cdmaproxy.moc -#ip4configproxy.moc - -DBUSPROXY = networkmanagerproxy.cpp \ - networkmanagervpnproxy.cpp \ - deviceproxy.cpp \ - wiredproxy.cpp \ - wirelessproxy.cpp \ - accesspointproxy.cpp \ - networkmanagersettings.cpp \ - connection.cpp \ - connectionnode.cpp \ - introspectableinterface.cpp \ - mocfiles.cpp \ - activeconnectionproxy.cpp \ - vpnconnectionproxy.cpp \ - vpnpluginproxy.cpp \ - gsmproxy.cpp \ - cdmaproxy.cpp -# ip4configproxy.cpp - -DBUSPROXYHEADERS = networkmanagerproxy.h \ - networkmanagervpnproxy.h \ - deviceproxy.h \ - wiredproxy.h \ - wirelessproxy.h \ - accesspointproxy.h \ - networkmanagersettings.h \ - connection.h \ - connectionnode.h \ - introspectableinterface.h \ - activeconnectionproxy.h \ - vpnconnectionproxy.h \ - vpnpluginproxy.h \ - gsmproxy.h \ - cdmaproxy.h -# ip4configproxy.h - -noinst_HEADERS = accesspointproxy.h \ -connection.h \ -connectionnode.h \ -deviceproxy.h \ -introspectableinterface.h \ -networkmanagerproxy.h \ -networkmanagervpnproxy.h \ -networkmanagersettings.h \ -wiredproxy.h \ -wirelessproxy.h \ -activeconnectionproxy.h \ -vpnconnectionproxy.h \ -vpnpluginproxy.h \ -gsmproxy.h \ -cdmaproxy.h -#ip4configproxy.h - -noinst_LTLIBRARIES = libknm_dbus.la -libknm_dbus_la_SOURCES = $(DBUSPROXY) - -CLEANFILES = $(DBUSPROXY) $(DBUSPROXYHEADERS) $(MOCSUBS) - -.h.moc: - $(TQTMOC) $< -o $@ - -mocfiles.cpp: $(MOCSUBS) - cat $(MOCSUBS) > mocfiles.cpp - -networkmanagerproxy.cpp networkmanagerproxy.h: - $(DBUSXML2QT3) -p networkmanagerproxy -c NetworkManagerProxy -N DBus $(INTROSPECTIONPATH)nm-manager.xml - -networkmanagervpnproxy.cpp networkmanagervpnproxy.h: - $(DBUSXML2QT3) -p networkmanagervpnproxy -c NetworkManagerVPNProxy -N DBus $(INTROSPECTIONPATH)nm-vpn-manager.xml - -deviceproxy.cpp deviceproxy.h: - $(DBUSXML2QT3) -p deviceproxy -c DeviceProxy -N DBus $(INTROSPECTIONPATH)nm-device.xml - -wirelessproxy.cpp wirelessproxy.h: - $(DBUSXML2QT3) -p wirelessproxy -c WirelessDeviceProxy -N DBus $(INTROSPECTIONPATH)nm-device-802-11-wireless.xml - -wiredproxy.cpp wiredproxy.h: - $(DBUSXML2QT3) -p wiredproxy -c WiredDeviceProxy -N DBus $(INTROSPECTIONPATH)nm-device-802-3-ethernet.xml - -gsmproxy.cpp gsmproxy.h: - $(DBUSXML2QT3) -p gsmproxy -c GSMDeviceProxy -N DBus $(INTROSPECTIONPATH)nm-device-gsm.xml - -cdmaproxy.cpp cdmaproxy.h: - $(DBUSXML2QT3) -p cdmaproxy -c CDMADeviceProxy -N DBus $(INTROSPECTIONPATH)nm-device-cdma.xml - -#ip4configproxy.cpp ip4configproxy.h: -# $(DBUSXML2QT3) -p ip4configproxy -c IP4ConfigProxy -N DBus $(INTROSPECTIONPATH)nm-ip4-config.xml - -accesspointproxy.cpp accesspointproxy.h: - $(DBUSXML2QT3) -p accesspointproxy -c AccessPointProxy -N DBus $(INTROSPECTIONPATH)nm-access-point.xml - -activeconnectionproxy.cpp activeconnectionproxy.h: - $(DBUSXML2QT3) -p activeconnectionproxy -c ActiveConnectionProxy -N DBus $(INTROSPECTIONPATH)nm-active-connection.xml - -#vpnconnectionproxy.cpp vpnconnectionproxy.h: -# $(DBUSXML2QT3) -p vpnconnectionproxy -c VPNConnectionProxy -N DBus $(INTROSPECTIONPATH)nm-vpn-connection.xml - -#vpnconnectionproxy.cpp vpnconnectionproxy.h: -# $(DBUSXML2QT3) -p vpnconnectionproxy -N DBus $(INTROSPECTIONPATH)nm-vpn-connection.xml - -vpnconnectionproxy.cpp vpnconnectionproxy.h: - $(DBUSXML2QT3) -p vpnconnectionproxy -c VPNConnectionProxy -N DBus $(INTROSPECTIONPATH)nm-vpn-connection-only.xml - -vpnpluginproxy.cpp vpnpluginproxy.h: - $(DBUSXML2QT3) -p vpnpluginproxy -c VPNPluginProxy -N DBus $(INTROSPECTIONPATH)nm-vpn-plugin.xml - -networkmanagersettings.cpp networkmanagersettings.h: - $(DBUSXML2QT3) -i networkmanagersettings -c SettingsInterface -N DBus $(INTROSPECTIONPATH)nm-settings.xml - -connection.cpp connection.h: - $(DBUSXML2QT3) -i connection -N DBus $(INTROSPECTIONPATH)nm-exported-connection.xml - -connectionnode.cpp connectionnode.h introspectableinterface.cpp introspectableinterface.h: - $(DBUSXML2QT3) -n connectionnode -c ConnectionNode -N DBus $(INTROSPECTIONPATH)nm-exported-connection.xml - sed s/#include\ \"secrets.h\"// connectionnode.cpp > connectionnode.cpp_tmp - sed s/#include\ \"introspectable.h\"/#include\ \"introspectableinterface.h\"/ connectionnode.cpp_tmp > connectionnode.cpp - rm -f connectionnode.cpp_tmp - diff --git a/knetworkmanager-0.9/vpn-plugins/Makefile.am b/knetworkmanager-0.9/vpn-plugins/Makefile.am deleted file mode 100644 index 6349be1..0000000 --- a/knetworkmanager-0.9/vpn-plugins/Makefile.am +++ /dev/null @@ -1,17 +0,0 @@ -SUBDIRS= - -if WITH_OPENVPN -SUBDIRS += openvpn -endif - -if WITH_VPNC -SUBDIRS += vpnc -endif - -if WITH_STRONGSWAN -SUBDIRS += strongswan -endif - -if WITH_PPTP -SUBDIRS += pptp -endif diff --git a/knetworkmanager-0.9/vpn-plugins/openvpn/Makefile.am b/knetworkmanager-0.9/vpn-plugins/openvpn/Makefile.am deleted file mode 100644 index 81ae93b..0000000 --- a/knetworkmanager-0.9/vpn-plugins/openvpn/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = src - -service_DATA = knetworkmanager_openvpn.desktop -servicedir = $(kde_servicesdir) - diff --git a/knetworkmanager-0.9/vpn-plugins/openvpn/configure.in.in b/knetworkmanager-0.9/vpn-plugins/openvpn/configure.in.in deleted file mode 100644 index 00b2409..0000000 --- a/knetworkmanager-0.9/vpn-plugins/openvpn/configure.in.in +++ /dev/null @@ -1,14 +0,0 @@ -KNETWORKMANAGER_OPENVPN_VERSION=0.1 -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_OPENVPN_VERSION, $KNETWORKMANAGER_OPENVPN_VERSION, [KNetworkManager OpenVPN Plugin Version]) -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_OPENVPN_VERSION_STRING, "$KNETWORKMANAGER_OPENVPN_VERSION", [KNetworkManager OpenVPN Plugin Version String]) - -PKG_CHECK_MODULES(DBUS_TQT, [dbus-1-tqt >= 0.8.1], [], [ - AC_MSG_RESULT([no]) - AC_MSG_ERROR([TQT dbus bindings missing]) -]) - -OPENVPN_CFLAGS="$DBUS_TQT_CFLAGS" -OPENVPN_LIBS="$DBUS_TQT_LIBS" - -AC_SUBST(OPENVPN_CFLAGS) -AC_SUBST(OPENVPN_LIBS) diff --git a/knetworkmanager-0.9/vpn-plugins/openvpn/src/Makefile.am b/knetworkmanager-0.9/vpn-plugins/openvpn/src/Makefile.am deleted file mode 100644 index ddd52d1..0000000 --- a/knetworkmanager-0.9/vpn-plugins/openvpn/src/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = $(KNETWORKMANAGER_CFLAGS) $(OPENVPN_CFLAGS) $(all_includes) - -METASOURCES = AUTO - -kde_module_LTLIBRARIES = knetworkmanager_openvpn.la -knetworkmanager_openvpn_la_SOURCES = knetworkmanager-openvpn.cpp \ - openvpnprop.ui \ - openvpnauth.ui -noinst_HEADERS = knetworkmanager-openvpn.h -knetworkmanager_openvpn_la_LDFLAGS = -module $(all_libraries) -knetworkmanager_openvpn_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) - diff --git a/knetworkmanager-0.9/vpn-plugins/pptp/Makefile.am b/knetworkmanager-0.9/vpn-plugins/pptp/Makefile.am deleted file mode 100644 index 1a0ed41..0000000 --- a/knetworkmanager-0.9/vpn-plugins/pptp/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = src - -service_DATA = knetworkmanager_pptp.desktop -servicedir = $(kde_servicesdir) - diff --git a/knetworkmanager-0.9/vpn-plugins/pptp/configure.in.in b/knetworkmanager-0.9/vpn-plugins/pptp/configure.in.in deleted file mode 100644 index bb2a866..0000000 --- a/knetworkmanager-0.9/vpn-plugins/pptp/configure.in.in +++ /dev/null @@ -1,5 +0,0 @@ -KNETWORKMANAGER_PPTP_VERSION=0.1 -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_PPTP_VERSION, $KNETWORKMANAGER_PPTP_VERSION, [KNetworkManager PPTP Plugin Version]) -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_PPTP_VERSION_STRING, "$KNETWORKMANAGER_PPTP_VERSION", [KNetworkManager PPTP Plugin Version String]) - - diff --git a/knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am b/knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am deleted file mode 100644 index b22a9e9..0000000 --- a/knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = $(KNETWORKMANAGER_CFLAGS) $(PACKAGE_CFLAGS) $(all_includes) - -METASOURCES = AUTO - -kde_module_LTLIBRARIES = knetworkmanager_pptp.la -knetworkmanager_pptp_la_SOURCES = knetworkmanager-pptp.cpp \ - pptpprop.ui \ - pptpauth.ui -noinst_HEADERS = knetworkmanager-pptp.h -knetworkmanager_pptp_la_LDFLAGS = -module $(all_libraries) -knetworkmanager_pptp_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) - diff --git a/knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am.automake b/knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am.automake deleted file mode 100644 index d777841..0000000 --- a/knetworkmanager-0.9/vpn-plugins/pptp/src/Makefile.am.automake +++ /dev/null @@ -1,34 +0,0 @@ -INCLUDES = $(PACKAGE_CFLAGS) $(all_includes) - -# rule for creating tqmoc files -%.tqmoc.cpp: %.h - $(TQMOC) -o $@ $< - -# rules for creating .h and .cpp from .ui -%.cpp: %.ui %.h - $(UIC) -tr tr2i18n -pch klocale.h -o $@ -impl $*.h $< - -%.h: %.ui - $(UIC) -o $@ $< - -all_TQMOC = knetworkmanager-vpnc.tqmoc.cpp \ - vpncauth.tqmoc.cpp \ - vpncprop.tqmoc.cpp - -all_METASOURCES = vpncauth.cpp \ - vpncprop.cpp - -all_IMPLEMENTATIONS = knetworkmanager-vpnc.cpp - -kde_module_LTLIBRARIES = knetworkmanager_vpnc.la -knetworkmanager_vpnc_la_SOURCES = $(all_METASOURCES) $(all_TQMOC) $(all_IMPLEMENTATIONS) -noinst_HEADERS = knetworkmanager-vpnc.h -knetworkmanager_vpnc_la_LDFLAGS = -module $(all_libraries) $(KDE_PLUGIN) -knetworkmanager_vpnc_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) - -service_DATA = knetworkmanager_vpnc.desktop -servicedir = $(kde_servicesdir) - -CLEANFILES = $(all_TQMOC) $(all_METASOURCES) - - diff --git a/knetworkmanager-0.9/vpn-plugins/strongswan/Makefile.am b/knetworkmanager-0.9/vpn-plugins/strongswan/Makefile.am deleted file mode 100644 index b47b9cb..0000000 --- a/knetworkmanager-0.9/vpn-plugins/strongswan/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = src - -service_DATA = knetworkmanager_strongswan.desktop -servicedir = $(kde_servicesdir) - diff --git a/knetworkmanager-0.9/vpn-plugins/strongswan/configure.in.in b/knetworkmanager-0.9/vpn-plugins/strongswan/configure.in.in deleted file mode 100644 index 3591671..0000000 --- a/knetworkmanager-0.9/vpn-plugins/strongswan/configure.in.in +++ /dev/null @@ -1,14 +0,0 @@ -KNETWORKMANAGER_STRONGSWAN_VERSION=0.1 -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_STRONGSWAN_VERSION, $KNETWORKMANAGER_STRONGSWAN_VERSION, [KNetworkManager StrongSwan Plugin Version]) -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_STRONGSWAN_VERSION_STRING, "$KNETWORKMANAGER_STRONGSWAN_VERSION", [KNetworkManager StrongSwan Plugin Version String]) - -PKG_CHECK_MODULES(DBUS_TQT, [dbus-1-tqt >= 0.8.1], [], [ - AC_MSG_RESULT([no]) - AC_MSG_ERROR([TQT dbus bindings missing]) -]) - -STRONGSWAN_CFLAGS="$DBUS_TQT_CFLAGS" -STRONGSWAN_LIBS="$DBUS_TQT_LIBS" - -AC_SUBST(STRONGSWAN_CFLAGS) -AC_SUBST(STRONGSWAN_LIBS) diff --git a/knetworkmanager-0.9/vpn-plugins/strongswan/src/Makefile.am b/knetworkmanager-0.9/vpn-plugins/strongswan/src/Makefile.am deleted file mode 100644 index c263de8..0000000 --- a/knetworkmanager-0.9/vpn-plugins/strongswan/src/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = $(PACKAGE_CFLAGS) $(KNETWORKMANAGER_CFLAGS) $(SSWAN_FLAGS) $(all_includes) - -METASOURCES = AUTO - -kde_module_LTLIBRARIES = knetworkmanager_strongswan.la -knetworkmanager_strongswan_la_SOURCES = knetworkmanager-strongswan.cpp \ - strongswanprop.ui \ - strongswanauth.ui -noinst_HEADERS = knetworkmanager-strongswan.h -knetworkmanager_strongswan_la_LDFLAGS = -module $(all_libraries) -knetworkmanager_strongswan_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) - diff --git a/knetworkmanager-0.9/vpn-plugins/vpnc/Makefile.am b/knetworkmanager-0.9/vpn-plugins/vpnc/Makefile.am deleted file mode 100644 index 008e246..0000000 --- a/knetworkmanager-0.9/vpn-plugins/vpnc/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -SUBDIRS = src - -service_DATA = knetworkmanager_vpnc.desktop -servicedir = $(kde_servicesdir) - diff --git a/knetworkmanager-0.9/vpn-plugins/vpnc/configure.in.in b/knetworkmanager-0.9/vpn-plugins/vpnc/configure.in.in deleted file mode 100644 index 7deec5d..0000000 --- a/knetworkmanager-0.9/vpn-plugins/vpnc/configure.in.in +++ /dev/null @@ -1,14 +0,0 @@ -KNETWORKMANAGER_VPNC_VERSION=0.1 -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_VPNC_VERSION, $KNETWORKMANAGER_VPNC_VERSION, [KNetworkManager VPNC Plugin Version]) -AC_DEFINE_UNQUOTED(KNETWORKMANAGER_VPNC_VERSION_STRING, "$KNETWORKMANAGER_VPNC_VERSION", [KNetworkManager VPNC Plugin Version String]) - -PKG_CHECK_MODULES(DBUS_TQT, [dbus-1-tqt >= 0.8.1], [], [ - AC_MSG_RESULT([no]) - AC_MSG_ERROR([TQT dbus bindings missing]) -]) - -VPNC_CFLAGS="$DBUS_TQT_CFLAGS" -VPNC_LIBS="$DBUS_TQT_LIBS" - -AC_SUBST(VPNC_CFLAGS) -AC_SUBST(VPNC_LIBS) diff --git a/knetworkmanager-0.9/vpn-plugins/vpnc/src/Makefile.am b/knetworkmanager-0.9/vpn-plugins/vpnc/src/Makefile.am deleted file mode 100644 index 8cedd56..0000000 --- a/knetworkmanager-0.9/vpn-plugins/vpnc/src/Makefile.am +++ /dev/null @@ -1,12 +0,0 @@ -INCLUDES = $(KNETWORKMANAGER_CFLAGS) $(VPNC_CFLAGS) $(all_includes) - -METASOURCES = AUTO - -kde_module_LTLIBRARIES = knetworkmanager_vpnc.la -knetworkmanager_vpnc_la_SOURCES = knetworkmanager-vpnc.cpp \ - vpncprop.ui \ - vpncauth.ui -noinst_HEADERS = knetworkmanager-vpnc.h -knetworkmanager_vpnc_la_LDFLAGS = -module $(all_libraries) -knetworkmanager_vpnc_la_LIBADD = $(LIB_TDEUI) $(LIB_TDECORE) $(LIB_QT) -