summaryrefslogtreecommitdiffstats
path: root/knetworkmanager-0.8/ChangeLog
blob: e41d74501074ff51e267537dfbf6800ab4252175 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
2007-06-13 12:36  Helmut Schaa <hschaa@suse.de>

	* configure.in.in: Add check for LEAP related functions

2007-06-13 12:34  Helmut Schaa <hschaa@suse.de>

	* 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 <hschaa@suse.de>

	* src/cryptowidget.ui, src/knetworkmanager-dialogfab.cpp,
	  src/knetworkmanager-encryption.cpp,
	  src/knetworkmanager-encryption.h: Add LEAP support (patch by
	  Stefan Skotte <sfs@enhance-it.dk>)

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 <hschaa@suse.de>

	* vpn-plugins/vpnc/src/knetworkmanager-vpnc.cpp: Fix password order

2007-06-06 12:50  Helmut Schaa <hschaa@suse.de>

	* 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 <hschaa@suse.de>

	* 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 <kostko@unimatrix-one.org>)

2007-06-04 13:49  Helmut Schaa <hschaa@suse.de>

	* 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 <hschaa@suse.de>

	* : Show VPN connections only if accepted by NetworkManager

2007-05-21 12:02  Helmut Schaa <hschaa@suse.de>

	* : Fix build for builddir != srcdir (patch from Michael Biebl
	  <biebl@teco.edu>)

2007-05-16 09:19  Helmut Schaa <hschaa@suse.de>

	* : Remove debug output

2007-05-14 13:57  Helmut Schaa <hschaa@suse.de>

	* : Clean up libnl related headers

2007-05-14 11:28  Helmut Schaa <hschaa@suse.de>

	* : increase version to 0.2

2007-05-11 11:14  Helmut Schaa <hschaa@suse.de>

	* : move signal and slot handling to knetworkmanager-nminfo.cpp

2007-05-11 11:12  Helmut Schaa <hschaa@suse.de>

	* : Get rid of the "keyStored" flag. Use asynchronous approach for
	  key
	  restoration.

2007-05-11 11:12  Helmut Schaa <hschaa@suse.de>

	* : Restore keys using the asynchronous approach. Get rid of the
	  "keyStored"
	  flag.

2007-05-11 11:10  Helmut Schaa <hschaa@suse.de>

	* : Add new class PassphraseRequest to allow handling of multiple
	  requests
	  as needed for asynchronous TDEWallet access.

2007-05-11 11:09  Helmut Schaa <hschaa@suse.de>

	* : While KNM waits for a key do not show any active options in the
	  contextMenu, only "cancel".

2007-05-11 11:08  Helmut Schaa <hschaa@suse.de>

	* : Added methods for setting and getting whether KNM waits for a
	  key from
	  TDEWallet. Make the State class a singelton.

2007-05-11 11:06  Helmut Schaa <hschaa@suse.de>

	* : Add new class CredentialsRequest which uses the asynchonous
	  interface to
	  TDEWallet.

2007-05-11 11:05  Helmut Schaa <hschaa@suse.de>

	* : Use the getInstance method to create a singelton "State" object
	  instead
	  of new.

2007-05-11 11:03  Helmut Schaa <hschaa@suse.de>

	* : Allow multiple key requests (as needed for asynchronous TDEWallet
	  access)

2007-05-11 11:02  Helmut Schaa <hschaa@suse.de>

	* : Use the asynchonous interface to TDEWallet

2007-05-07 12:57  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : Set X-DCOP-ServiceType=Unique refering to the
	  KUniqueApplication class reference

2007-04-10 13:53  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : Show wpa-eap and wpa-psk according to the networks capabilities

2007-04-04 12:17  Helmut Schaa <hschaa@suse.de>

	* : Fix TDEWallet access when using wpa-eap

2007-04-04 11:15  Helmut Schaa <hschaa@suse.de>

	* : - 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 <hschaa@suse.de>

	* : Fix whitespaces

2007-04-02 14:19  Helmut Schaa <hschaa@suse.de>

	* : - New dialog which centralises all configuration options
	  - Allow to store keys unencrypted in configfile instead of
	  TDEWallet
	  - Option to change autostart behaviour (based on a patch from
	  Michael Biebl <biebl@teco.edu>)

