gitso

gitso Commit Details


Date:2009-03-01 15:14:08 (15 years 9 months ago)
Author:xburnerx
Branch:master
Commit:9c98132e2548b21bc3f52024d59d4a1c81a08667
Parents: 0612c4d8e3bb2df4b1914c6ff1c1e3be507fd755
Message:added default button as start

Changes:

File differences

gitso/trunk/CHANGELOG.txt
1
2
3
4
5
16
27
38
0.6
----------------------------
*added --dev option while testing
0.5 - "Kill the undead"
-----------------------------------------
*Complete rewrite of the interface
gitso/trunk/ConnectionWindow.py
6868
6969
7070
71
7172
7273
7374
7475
7576
7677
77
7878
7979
8080
#Buttons
self.connectButton = wx.Button(self, 10, "Start", wx.Point(xval1, 70))
self.connectButton.SetDefault()
wx.EVT_BUTTON(self, 10, self.ConnectSupport)
self.stopButton = wx.Button(self, wx.ID_STOP, "", wx.Point(xval2, 70))
self.stopButton.Enable(False)
wx.EVT_BUTTON(self, wx.ID_STOP, self.KillPID)
# Radio Boxes
#self.rb = wx.RadioBox(self, 50, "", wx.Point(10, 10), wx.Size(330, 70))
self.rb1 = wx.RadioButton(self, -1, 'Get Help', (10, 15), style=wx.RB_GROUP)
self.rb2 = wx.RadioButton(self, -1, 'Give Support', (10, 48))
self.rb1.SetValue(True)

Archive Download the corresponding diff file

Branches

Number of commits:
Page rendered in 0.05489s using 13 queries.