~ubuntu-branches/ubuntu/jaunty/gnome-do-plugins/jaunty-proposed

« back to all changes in this revision

Viewing changes to RequestTracker/gtk-gui/RequestTracker.RTPrefs.cs

  • Committer: Bazaar Package Importer
  • Author(s): Iain Lane, Daniel T Chen, Iain Lane
  • Date: 2009-03-18 00:40:51 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20090318004051-ujn1ja3kiu3ky7ru
Tags: 0.8.1.3+dfsg-0ubuntu1
[ Daniel T Chen ]
* New upstream release (LP: #344578)
  + Banshee plugin goes crazy if banshee isn't loaded first
    (LP: #289802)
  + gnome-do gCalculate plugin fails to display "times" symbol
    (LP: #274252)
  + Banshee-1 fails to build in Mono 2.0 (LP: #309188)
  + Pidgin 2.5.4 has incompatible dbus interface. s/uint/int/
    (LP: #314927)
  + Pidgin plugin hangs opening a chat if pidgin is unresponsive
    (LP: #315565)
  + twitter plugin still reports friend updates even when
    deactivated (LP: #317674)
  + Misspelling in microblogging plugin confirmation message
    (LP: #319433)
  + make install uses mdtool, but configure doesn't check for it
    (LP: #322951)
  + Virtualbox Icon in 2.10 are broken because of a new
    specification (LP: #323902)
  + Google Maps Plugin shouldn't always use route (LP: #324271)
  + Fix for Google Maps when using newlines and other special
    characters (LP: #324667)
  + VirtualBox failed to load icon (LP: #325712)
  + 'Read Man Pages' plugin makes Gnome-Do unresponsive
    (LP: #325935)
  + Search returns broken URLs (LP: #327855)
  + Default action for SSH hosts is "open" (LP: #328236)
  + Files and Folders Configuration doesn't use standard buttons
    (LP: #328236)
  + Window manager maximize action should focus if window is not
    currently focused (LP: #258893)
  + Locate plugin has no error message (LP: #262360)
  + Wishlist: Let user specify files and folders to ignore
    (LP: #263177)
  + ts-client plugin doesn't index subdirectories (LP: #322352)
  + Max 3000 items in Files and Folders plugin (LP: #324105)
  + putty cannot find host when running from gnome do
    (LP: #324282)
  + locate plugin with globbing (LP: #334798)
  + Twitter plugin encountered an error in UpdateFriends
    (LP: #317575)
  + gnome-terminal profiles no longer work (LP: #321977)
  + Creating a task using Remember the Milk plugin can fail if
    no task list is specified (LP: #324066)
  + bundled libraries makefile needs destdir (LP: #324704)
  + Typographical error in del.icio.us plugin (LP: #330525)
  + ImageShack fails to upload (LP: #337324)
* debian/copyright
  + Refresh for new upstream version; new plugins added.
* debian/patches/00_dfsg_autofoo.dpatch
  + Update for new upstream version
  + Don't build the YouTube plugin due to removal of shipped
    exes and dlls causing FTBFS
* debian/patches/02_ssh_respect_exec_arg.dpatch
  debian/patches/03_buildsystem_respect_mcs.dpatch
  debian/patches/04_fix_pidgin_dbus_ints.dpatch
  + Drop; fixed upstream

[ Iain Lane ]
* debian/rules: Update repackaging to not delete *.dll; upstream now ships
  source copies of google-gdata meaning we can now enable the Google and
  Youtube plugins.
* debian/patches/00_dfsg_autofoo: Drop, fixed by including and building
  these libs now. 
* debian/copyright: Update with information for google-gdata. 
* debian/patches/04_fix_pidgin_dbus_ints.dpatch: Add left out piece of patch
* debian/control: Bump gnome-do build-dep to require current version. 

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
// ------------------------------------------------------------------------------
 
2
//  <autogenerated>
 
3
//      This code was generated by a tool.
 
4
//      
 
5
// 
 
6
//      Changes to this file may cause incorrect behavior and will be lost if 
 
7
//      the code is regenerated.
 
8
//  </autogenerated>
 
9
// ------------------------------------------------------------------------------
 
10
 
 
11
namespace RequestTracker {
 
12
    
 
13
    
 
14
    public partial class RTPrefs {
 
15
        
 
16
        private Gtk.VBox vbox1;
 
17
        
 
18
        private Gtk.Label label1;
 
19
        
 
20
        private Gtk.HBox hbox1;
 
21
        
 
22
        private Gtk.ScrolledWindow GtkScrolledWindow;
 
23
        
 
24
        private Gtk.NodeView RTTree;
 
25
        
 
26
        private Gtk.VButtonBox vbuttonbox1;
 
27
        
 
28
        private Gtk.Button add_btn;
 
29
        
 
30
        private Gtk.Button remove_btn;
 
31
        
 
32
        protected virtual void Build() {
 
33
            Stetic.Gui.Initialize(this);
 
34
            // Widget RequestTracker.RTPrefs
 
35
            Stetic.BinContainer.Attach(this);
 
36
            this.Name = "RequestTracker.RTPrefs";
 
37
            // Container child RequestTracker.RTPrefs.Gtk.Container+ContainerChild
 
38
            this.vbox1 = new Gtk.VBox();
 
39
            this.vbox1.Name = "vbox1";
 
40
            this.vbox1.Spacing = 6;
 
41
            // Container child vbox1.Gtk.Box+BoxChild
 
42
            this.label1 = new Gtk.Label();
 
43
            this.label1.Name = "label1";
 
44
            this.label1.LabelProp = Mono.Unix.Catalog.GetString("Use the list below to add/configure your Request Tracker sites.\n\n<i>The ticket number will be inserted into the URL at the place specified by the string: {0}</i>");
 
45
            this.label1.UseMarkup = true;
 
46
            this.label1.Wrap = true;
 
47
            this.label1.Justify = ((Gtk.Justification)(2));
 
48
            this.vbox1.Add(this.label1);
 
49
            Gtk.Box.BoxChild w1 = ((Gtk.Box.BoxChild)(this.vbox1[this.label1]));
 
50
            w1.Position = 0;
 
51
            w1.Expand = false;
 
52
            w1.Fill = false;
 
53
            // Container child vbox1.Gtk.Box+BoxChild
 
54
            this.hbox1 = new Gtk.HBox();
 
55
            this.hbox1.Name = "hbox1";
 
56
            this.hbox1.Spacing = 6;
 
57
            // Container child hbox1.Gtk.Box+BoxChild
 
58
            this.GtkScrolledWindow = new Gtk.ScrolledWindow();
 
59
            this.GtkScrolledWindow.Name = "GtkScrolledWindow";
 
60
            this.GtkScrolledWindow.ShadowType = ((Gtk.ShadowType)(1));
 
61
            // Container child GtkScrolledWindow.Gtk.Container+ContainerChild
 
62
            this.RTTree = new Gtk.NodeView();
 
63
            this.RTTree.CanFocus = true;
 
64
            this.RTTree.Name = "RTTree";
 
65
            this.GtkScrolledWindow.Add(this.RTTree);
 
66
            this.hbox1.Add(this.GtkScrolledWindow);
 
67
            Gtk.Box.BoxChild w3 = ((Gtk.Box.BoxChild)(this.hbox1[this.GtkScrolledWindow]));
 
68
            w3.Position = 0;
 
69
            // Container child hbox1.Gtk.Box+BoxChild
 
70
            this.vbuttonbox1 = new Gtk.VButtonBox();
 
71
            this.vbuttonbox1.Name = "vbuttonbox1";
 
72
            this.vbuttonbox1.LayoutStyle = ((Gtk.ButtonBoxStyle)(3));
 
73
            // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
 
74
            this.add_btn = new Gtk.Button();
 
75
            this.add_btn.CanFocus = true;
 
76
            this.add_btn.Name = "add_btn";
 
77
            this.add_btn.UseStock = true;
 
78
            this.add_btn.UseUnderline = true;
 
79
            this.add_btn.Label = "gtk-add";
 
80
            this.vbuttonbox1.Add(this.add_btn);
 
81
            Gtk.ButtonBox.ButtonBoxChild w4 = ((Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.add_btn]));
 
82
            w4.Expand = false;
 
83
            w4.Fill = false;
 
84
            // Container child vbuttonbox1.Gtk.ButtonBox+ButtonBoxChild
 
85
            this.remove_btn = new Gtk.Button();
 
86
            this.remove_btn.CanFocus = true;
 
87
            this.remove_btn.Name = "remove_btn";
 
88
            this.remove_btn.UseStock = true;
 
89
            this.remove_btn.UseUnderline = true;
 
90
            this.remove_btn.Label = "gtk-remove";
 
91
            this.vbuttonbox1.Add(this.remove_btn);
 
92
            Gtk.ButtonBox.ButtonBoxChild w5 = ((Gtk.ButtonBox.ButtonBoxChild)(this.vbuttonbox1[this.remove_btn]));
 
93
            w5.Position = 1;
 
94
            w5.Expand = false;
 
95
            w5.Fill = false;
 
96
            this.hbox1.Add(this.vbuttonbox1);
 
97
            Gtk.Box.BoxChild w6 = ((Gtk.Box.BoxChild)(this.hbox1[this.vbuttonbox1]));
 
98
            w6.Position = 1;
 
99
            w6.Expand = false;
 
100
            w6.Fill = false;
 
101
            this.vbox1.Add(this.hbox1);
 
102
            Gtk.Box.BoxChild w7 = ((Gtk.Box.BoxChild)(this.vbox1[this.hbox1]));
 
103
            w7.Position = 1;
 
104
            this.Add(this.vbox1);
 
105
            if ((this.Child != null)) {
 
106
                this.Child.ShowAll();
 
107
            }
 
108
            this.Hide();
 
109
            this.add_btn.Clicked += new System.EventHandler(this.OnAddBtnClicked);
 
110
            this.remove_btn.Clicked += new System.EventHandler(this.OnRemoveBtnClicked);
 
111
        }
 
112
    }
 
113
}