2007-04-01 06:11  scripty

	* : SVN_SILENT made messages (.desktop file)

2007-03-26 14:26  Helmut Schaa <hschaa@suse.de>

	* : Disable unused fields when setting up a WPA EAP connection

2007-03-26 13:28  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : Include moc files

2007-02-21 10:07  Helmut Schaa <hschaa@suse.de>

	* : Fix some issues causing compiler warnings

2007-02-21 09:56  Helmut Schaa <hschaa@suse.de>

	* : Remove unneeded includes, move includes to sourcefile where
	  applicable.

2007-02-21 09:19  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : Do not calculate rx and tx rates when getting interface
	  statistics the
	  first time

2007-02-20 11:19  Helmut Schaa <hschaa@suse.de>

	* : Use KActiveLabel instead of QLabel in ConnectionInfoWidget to
	  allow
	  selecting and copying values.

2007-02-20 10:33  Helmut Schaa <hschaa@suse.de>

	* : Clean up connectioninfo dialog when no device is active

2007-02-20 10:11  Helmut Schaa <hschaa@suse.de>

	* : Calculate sizeHint for ConnectionInfoWidget to avoid scrolling
	  in the
	  tabbar

2007-02-20 09:12  Helmut Schaa <hschaa@suse.de>

	* : Leftclick on the tray icon opens the connectioninfo dialog
	  instead of
	  the context menu.

2007-02-19 16:23  Helmut Schaa <hschaa@suse.de>

	* : Use VPN service name from plugininfo when available

2007-02-19 10:55  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : Show Rx and Tx rates in connectioninfo dialog.

2007-02-13 10:12  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : Fix tooltip for device

2007-02-06 09:46  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : Fix crash when closing knetworkmanager and no VPN service is
	  available

2007-01-25 10:37  Helmut Schaa <hschaa@suse.de>

	* : Fix moving networks from untrusted group to trusted group

2007-01-24 15:04  Helmut Schaa <hschaa@suse.de>

	* : Do cancel if the appropriate button is pressed in the external
	  gtk
	  authentication helper

2007-01-24 09:52  Helmut Schaa <hschaa@suse.de>

	* : add icon for dialup menu entry

2007-01-24 08:11  Helmut Schaa <hschaa@suse.de>

	* : Fix a few memory leaks and initialize member variables

2007-01-23 14:27  Helmut Schaa <hschaa@suse.de>

	* : Fixed menu caption a second time (Timo is a nitpicker)

2007-01-23 14:11  Helmut Schaa <hschaa@suse.de>

	* : Fixed menu title "Show Connection Info..."

2007-01-23 13:56  Helmut Schaa <hschaa@suse.de>

	* : 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 <hschaa@suse.de>

	* : fixed my e-mail address over again

2007-01-11 13:56  Helmut Schaa <hschaa@suse.de>

	* : Fixed my e-mail address

2007-01-09 13:36  Helmut Schaa <hschaa@suse.de>

	* : - show error message when connecting to a network fails
	  - show nice icons in activation stage dialog

