-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathChangeLog.pre-git
773 lines (493 loc) · 21.1 KB
/
ChangeLog.pre-git
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
2009-04-13 Jonh Wendell <[email protected]>
* configure.in: post-release bump version to 2.26.2
==================== 2.26.1 =======================
2009-03-20 Jonh Wendell <[email protected]>
* src/vinagre-bookmarks.[ch],
* src/vinagre-bookmarks-ui.c,
* data/vinagre.glade: Don't allow items name duplicated on bookmarks.
Closes #574134.
2009-03-16 Jonh Wendell <[email protected]>
* configure.in: post-release bump version to 2.26.1
==================== 2.26.0 =======================
2009-03-06 Jonh Wendell <[email protected]>
* data/vinagre.glade: Remove extra spacing from preferences window.
Closes #574135.
2009-03-02 Jonh Wendell <[email protected]>
* configure.in: post-release bump version to 2.26.0
==================== 2.25.92 =======================
2009-02-19 Jonh Wendell <[email protected]>
* src/vinagre-connection.c,
* src/vinagre-tab.c: Allow IPv6 address in command line as well in
the connection dialog. The address must be enclosed by square braces,
for instance: [::a:b:c:d]. This is the same syntax used by RealVNC.
Closes Ubuntu #290394. The command line help and man page should be
updated to reflect this, though.
2009-02-18 Jonh Wendell <[email protected]>
* data/vinagre.glade,
* src/vinagre-tab.c: Improved the authentication dialog.
2009-02-16 Jonh Wendell <[email protected]>
* configure.in: post-release bump version to 2.25.92
==================== 2.25.91 =======================
2009-02-13 Jonh Wendell <[email protected]>
* src/vinagre-tab.c (vinagre_tab_take_screenshot): Presents an error
message if capture of screenshot fails.
2009-02-02 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.25.91
==================== 2.25.90 ======================
2009-01-30 Jonh Wendell <[email protected]>
* configure.ac: Handle correctly --enable-avahi, Closes #569878.
2009-01-22 Jonh Wendell <[email protected]>
* src/vinagre-applet.c: Rewrite of the applet, now using GObject.
Also, fix the icon on transparent panels, closes #568674.
2009-01-21 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.25.90
==================== 2.25.5 ======================
2009-01-12 Kjartan Maraas <[email protected]>
* data/vinagre.glade: Don't translate widget
labels.
2009-01-05 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.25.5
==================== 2.25.4 ======================
2008-12-15 Jonh Wendell <[email protected]>
* configure.ac: Depends on gtk-vnc 0.3.8
* src/vinagre-tab.c: Let scaling work on composited screens.
2008-12-15 Jonh Wendell <[email protected]>
* src/vinagre-tab.c: Added minimize button to toolbar in fullscreen
mode, closes #558596.
* data/icons/hicolor_status_*view-minimize.png: New icons, by
Vinicius Depizzol.
2008-12-15 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.25.4
==================== 2.25.3 ======================
2008-12-12 Jonh Wendell <[email protected]>
* src/vinagre-applet.c: Make applet use new bookmarks structure.
2008-12-11 Jonh Wendell <[email protected]>
* data/vinagre.1: New manual page, by Emilio Pozuelo Monfort and
Halton Huo.
2008-12-11 Jonh Wendell <[email protected]>
* src/vinagre-main.c: Make 'vinagre --help' fully localized, by
calling setlocale(). Patch by Takao Fujiwara. Closes #562526.
2008-12-11 Jonh Wendell <[email protected]>
* lots of files: Some adjusts in GObject destructors. Also removed
some deprecated gtk+ symbols, closes #563462.
2008-12-11 Jonh Wendell <[email protected]>
* lots of files: Folders in bookmarks, closes #549649.
Sorting entries alphabetically, closes #550596.
2008-11-16 Jonh Wendell <[email protected]>
* lots of files: Drag and drop ability: Bookmark can be added by dragging
and dropping an tab into it. Closes #536896.
2008-11-14 Jonh Wendell <[email protected]>
* lots of files: Added an initial preferences dialog.
2008-11-14 Jonh Wendell <[email protected]>
* lots of files: Show a secondary text in all error dialogs.
2008-11-14 Jonh Wendell <[email protected]>
* src/vinagre-connection.[ch],
* src/vinagre-tab.c: Better parse a .vnc file. Closes #559525.
2008-11-13 Jonh Wendell <[email protected]>
* src/vinagre-connection.[ch],
* src/vinagre-tab.c,
* data/vinagre.glade: Allow the username in the authentication schema.
If an username is required to connect to a host, we ask it in the
auth dialog, as long as the password. Closes #559526.
2008-11-11 Jonh Wendell <[email protected]>
* src/vinagre-window.c (show_hide_accels): Also hides menu mnemonics.
Closes #555803.
2008-11-11 Jonh Wendell <[email protected]>
* src/vinagre-bookmarks.c (vinagre_bookmarks_add): Use the connection's
name for the default bookmark name, when adding. Closes #557675.
Patch from Mauro Dreissig.
2008-11-11 Jonh Wendell <[email protected]>
* lots of files: Make avahi optional by adding an option to
configure script: --disable-avahi. It's enabled by default.
Closes #557740.
2008-10-20 Jonh Wendell <[email protected]>
* configure.ac: bump to 2.25.1
2008-10-20 Jonh Wendell <[email protected]>
* Lots of files: Added an 'original size' option in the menu.
Closes #509948.
2008-10-04 Jonh Wendell <[email protected]>
* src/vinagre-bookmarks.c (vinagre_bookmarks_init):
Create the parent directory before copying the old bookmarks file
to the new location. Closes #554995.
2008-09-22 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.24.1
==================== 2.24.0 ======================
2008-09-08 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.24.0
==================== 2.23.92 =====================
2008-09-08 Jonh Wendell <[email protected]>
* src/vinagre-tab.c: Fixed bug #533282 - Support for downscaling.
2008-09-08 Jonh Wendell <[email protected]>
* configure.ac: bump gtk-vnc dependency to 0.3.7
* src/vinagre-tab.c: Removed ugly hacks related to key press. New
gtk-vnc handles this correctly.
2008-09-01 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.23.92
==================== 2.23.91 =====================
2008-08-22 Halton Huo <[email protected]>
* configure.ac: Add libsocket to LDFLAGS, closes #548585
2008-08-18 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.23.91
==================== 2.23.90 =====================
2008-08-18 Jonh Wendell <[email protected]>
* configure.ac: Requires gtk+ >= 2.13.1, glib >= 2.17.0
* src/vinagre-utils.c: Uses new gtk+ functions instead of gnome-open.
Closes #514064.
2008-07-26 Wouter Bolsterlee <[email protected]>
Bug 544736 – Use single GTK+ includes
* src/gossip-cell-renderer-expander.c:
* src/gossip-cell-renderer-expander.h:
* src/vinagre-app.c:
* src/vinagre-app.h:
* src/vinagre-applet.c:
* src/vinagre-bacon.c:
* src/vinagre-bacon.h:
* src/vinagre-bookmarks.c:
* src/vinagre-bookmarks.h:
* src/vinagre-commands.c:
* src/vinagre-commands.h:
* src/vinagre-connect.c:
* src/vinagre-connection.c:
* src/vinagre-connection.h:
* src/vinagre-fav.c:
* src/vinagre-main.c:
* src/vinagre-mdns.h:
* src/vinagre-notebook.c:
* src/vinagre-notebook.h:
* src/vinagre-prefs.c:
* src/vinagre-prefs.h:
* src/vinagre-tab.c:
* src/vinagre-tab.h:
* src/vinagre-ui.h:
* src/vinagre-utils.c:
* src/vinagre-utils.h:
* src/vinagre-window-private.h:
* src/vinagre-window.c:
* src/vinagre-window.h:
Use single <gtk/gtk.h> includes. Also fixed malformed
Vim modelines.
2008-06-16 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.23.5
==================== 2.23.4 =====================
2008-06-13 Jonh Wendell <[email protected]>
* Added a panel applet.
2008-06-02 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.23.4
==================== 2.23.3 =====================
2008-06-02 Jonh Wendell <[email protected]>
* src/vinagre-bookmarks.c (vinagre_bookmarks_init):
Use XDG recomendation to store bookmarks file. Make sure to copy
the old file to new location. Fixes #536111.
2008-06-01 Jonh Wendell <[email protected]>
Reworked 'edit bookmark' window, among other things...
2008-05-31 Jonh Wendell <[email protected]>
Fix bug #515816 - connect dialog should remember Host/Port address.
Also added options to connect in fullscreen, view only and with scaling
directly in the connection dialog.
2008-05-31 Jonh Wendell <[email protected]>
* src/vinagre-app.c: Persist changes in menu shortcuts (Ubuntu #233918).
2008-05-30 Jonh Wendell <[email protected]>
* src/vinagre-window.c: Drop F11 key handling.
2008-05-29 Jonh Wendell <[email protected]>
* src/vinagre-tab.c: Fix bug #531969 - scrolling on server.
2008-05-29 Jonh Wendell <[email protected]>
Added a gconf key to disable menu shortcuts.
2008-05-29 Jonh Wendell <[email protected]>
* src/vinagre-window.c,
* src/vinagre-tab.[ch]: Get rid of grabbing cursor. Keyboard is grabbed
automatically.
2008-05-29 Jonh Wendell <[email protected]>
Fixed bug #522100 - Provide option to leave fullscreen mode
2008-05-12 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.23.3
==================== 2.23.2 =====================
2008-05-09 Jonh Wendell <[email protected]>
* lots of files: Closes #519145 – Implement unique instance.
2008-05-07 Jonh Wendell <[email protected]>
* src/vinagre-tab.c: Closes #531954 – Don't propagate key events.
2008-05-06 Jonh Wendell <[email protected]>
* lots of files: Closes #518351 – Don't show tabs when only one connection is open.
2008-05-06 Jonh Wendell <[email protected]>
* lots of files: Make VinagrePrefs a GObject
2008-05-06 Jonh Wendell <[email protected]>
* src/vinagre-connection.c: Support for host::port, patch from
Henrik Holst, closes #501165.
2008-05-06 Jonh Wendell <[email protected]>
* configure.ac: requires gtk-vnc 0.3.6
2008-05-05 Jonh Wendell <[email protected]>
* src/vinagre-tab.c,
* src/vinagre-window.c: Handle correctly clipboard. Closes #530582.
2008-05-05 Jonh Wendell <[email protected]>
* src/Makefile.am: Don't distribute vinagre-enums.[hc]. Closes #531593.
2008-05-02 Jonh Wendell <[email protected]>
* src/vinagre-tab.c: Initial support for VEncrypt sessions.
Patch from Henrik Holst. Closes #530712.
2008-04-30 Jonh Wendell <[email protected]>
* src/vinagre-prefs-manager.[ch],
* src/vinagre-tab.c,
* data/vinagre.schemas.in: Added a gconf key (shared_flag) to tell
whether to share the desktop with other clients.
2008-04-29 Jonh Wendell <[email protected]>
* Added "Send ctrl-alt-del" option to menu and toolbar.
Closes #490841. Patch from Henrik Holst.
2008-04-21 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.23.2
==================== 2.23.1 =====================
2008-04-16 Jonathon Jongsma <[email protected]>
* src/vinagre-notebook.c: make the notebook tab close buttons smaller to
save some vertical space
2008-04-16 Jonh Wendell <[email protected]>
Provide a 'read only' mode. Closes #509945.
2008-04-09 Jonh Wendell <[email protected]>
Show avahi-found hosts in side panel and bookmark menu. Closes #512918.
* configure.ac:
- Bump avahi dependency to 0.6.22
- Bump gtk-vnc dependency to 0.3.5
- Avahi dependency is mandatory now
- Also depends on avahi-gobject
* src/vinagre-mdns.[ch]: New files, mdns class
* vinagre-window.[ch],
* vinagre-fav.c: Make use of new mdns class
2008-04-03 Jonh Wendell <[email protected]>
* src/vinagre-commands.c: Show an error message if running composited
window and try to enable scaling. Compiz doesn't work well with OpenGL
applications yet.
2008-04-03 Jonh Wendell <[email protected]>
* src/vinagre-tab.[ch],
* src/vinagre-window.[ch]: Better handles menus sensitivity.
* src/vinagre-bookmarks.c,
* src/vinagre-commands.c:
- Don't crash when adding a bookmark after the connection is closed. (LP: #205303).
- Ignore NULL hosts in bookmarks file.
2008-04-03 Jonh Wendell <[email protected]>
* src/vinagre-tab.c:
Changed properties types from pointer to object;
Use new gtk-vnc API vnc_display_force_grab() in fullscreen handling.
2008-03-29 Jonh Wendell <[email protected]>
* src/vinagre-utils.[ch],
* src/vinagre-main.c: Use the new debug stuff from gtk-vnc
2008-03-24 Jonh Wendell <[email protected]>
- Make VinagreBookmarks a GObject.
- Modify the side panel interface.
2008-03-19 Jonh Wendell <[email protected]>
Make VinagreConnection a GObject.
2008-03-14 Jonh Wendell <[email protected]>
Initial support for scaling. Closes #476942.
* configure.ac: Bump gtk-vnc version to 0.3.4
* README: Brief explanation on how to enable scaling
* src/vinagre-tab.c,
* src/vinagre-commands.h,
* src/vinagre-window.c,
* src/vinagre-tab.h,
* src/vinagre-ui.h,
* src/vinagre-window-private.h,
* src/vinagre-commands.c,
* data/vinagre-ui.xml: Implement scaling
2008-03-12 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 2.23.1 (#512925)
==================== 0.5.0 =====================
2008-02-25 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 0.5.0
==================== 0.4.92 ====================
2008-02-22 Jonh Wendell <[email protected]>
* src/vinagre-window.c,
* src/vinagre-tab.c: Fix an inconsistency in menu sensitivity, when we
close a tab.
2008-02-20 Halton Huo <[email protected]>
* configure.ac: fix g_thread_init symbol lost, closes #517603
2008-02-11 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 0.4.92
==================== 0.4.91 ====================
2008-02-11 Jonh Wendell <[email protected]>
* configure.ac: Depends on gtk-vnc 0.3.3
2008-02-10 Jonh Wendell <[email protected]>
* src/vinagre-window.c,
* src/vinagre-main.c,
* src/vinagre-connection.[ch]: More work on vnc:// protocol, also
fixes issues in recent connections stuff.
2008-01-31 Jonh Wendell <[email protected]>
* data/vinagre.glade: Allow port numbers less than 1024. (Closes #513381)
2008-01-30 Jonh Wendell <[email protected]>
* Register vinagre in gconf as a handler to vnc:// protocol
2008-01-28 Jonh Wendell <[email protected]>
* configure.ac: post-release bump to 0.4.91
==================== 0.4.90 ====================
2008-01-28 Jonh Wendell <[email protected]>
* configure.ac, NEWS, README: Version 0.4.90
2008-01-28 Jonh Wendell <[email protected]>
* Makefile.am,
* help/C/vinagre.xml: Fix some docs issues
2008-01-27 Jonh Wendell <[email protected]>
* src/vinagre-window.c,
* src/vinagre-window-private.h: Fix a crash in delete_event,
by disconnecting from the clipboard signal.
2008-01-25 Jonh Wendell <[email protected]>
* src/vinagre-notebook.c: Adjust the size of tabs.
2008-01-24 Jonh Wendell <[email protected]>
* data/vinagre.desktop.in.in: Removed 'OnlyShowIn' line (LP: #185707)
2008-01-24 Jonh Wendell <[email protected]>
* configure.ac,
* src/vinagre-main.c,
* src/vinagre-connection.c
* src/vinagre-commands.c: Use gio instead of gnome-vfs.
2008-01-20 Jonh Wendell <[email protected]>
* src/vnagre-tab.c (open_vnc): Don't use new symbol from gtk-vnc trunk.
Closes #509993.
2008-01-15 Jonh Wendell <[email protected]>
* data/vinagre.1,
* data/Makefile.am: Added a manual page, thanks to Emilio Pozuelo Monfort.
Closes #509490.
2007-12-19 Jonh Wendell <[email protected]>
* lots of files: Initial documentation skeleton, patch from Jaap A. Haitsma,
important step to fix bug #503806.
2007-12-15 Jonh Wendell <[email protected]>
* src/vinagre-commands.c:
Make links in about dialog clickable. Closes #503770
Thanks to Jaap A. Haitsma for the patch.
2007-12-14 Jonh Wendell <[email protected]>
Small adjusts in .desktop files. Closes #503650
2007-12-13 Jonh Wendell <[email protected]>
* src/vinagre-window.c (create_menu_bar_and_toolbar):
Flag some toolbar buttons as "important". Closes #503468
2007-12-13 Jonh Wendell <[email protected]>
* configure.ac: Dropped -Wall, fix suncc compile, closes #503358
Thanks to Halton Huo.
==================== 0.4 ====================
2007-12-12 Jonh Wendell <[email protected]>
pre-release bump version to 0.4
2007-11-11 Jonh Wendell <[email protected]>
Vinagre has its own icon!
Thanks to Vinicius Depizzol for the artwork and Michael Monreal for
the integration patch. Closes #489145.
* configure.ac,
* data/Makefile.am: Changed some rules
* data/icons: THE new directory
* src/vinagre-commands.c: Put vdepizzol's name under credits
2007-11-07 Jonh Wendell <[email protected]>
* src/vinagre-utils.[ch],
* src/vinagre-main.c,
* src/vinagre-connection.[ch],
* src/vinagre-commands.c: Improved error handling
2007-11-07 Jonh Wendell <[email protected]>
More hack on .vnc file format support:
* data/vinagre-ui.xml,
* src/vinagre-commands.[ch],
* src/vinagre-ui.h: Added an "Open .VNC file" menu item.
2007-11-06 Jonh Wendell <[email protected]>
Initial support to load .vnc files:
* configure.ac: Added gnome-vfs as a dependency
* src/vinagre-tab.c: Use "x-remote-connection" in recent connection
* src/vinagre-main.c: Parse filenames as parameters ("-f" command line flag)
* src/vinagre-connection.[ch]: vinagre_connection_new_from_file (): new function
2007-10-21 Jonh Wendell <[email protected]>
* src/vinagre-tab.c,
* src/vinagre-window.c,
* src/vinagre-window.h,
* src/vinagre-notebook.c,
* src/vinagre-window-private.h:
- Disable all shortcut keys when the cursor is grabbed, closes #485317.
2007-10-11 Jonh Wendell <[email protected]>
* data/Makefile.am
- Make use of $destdir, thanks to Mark Howard. (Closes #485397)
2007-10-10 Jonh Wendell <[email protected]>
* src/vinagre-tab.c,
* src/vinagre-window.c,
* src/vinagre-notebook.c:
- Adjust scrollbars in fullscreen mode
2007-10-09 Jonh Wendell <[email protected]>
* lots of files:
- Rename favorites to bookmarks (closes #477504)
2007-10-09 Jonh Wendell <[email protected]>
* src/vinagre-window.c,
* data/Makefile.am,
* data/vinagre.svg,
* data/vinagre.desktop.in.in:
- In a near future, we will ship our own icon
2007-10-09 Jonh Wendell <[email protected]>
* lots of files:
- Keep recent connections around
- Other minor changes
2007-10-04 Jonh Wendell <[email protected]>
* configure.ac,
* data/vinagre.glade,
* src/vinagre-tab.c:
- Added gnome-keyring support.
* src/vinagre-favorites.c:
- Don't save the password in the favorites file.
* src/vinagre-window.c:
- Avoid a crash when exiting the application with more than one
tab opened.
2007-10-04 Jonh Wendell <[email protected]>
* src/vinagre-tab.c:
- Added bell support.
2007-10-03 Jonh Wendell <[email protected]>
* src/vinagre-tab.c,
* src/vinagre-window.c,
* src/vinagre-tab.h,
* src/vinagre-ui.h,
* data/vinagre-ui.xml:
- Added clipboard support (copy and paste)
- Dropped edit menu, it's not being used anyway.
2007-10-03 Jonh Wendell <[email protected]>
* src/vinagre-tab.c:
- Connect to auth-unsupported signal from gtk-vnc, displaying a
message to the user if we don't support the auth type from the
server (Closes #478874)
2007-09-18 Jonh Wendell <[email protected]>
* src/vinagre-favorites.c:
- Fixed a crash when saving to favorites (Closes #477251)
2007-09-17 Jonh Wendell <[email protected]>
* data/vinagre.desktop.in.in:
- Changed .desktop entry to 'Remote Desktop Viewer' (Closes #476951)
2007-09-17 Jonh Wendell <[email protected]>
* src/*.[ch]:
- Updated license header (Closes #477303)
2007-09-17 Jonh Wendell <[email protected]>
* data/vinagre.glade:
- Don't mark some strings for translation (Closes #477300)
- Changed min and max port numbers (Closes #477654)
2007-09-17 Jonh Wendell <[email protected]>
* src/vinagre-tab.c,
* src/vinagre-window.c:
- Show tabs in fullscreen mode when ungrab the pointer.
2007-09-13 Jonh Wendell <[email protected]>
* configure.ac,
* README,
* NEWS,
* INSTALL:
- Updated to version 0.3
2007-09-13 Jonh Wendell <[email protected]>
* src/vinagre-tab.[ch],
* src/vinagre-window.[ch],
* src/vinagre-notebook.[ch],
* src/vinagre-commands.c:
- Uses auth-failure signal from gtk-vnc.
2007-09-11 Jonh Wendell <[email protected]>
* src/vinagre-tab.c,
* src/vinagre-window.[ch],
* src/vinagre-connection.[ch]:
- Updates tab label and window title when we connect into a host.
2007-09-06 Jonh Wendell <[email protected]>
* src/vinagre-tab.c:
- Show pointer grab/ungrab messages on statusbar
2007-09-06 Jonh Wendell <[email protected]>
* src/vinagre-window.c
* src/vinagre-window-private.h:
- Show tooltips on statusbar
2007-09-06 Jonh Wendell <[email protected]>
* src/vinagre-tab.[hc]
* src/vinagre-commands.[hc]
* src/vinagre-window.c
* src/vinagre-ui.h
* data/vinagre-ui.xml:
- Added "Take Screenshot" feature
2007-08-31 Jonh Wendell <[email protected]>
* lots of files:
- Added command line options parsing
- Removed my own socket code, let gtk-vnc do the dirty job
2007-08-31 Jonh Wendell <[email protected]>
* MAINTAINERS: Updated to the new format
* src/vinagre-notebook.c: Handles disconnect signal
==================== 0.2 ====================
2007-08-20 Jonh Wendell <[email protected]>
* lots of files: version 0.2