2007-01-09 11:27  Timo Hoenig <thoenig@suse.de>

	* : Use dbus_bool_t rather than bool (b.n.c #227406)

2007-01-09 11:25  Timo Hoenig <thoenig@suse.de>

	* : Disable session management (patch by Lubos Lunak
	  <l.lunak@kde.org>, 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 <hschaa@suse.de>

	* : use TDEProcess instead of KShellProcess which is deprecated

2006-12-13 15:24  Helmut Schaa <hschaa@suse.de>

	* : build vpn plugins if the appropriate service is installed

2006-12-13 15:23  Helmut Schaa <hschaa@suse.de>

	* : add Makefile.am for builing the plugins

2006-12-13 15:23  Helmut Schaa <hschaa@suse.de>

	* : add pptp plugin

2006-12-13 15:22  Helmut Schaa <hschaa@suse.de>

	* : add vpnc plugin

2006-12-13 15:22  Helmut Schaa <hschaa@suse.de>

	* : add openvpn plugin

2006-12-13 15:22  Helmut Schaa <hschaa@suse.de>

	* : new subdir for the VPN plugins

2006-12-13 15:20  Helmut Schaa <hschaa@suse.de>

	* : Add all new files to the Makefile

2006-12-13 15:20  Helmut Schaa <hschaa@suse.de>

	* : make use of the new vpn connection managment

2006-12-13 15:18  Helmut Schaa <hschaa@suse.de>

	* : integrate the pluginmanager

2006-12-13 15:16  Helmut Schaa <hschaa@suse.de>

	* : -add missing headers
	  -fix compiler warnings

2006-12-13 15:15  Helmut Schaa <hschaa@suse.de>

	* : use VPN service identifier instead of VPN service name

2006-12-13 15:14  Helmut Schaa <hschaa@suse.de>

	* : Add function for setting failed signals for VPN connections

2006-12-13 15:13  Helmut Schaa <hschaa@suse.de>

	* : Add function for setting failed signals for VPN connections

2006-12-13 15:12  Helmut Schaa <hschaa@suse.de>

	* : Dispatch signals indicating VPN connection failure

2006-12-13 15:11  Helmut Schaa <hschaa@suse.de>

	* : -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 <hschaa@suse.de>

	* : Add storage management for vpn connections
	  Check for the existence of keys before accessing them in TDEWallet

2006-12-13 15:05  Helmut Schaa <hschaa@suse.de>

	* : Add dialogs for managing VPN connections

2006-12-13 15:02  Helmut Schaa <hschaa@suse.de>

	* : Add Authentication dialog for VPN connections

2006-12-13 15:01  Helmut Schaa <hschaa@suse.de>

	* : Add definitions for the VPN plugin interface

2006-12-13 15:00  Helmut Schaa <hschaa@suse.de>

	* : Add ui files for use with the new vpn plugin management

2006-12-13 14:57  Helmut Schaa <hschaa@suse.de>

	* : add knetworkmanager_plugin.desktop which provides info on how
	  plugins have to look like

2006-12-13 14:51  Helmut Schaa <hschaa@suse.de>

	* : 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 <thoenig@suse.de>

	* : Add Helmut Schaa to the list of authors

2006-11-21 16:21  Timo Hoenig <thoenig@suse.de>

	* : add new ui file errormsg.ui

2006-11-21 16:04  Timo Hoenig <thoenig@suse.de>

	* : Add Helmut Schaa <hschaa@suse.de> to the list of authors

2006-11-21 16:02  Timo Hoenig <thoenig@suse.de>

	* : Respect UTF-8 for VPN connection properties, patch by Helmut
	  Schaa

2006-11-21 15:59  Timo Hoenig <thoenig@suse.de>

	* : Show overlay image (lock) for active VPN connections in the
	  tray, patch by Helmut Schaa

2006-11-21 15:26  Timo Hoenig <thoenig@suse.de>

	* : 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 <thoenig@suse.de>

	* : Don't call deserialize on encryption object to avoid warnings
	  of libnm-util

2006-11-01 17:40  Timo Hoenig <thoenig@suse.de>

	* : feed TDEProcess 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 <thoenig@suse.de>

	* : Revert r586726: We need removed network objects until we
	  persist the data.

2006-09-25 06:56  Timo Hoenig <thoenig@suse.de>

	* : Ignore signal from NetworkManager if its state did not change
	  (b.n.c #165275)

2006-09-24 18:42  Timo Hoenig <thoenig@suse.de>

	* : Notify NetworkManager about user interaction in order to
	  temporarily decrease the scan interval for wireless networks.

2006-09-23 07:36  Timo Hoenig <thoenig@suse.de>

	* : Add some news.

2006-09-22 17:50  Timo Hoenig <thoenig@suse.de>

	* : Don't add a separator if dial up is not supported (Patch by
	  Valentine Sinitsyn)

2006-09-22 13:29  Timo Hoenig <thoenig@suse.de>

	* : Fix version string for about dialog.

2006-09-21 16:32  Timo Hoenig <thoenig@suse.de>

	* : Refuse to show 'Configure Dial-Up Connections' if no
	  configuration tool is available.

2006-09-21 16:31  Timo Hoenig <thoenig@suse.de>

	* : Add distribution detection to ease distribution specific code
	  within NetworkManager, cleanups

2006-09-21 13:23  Timo Hoenig <thoenig@suse.de>

	* : 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 <thoenig@suse.de>

	* : Remove obsolete comments.

2006-09-21 09:11  Timo Hoenig <thoenig@suse.de>

	* : Remove networkstatus hack.

2006-09-20 15:13  Timo Hoenig <thoenig@suse.de>

	* : Persist networks stored with the old scheme on first start

2006-09-20 13:28  Timo Hoenig <thoenig@suse.de>

	* : Add Valentine Sinitsyn <e_val@inbox.ru> to the list of authors

2006-09-20 13:27  Timo Hoenig <thoenig@suse.de>

	* : Update

2006-09-20 13:27  Timo Hoenig <thoenig@suse.de>

	* : Update

2006-09-20 13:27  Timo Hoenig <thoenig@suse.de>

	* :

2006-09-20 13:26  Timo Hoenig <thoenig@suse.de>

	* : Enhance acquirePassphrase (). Patch by Valentine Sinitsyn
	  <e_val@inbox.ru>

2006-09-20 13:26  Timo Hoenig <thoenig@suse.de>

	* : Add hint why keyStored is set to true

2006-09-20 13:24  Timo Hoenig <thoenig@suse.de>

	* : Make sure that updating KNetworkManager does not require the
	  user to enter all networks and passphrases again

2006-09-20 13:23  Timo Hoenig <thoenig@suse.de>

	* : Make sure that updating KNetworkManager does not require the
	  user to enter all networks and passphrases again

2006-09-20 13:22  Timo Hoenig <thoenig@suse.de>

	* : Remove FIXME, add TODO

2006-09-20 13:21  Timo Hoenig <thoenig@suse.de>

	* : Update error message, add new Device if not prestent in
	  DeviceStore

2006-09-20 13:19  Timo Hoenig <thoenig@suse.de>

	* : Keep networks in sync. Patch by Valentine Sinitsyn
	  <e_val@inbox.ru>

2006-09-20 13:18  Timo Hoenig <thoenig@suse.de>

	* : Don't leak. Patch by Valentine Sinitsyn <e_val@inbox.ru>

2006-09-20 13:17  Timo Hoenig <thoenig@suse.de>

	* : add TODO

2006-09-20 13:13  Timo Hoenig <thoenig@suse.de>

	* : The DeviceStore is not used in this function

2006-09-20 13:12  Timo Hoenig <thoenig@suse.de>

	* : Keep network objects synced. Patch by Valentine Sinitsyn
	  <e_val@inbox.ru>

2006-09-20 13:09  Timo Hoenig <thoenig@suse.de>

	* : Avoid flickering of the tray icon. Patch by Valentine Sinitsyn
	  <e_val@inbox.ru>

2006-09-20 13:05  Timo Hoenig <thoenig@suse.de>

	* : add define for KNetworkManager version to configure.in.in

2006-09-20 13:02  Timo Hoenig <thoenig@suse.de>

	* : write version tag to config, remove dummy strings

2006-09-19 07:32  Timo Hoenig <thoenig@suse.de>

	* : 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 <thoenig@suse.de>

	* : Add Valentine Sinitsyn to the list of authors

2006-08-14 09:17  Timo Hoenig <thoenig@suse.de>

	* : keep network objects in sync with storage \(patch by Valentine
	  Sinitsyn\)

2006-08-14 09:16  Timo Hoenig <thoenig@suse.de>

	* : cleanup

2006-08-14 09:16  Timo Hoenig <thoenig@suse.de>

	* : improve TDEWallet integration and sync of network storage \(patch
	  by Valentine Sinitsyn\)

2006-08-14 09:15  Timo Hoenig <thoenig@suse.de>

	* : improve storage of networks \(patch by Valentine Sinitsyn\)

2006-08-14 09:13  Timo Hoenig <thoenig@suse.de>

	* : improve network storage \(patch by Valentine Sinitsyn\),
	  cleanup

2006-08-14 09:12  Timo Hoenig <thoenig@suse.de>

	* : improve storage of networks \(patch by Valentine Sinitsyn\)

2006-08-14 09:09  Timo Hoenig <thoenig@suse.de>

	* : keep network objects in sync with storage \(patch by Valentine
	  Sinitsyn\), cleanup

2006-08-14 09:08  Timo Hoenig <thoenig@suse.de>

	* : cleanup

2006-08-14 09:07  Timo Hoenig <thoenig@suse.de>

	* : improve AcquirePasswordDialog \(patch by Valentine Sinitsyn\),
	  cleanup

2006-08-14 09:06  Timo Hoenig <thoenig@suse.de>

	* : typo

2006-08-14 09:06  Timo Hoenig <thoenig@suse.de>

	* : cleanup

2006-08-14 09:05  Timo Hoenig <thoenig@suse.de>

	* : improve TDEWallet integration \(patch by Valentine Sinitsyn\)

2006-07-11 10:12  Timo Hoenig <thoenig@suse.de>

	* : 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 <thoenig@suse.de>

	* : improve system tray for active dial up connections

2006-06-28 12:14  Timo Hoenig <thoenig@suse.de>

	* : drop obsolete and inactive code

2006-06-28 12:09  Timo Hoenig <thoenig@suse.de>

	* : drop debug printf

2006-06-28 12:08  Timo Hoenig <thoenig@suse.de>

	* : drop absolute path to binary

2006-06-24 15:24  scripty

	* : SVN_SILENT made messages (.desktop file)

2006-06-12 15:37  Timo Hoenig <thoenig@suse.de>

	* : reflect status of dial-up connection in the system tray

2006-05-30 09:30  Timo Hoenig <thoenig@suse.de>

	* : 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 <wstephenson@suse.de>

	* : Show 22x22px tray icons

2006-05-22 11:35  Timo Hoenig <thoenig@suse.de>

	* : 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 <wstephenson@suse.de>

	* : The icons are now really 22 px wide

2006-05-08 14:05  Will Stephenson <wstephenson@suse.de>

	* : Disable notifications by default

2006-04-27 10:32  Timo Hoenig <thoenig@suse.de>

	* : Use setter functions when restoring wireless networks from
	  storage (b.n.c #166913)

2006-04-25 12:09  Timo Hoenig <thoenig@suse.de>

	* : Patch by Michael Biebl <biebl@teco.edu>: Add item "Configure
	  Notifications" to the options menu

2006-04-25 12:07  Timo Hoenig <thoenig@suse.de>

	* : Patch by Michael Biebl <biebl@teco.edu>: remove
	  $\(shelldesktop_DATA\) from EXTRA_DIST to provide compatiblity
	  with automake < 1.9

2006-04-25 11:45  Timo Hoenig <thoenig@suse.de>

	* : update artwork with icons from Jimmac <jimmac@ximian.com>,
	  remove unused icon

2006-04-24 12:47  Will Stephenson <wstephenson@suse.de>

	* : 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 <wstephenson@suse.de>

	* : Follow the XDG desktop file spec, patch courtesy of Michael
	  Biebl <mbiebl@gmail.com>
	  CCMAIL: mbiebl@gmail.com

2006-04-03 16:43  mueller

	* : make it compile

2006-04-03 15:34  Timo Hoenig <thoenig@suse.de>

	* : 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 <thoenig@suse.de>

	* : only show bandwidth if available, simplyfications

2006-04-03 13:27  Timo Hoenig <thoenig@suse.de>

	* : shortest is best

2006-04-03 13:22  Timo Hoenig <thoenig@suse.de>

	* : 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 <thoenig@suse.de>

	* : 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 <wstephenson@suse.de>

	* : Fix build with -DTQT_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 <thoenig@suse.de>

	* : 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 <thoenig@suse.de>

	* : update bugzilla URL

2006-03-29 14:56  Will Stephenson <wstephenson@suse.de>

	* : initial import of KNetworkManager to KDE SVN. You need
	  NetworkManager 0.6.2 to use this.

2006-03-29 13:29  Will Stephenson <wstephenson@suse.de>

	* : Make dir for knetworkmanager, using import in-place technique.