gitbro-develop Mailing List for gitbro
Brought to you by:
happypeter
You can subscribe to this list here.
| 2010 |
Jan
(9) |
Feb
(10) |
Mar
(1) |
Apr
|
May
|
Jun
|
Jul
|
Aug
|
Sep
|
Oct
|
Nov
|
Dec
|
|---|
|
From: Peter K. <hap...@gm...> - 2010-02-03 06:45:32
|
BTW. Plz do not use mailing list in the future, I find it will be more clear, if we just talk about things here. gitbro/gui/debug.log On Wed, Feb 3, 2010 at 11:24 AM, guosong zhang <bil...@gm...>wrote: > I want the entry widget to appear when you click the search button. It is > not a bug. I like the effect which is fun. If not like the idea, you can > modify it, but you can not think it as a bug. > > > On Tue, Feb 2, 2010 at 8:05 PM, Peter King <hap...@gm...>wrote: > >> the error happens when I pushed sth while you were editing, so when you >> want to push, there will be conflicts, so the error you get is natural. >> >> Just clone gitbro again, and try to run git pull before you commit your >> changes. >> >> # do the editing >> $git pull >> $git commit -a -m "my changes" >> $git push >> >> >> >> On Tue, Feb 2, 2010 at 7:58 PM, guosong zhang < >> bil...@gm...> wrote: >> >>> Now, I can not push gitbro to github. why >>> >>> billie@billie-laptop:~/gitbro$ git push >>> To gi...@gi...:happypeter/gitbro.git >>> ! [rejected] master -> master (non-fast forward) >>> error: failed to push some refs to 'gi...@gi...: >>> happypeter/gitbro.git' >>> >>> >>> >>> On Mon, Feb 1, 2010 at 10:30 PM, Peter King <hap...@gm...>wrote: >>> >>>> >>>> plz commit your code into gitbro/gui/ >>>> >>>> >>>> >>>> On Mon, Feb 1, 2010 at 8:26 PM, Peter King <hap...@gm...>wrote: >>>> >>>>> >>>>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>>>> bil...@gm...> wrote: >>>>> >>>>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>>>> bugs last time, for example, >>>>>> 1. the GUI can display full screen >>>>>> >>>>> yes, I tested, and verified this. >>>>> >>>>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>>>> better than pack, but I can >>>>>> not operate it well to make GUI full-screen display. >>>>>> 3. a little trick with entry widget, when click 'search' button, then >>>>>> the entry widget will appear in the >>>>>> right side of the 'search' button. It is also stupid, if click >>>>>> 'search' again, the entry will appear again. >>>>>> So, I need to fix the bug. Though this feature is not necessary, but >>>>>> I think it is interesting so I do not >>>>>> want to cancel it. But those are all decorations now. >>>>>> >>>>> See my attached patch, I think it fixed this bug. >>>>> >>>>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>>>> the current directory will be displayed >>>>>> in the right side text widget. This also can be rewritten to be more >>>>>> general. It is just a test in order to >>>>>> know how to read a file in text widget. >>>>>> >>>>> nice progress. >>>>> >>>>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>>>> because a option wrap with default >>>>>> value WORD forbids the functionality of the horizontal scrollbar, >>>>>> with the default value a line can be split >>>>>> by word when it reach the boundary of the text widget. Only configure >>>>>> wrap with NONE, the horizontal scrollbar >>>>>> will take effect. >>>>>> >>>>>> good hacking, this is useful, thx. >>>>> >>>>> P.S: >>>>> I've added you as a collaborator of our github:gitbro repository. This >>>>> means you can clone the repo, and commit the current source code into >>>>> the our upstream repo when you feel like. Plz commit the source and add >>>>> as many comments as you can, maybe in the future you think part of the >>>>> comments are out of date, you can simply delete them. we have git, all your >>>>> write now will be in git history even they are deleted one day, but whenever >>>>> we want to go back and check where we were started form, the comments will >>>>> surely be of some help. >>>>> >>>>>> >>>>> >>>>> On Mon, Feb 1, 2010 at 8:10 PM, Peter King <hap...@gm...>wrote: >>>>> >>>>>> >>>>>> >>>>>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>>>>> bil...@gm...> wrote: >>>>>> >>>>>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>>>>> bugs last time, for example, >>>>>>> 1. the GUI can display full screen >>>>>>> >>>>>> yes, I tested, and verified this. >>>>>> >>>>>>> 2. use pack geometry management instead of grid. Maybe grid method >>>>>>> is better than pack, but I can >>>>>>> not operate it well to make GUI full-screen display. >>>>>>> 3. a little trick with entry widget, when click 'search' button, then >>>>>>> the entry widget will appear in the >>>>>>> right side of the 'search' button. It is also stupid, if click >>>>>>> 'search' again, the entry will appear again. >>>>>>> So, I need to fix the bug. Though this feature is not necessary, but >>>>>>> I think it is interesting so I do not >>>>>>> want to cancel it. But those are all decorations now. >>>>>>> >>>>>> See my attached patch, I think it fixed this bug. >>>>>> >>>>>>> 4. the file button can work now. If click it, a file named '11.txt' >>>>>>> in the current directory will be displayed >>>>>>> in the right side text widget. This also can be rewritten to be more >>>>>>> general. It is just a test in order to >>>>>>> know how to read a file in text widget. >>>>>>> >>>>>> nice progress. >>>>>> >>>>>>> 5. There is no necessary to add a horizontal scrollbar in text >>>>>>> widget, because a option wrap with default >>>>>>> value WORD forbids the functionality of the horizontal scrollbar, >>>>>>> with the default value a line can be split >>>>>>> by word when it reach the boundary of the text widget. Only >>>>>>> configure wrap with NONE, the horizontal scrollbar >>>>>>> will take effect. >>>>>>> >>>>>>> good hacking, this is useful, thx. >>>>>> >>>>>> P.S: >>>>>> I've added you as a collaborator of our github:gitbro repository. >>>>>> This means you can clone the repo, and commit the current source code into >>>>>> the our upstream repo when you feel like. Plz commit the source and >>>>>> add as many comments as you can, maybe in the future you think part of the >>>>>> comments are out of date, you can simply delete them. we have git, all your >>>>>> write now will be in git history even they are deleted one day, but whenever >>>>>> we want to go back and check where we were started form, the comments will >>>>>> surely be of some help. >>>>>> >>>>>>> >>>>>>> >>>>>>> ------------------------------------------------------------------------------ >>>>>>> The Planet: dedicated and managed hosting, cloud storage, colocation >>>>>>> Stay online with enterprise data centers and the best network in the >>>>>>> business >>>>>>> Choose flexible plans and management services without long-term >>>>>>> contracts >>>>>>> Personal 24x7 support from experience hosting pros just a phone call >>>>>>> away. >>>>>>> http://p.sf.net/sfu/theplanet-com >>>>>>> _______________________________________________ >>>>>>> Gitbro-develop mailing list >>>>>>> Git...@li... >>>>>>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -- >>>>>> Regards >>>>>> Peter >>>>>> >>>>> >>>>> >>>>> >>>>> -- >>>>> Regards >>>>> Peter >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards >>>> Peter >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> The Planet: dedicated and managed hosting, cloud storage, colocation >>>> Stay online with enterprise data centers and the best network in the >>>> business >>>> Choose flexible plans and management services without long-term >>>> contracts >>>> Personal 24x7 support from experience hosting pros just a phone call >>>> away. >>>> http://p.sf.net/sfu/theplanet-com >>>> _______________________________________________ >>>> Gitbro-develop mailing list >>>> Git...@li... >>>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>>> >>>> >>> >>> >>> ------------------------------------------------------------------------------ >>> The Planet: dedicated and managed hosting, cloud storage, colocation >>> Stay online with enterprise data centers and the best network in the >>> business >>> Choose flexible plans and management services without long-term contracts >>> Personal 24x7 support from experience hosting pros just a phone call >>> away. >>> http://p.sf.net/sfu/theplanet-com >>> _______________________________________________ >>> Gitbro-develop mailing list >>> Git...@li... >>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>> >>> >> >> >> -- >> Regards >> Peter >> >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the >> business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Gitbro-develop mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >> >> > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gitbro-develop mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitbro-develop > > -- Regards Peter |
|
From: guosong z. <bil...@gm...> - 2010-02-03 03:24:07
|
I want the entry widget to appear when you click the search button. It is not a bug. I like the effect which is fun. If not like the idea, you can modify it, but you can not think it as a bug. On Tue, Feb 2, 2010 at 8:05 PM, Peter King <hap...@gm...> wrote: > the error happens when I pushed sth while you were editing, so when you > want to push, there will be conflicts, so the error you get is natural. > > Just clone gitbro again, and try to run git pull before you commit your > changes. > > # do the editing > $git pull > $git commit -a -m "my changes" > $git push > > > > On Tue, Feb 2, 2010 at 7:58 PM, guosong zhang <bil...@gm... > > wrote: > >> Now, I can not push gitbro to github. why >> >> billie@billie-laptop:~/gitbro$ git push >> To gi...@gi...:happypeter/gitbro.git >> ! [rejected] master -> master (non-fast forward) >> error: failed to push some refs to 'gi...@gi...:happypeter/gitbro.git' >> >> >> >> On Mon, Feb 1, 2010 at 10:30 PM, Peter King <hap...@gm...>wrote: >> >>> >>> plz commit your code into gitbro/gui/ >>> >>> >>> >>> On Mon, Feb 1, 2010 at 8:26 PM, Peter King <hap...@gm...>wrote: >>> >>>> >>>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>>> bil...@gm...> wrote: >>>> >>>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>>> bugs last time, for example, >>>>> 1. the GUI can display full screen >>>>> >>>> yes, I tested, and verified this. >>>> >>>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>>> better than pack, but I can >>>>> not operate it well to make GUI full-screen display. >>>>> 3. a little trick with entry widget, when click 'search' button, then >>>>> the entry widget will appear in the >>>>> right side of the 'search' button. It is also stupid, if click >>>>> 'search' again, the entry will appear again. >>>>> So, I need to fix the bug. Though this feature is not necessary, but I >>>>> think it is interesting so I do not >>>>> want to cancel it. But those are all decorations now. >>>>> >>>> See my attached patch, I think it fixed this bug. >>>> >>>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>>> the current directory will be displayed >>>>> in the right side text widget. This also can be rewritten to be more >>>>> general. It is just a test in order to >>>>> know how to read a file in text widget. >>>>> >>>> nice progress. >>>> >>>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>>> because a option wrap with default >>>>> value WORD forbids the functionality of the horizontal scrollbar, with >>>>> the default value a line can be split >>>>> by word when it reach the boundary of the text widget. Only configure >>>>> wrap with NONE, the horizontal scrollbar >>>>> will take effect. >>>>> >>>>> good hacking, this is useful, thx. >>>> >>>> P.S: >>>> I've added you as a collaborator of our github:gitbro repository. This >>>> means you can clone the repo, and commit the current source code into >>>> the our upstream repo when you feel like. Plz commit the source and add >>>> as many comments as you can, maybe in the future you think part of the >>>> comments are out of date, you can simply delete them. we have git, all your >>>> write now will be in git history even they are deleted one day, but whenever >>>> we want to go back and check where we were started form, the comments will >>>> surely be of some help. >>>> >>>>> >>>> >>>> On Mon, Feb 1, 2010 at 8:10 PM, Peter King <hap...@gm...>wrote: >>>> >>>>> >>>>> >>>>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>>>> bil...@gm...> wrote: >>>>> >>>>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>>>> bugs last time, for example, >>>>>> 1. the GUI can display full screen >>>>>> >>>>> yes, I tested, and verified this. >>>>> >>>>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>>>> better than pack, but I can >>>>>> not operate it well to make GUI full-screen display. >>>>>> 3. a little trick with entry widget, when click 'search' button, then >>>>>> the entry widget will appear in the >>>>>> right side of the 'search' button. It is also stupid, if click >>>>>> 'search' again, the entry will appear again. >>>>>> So, I need to fix the bug. Though this feature is not necessary, but >>>>>> I think it is interesting so I do not >>>>>> want to cancel it. But those are all decorations now. >>>>>> >>>>> See my attached patch, I think it fixed this bug. >>>>> >>>>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>>>> the current directory will be displayed >>>>>> in the right side text widget. This also can be rewritten to be more >>>>>> general. It is just a test in order to >>>>>> know how to read a file in text widget. >>>>>> >>>>> nice progress. >>>>> >>>>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>>>> because a option wrap with default >>>>>> value WORD forbids the functionality of the horizontal scrollbar, >>>>>> with the default value a line can be split >>>>>> by word when it reach the boundary of the text widget. Only configure >>>>>> wrap with NONE, the horizontal scrollbar >>>>>> will take effect. >>>>>> >>>>>> good hacking, this is useful, thx. >>>>> >>>>> P.S: >>>>> I've added you as a collaborator of our github:gitbro repository. This >>>>> means you can clone the repo, and commit the current source code into >>>>> the our upstream repo when you feel like. Plz commit the source and add >>>>> as many comments as you can, maybe in the future you think part of the >>>>> comments are out of date, you can simply delete them. we have git, all your >>>>> write now will be in git history even they are deleted one day, but whenever >>>>> we want to go back and check where we were started form, the comments will >>>>> surely be of some help. >>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> The Planet: dedicated and managed hosting, cloud storage, colocation >>>>>> Stay online with enterprise data centers and the best network in the >>>>>> business >>>>>> Choose flexible plans and management services without long-term >>>>>> contracts >>>>>> Personal 24x7 support from experience hosting pros just a phone call >>>>>> away. >>>>>> http://p.sf.net/sfu/theplanet-com >>>>>> _______________________________________________ >>>>>> Gitbro-develop mailing list >>>>>> Git...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Regards >>>>> Peter >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards >>>> Peter >>>> >>> >>> >>> >>> -- >>> Regards >>> Peter >>> >>> >>> ------------------------------------------------------------------------------ >>> The Planet: dedicated and managed hosting, cloud storage, colocation >>> Stay online with enterprise data centers and the best network in the >>> business >>> Choose flexible plans and management services without long-term contracts >>> Personal 24x7 support from experience hosting pros just a phone call >>> away. >>> http://p.sf.net/sfu/theplanet-com >>> _______________________________________________ >>> Gitbro-develop mailing list >>> Git...@li... >>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>> >>> >> >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the >> business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Gitbro-develop mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >> >> > > > -- > Regards > Peter > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gitbro-develop mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitbro-develop > > |
|
From: guosong z. <bil...@gm...> - 2010-02-02 12:47:21
|
You are right. The problem has been fixed. Thanx! You can run pygit so you will see its new appearance. On Tue, Feb 2, 2010 at 8:05 PM, Peter King <hap...@gm...> wrote: > the error happens when I pushed sth while you were editing, so when you > want to push, there will be conflicts, so the error you get is natural. > > Just clone gitbro again, and try to run git pull before you commit your > changes. > > # do the editing > $git pull > $git commit -a -m "my changes" > $git push > > > > On Tue, Feb 2, 2010 at 7:58 PM, guosong zhang <bil...@gm... > > wrote: > >> Now, I can not push gitbro to github. why >> >> billie@billie-laptop:~/gitbro$ git push >> To gi...@gi...:happypeter/gitbro.git >> ! [rejected] master -> master (non-fast forward) >> error: failed to push some refs to 'gi...@gi...:happypeter/gitbro.git' >> >> >> >> On Mon, Feb 1, 2010 at 10:30 PM, Peter King <hap...@gm...>wrote: >> >>> >>> plz commit your code into gitbro/gui/ >>> >>> >>> >>> On Mon, Feb 1, 2010 at 8:26 PM, Peter King <hap...@gm...>wrote: >>> >>>> >>>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>>> bil...@gm...> wrote: >>>> >>>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>>> bugs last time, for example, >>>>> 1. the GUI can display full screen >>>>> >>>> yes, I tested, and verified this. >>>> >>>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>>> better than pack, but I can >>>>> not operate it well to make GUI full-screen display. >>>>> 3. a little trick with entry widget, when click 'search' button, then >>>>> the entry widget will appear in the >>>>> right side of the 'search' button. It is also stupid, if click >>>>> 'search' again, the entry will appear again. >>>>> So, I need to fix the bug. Though this feature is not necessary, but I >>>>> think it is interesting so I do not >>>>> want to cancel it. But those are all decorations now. >>>>> >>>> See my attached patch, I think it fixed this bug. >>>> >>>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>>> the current directory will be displayed >>>>> in the right side text widget. This also can be rewritten to be more >>>>> general. It is just a test in order to >>>>> know how to read a file in text widget. >>>>> >>>> nice progress. >>>> >>>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>>> because a option wrap with default >>>>> value WORD forbids the functionality of the horizontal scrollbar, with >>>>> the default value a line can be split >>>>> by word when it reach the boundary of the text widget. Only configure >>>>> wrap with NONE, the horizontal scrollbar >>>>> will take effect. >>>>> >>>>> good hacking, this is useful, thx. >>>> >>>> P.S: >>>> I've added you as a collaborator of our github:gitbro repository. This >>>> means you can clone the repo, and commit the current source code into >>>> the our upstream repo when you feel like. Plz commit the source and add >>>> as many comments as you can, maybe in the future you think part of the >>>> comments are out of date, you can simply delete them. we have git, all your >>>> write now will be in git history even they are deleted one day, but whenever >>>> we want to go back and check where we were started form, the comments will >>>> surely be of some help. >>>> >>>>> >>>> >>>> On Mon, Feb 1, 2010 at 8:10 PM, Peter King <hap...@gm...>wrote: >>>> >>>>> >>>>> >>>>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>>>> bil...@gm...> wrote: >>>>> >>>>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>>>> bugs last time, for example, >>>>>> 1. the GUI can display full screen >>>>>> >>>>> yes, I tested, and verified this. >>>>> >>>>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>>>> better than pack, but I can >>>>>> not operate it well to make GUI full-screen display. >>>>>> 3. a little trick with entry widget, when click 'search' button, then >>>>>> the entry widget will appear in the >>>>>> right side of the 'search' button. It is also stupid, if click >>>>>> 'search' again, the entry will appear again. >>>>>> So, I need to fix the bug. Though this feature is not necessary, but >>>>>> I think it is interesting so I do not >>>>>> want to cancel it. But those are all decorations now. >>>>>> >>>>> See my attached patch, I think it fixed this bug. >>>>> >>>>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>>>> the current directory will be displayed >>>>>> in the right side text widget. This also can be rewritten to be more >>>>>> general. It is just a test in order to >>>>>> know how to read a file in text widget. >>>>>> >>>>> nice progress. >>>>> >>>>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>>>> because a option wrap with default >>>>>> value WORD forbids the functionality of the horizontal scrollbar, >>>>>> with the default value a line can be split >>>>>> by word when it reach the boundary of the text widget. Only configure >>>>>> wrap with NONE, the horizontal scrollbar >>>>>> will take effect. >>>>>> >>>>>> good hacking, this is useful, thx. >>>>> >>>>> P.S: >>>>> I've added you as a collaborator of our github:gitbro repository. This >>>>> means you can clone the repo, and commit the current source code into >>>>> the our upstream repo when you feel like. Plz commit the source and add >>>>> as many comments as you can, maybe in the future you think part of the >>>>> comments are out of date, you can simply delete them. we have git, all your >>>>> write now will be in git history even they are deleted one day, but whenever >>>>> we want to go back and check where we were started form, the comments will >>>>> surely be of some help. >>>>> >>>>>> >>>>>> >>>>>> ------------------------------------------------------------------------------ >>>>>> The Planet: dedicated and managed hosting, cloud storage, colocation >>>>>> Stay online with enterprise data centers and the best network in the >>>>>> business >>>>>> Choose flexible plans and management services without long-term >>>>>> contracts >>>>>> Personal 24x7 support from experience hosting pros just a phone call >>>>>> away. >>>>>> http://p.sf.net/sfu/theplanet-com >>>>>> _______________________________________________ >>>>>> Gitbro-develop mailing list >>>>>> Git...@li... >>>>>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>>>>> >>>>>> >>>>> >>>>> >>>>> -- >>>>> Regards >>>>> Peter >>>>> >>>> >>>> >>>> >>>> -- >>>> Regards >>>> Peter >>>> >>> >>> >>> >>> -- >>> Regards >>> Peter >>> >>> >>> ------------------------------------------------------------------------------ >>> The Planet: dedicated and managed hosting, cloud storage, colocation >>> Stay online with enterprise data centers and the best network in the >>> business >>> Choose flexible plans and management services without long-term contracts >>> Personal 24x7 support from experience hosting pros just a phone call >>> away. >>> http://p.sf.net/sfu/theplanet-com >>> _______________________________________________ >>> Gitbro-develop mailing list >>> Git...@li... >>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>> >>> >> >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the >> business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Gitbro-develop mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >> >> > > > -- > Regards > Peter > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gitbro-develop mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitbro-develop > > |
|
From: Peter K. <hap...@gm...> - 2010-02-02 12:06:06
|
the error happens when I pushed sth while you were editing, so when you want to push, there will be conflicts, so the error you get is natural. Just clone gitbro again, and try to run git pull before you commit your changes. # do the editing $git pull $git commit -a -m "my changes" $git push On Tue, Feb 2, 2010 at 7:58 PM, guosong zhang <bil...@gm...>wrote: > Now, I can not push gitbro to github. why > > billie@billie-laptop:~/gitbro$ git push > To gi...@gi...:happypeter/gitbro.git > ! [rejected] master -> master (non-fast forward) > error: failed to push some refs to 'gi...@gi...:happypeter/gitbro.git' > > > > On Mon, Feb 1, 2010 at 10:30 PM, Peter King <hap...@gm...>wrote: > >> >> plz commit your code into gitbro/gui/ >> >> >> >> On Mon, Feb 1, 2010 at 8:26 PM, Peter King <hap...@gm...>wrote: >> >>> >>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>> bil...@gm...> wrote: >>> >>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>> bugs last time, for example, >>>> 1. the GUI can display full screen >>>> >>> yes, I tested, and verified this. >>> >>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>> better than pack, but I can >>>> not operate it well to make GUI full-screen display. >>>> 3. a little trick with entry widget, when click 'search' button, then >>>> the entry widget will appear in the >>>> right side of the 'search' button. It is also stupid, if click 'search' >>>> again, the entry will appear again. >>>> So, I need to fix the bug. Though this feature is not necessary, but I >>>> think it is interesting so I do not >>>> want to cancel it. But those are all decorations now. >>>> >>> See my attached patch, I think it fixed this bug. >>> >>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>> the current directory will be displayed >>>> in the right side text widget. This also can be rewritten to be more >>>> general. It is just a test in order to >>>> know how to read a file in text widget. >>>> >>> nice progress. >>> >>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>> because a option wrap with default >>>> value WORD forbids the functionality of the horizontal scrollbar, with >>>> the default value a line can be split >>>> by word when it reach the boundary of the text widget. Only configure >>>> wrap with NONE, the horizontal scrollbar >>>> will take effect. >>>> >>>> good hacking, this is useful, thx. >>> >>> P.S: >>> I've added you as a collaborator of our github:gitbro repository. This >>> means you can clone the repo, and commit the current source code into >>> the our upstream repo when you feel like. Plz commit the source and add >>> as many comments as you can, maybe in the future you think part of the >>> comments are out of date, you can simply delete them. we have git, all your >>> write now will be in git history even they are deleted one day, but whenever >>> we want to go back and check where we were started form, the comments will >>> surely be of some help. >>> >>>> >>> >>> On Mon, Feb 1, 2010 at 8:10 PM, Peter King <hap...@gm...>wrote: >>> >>>> >>>> >>>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>>> bil...@gm...> wrote: >>>> >>>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>>> bugs last time, for example, >>>>> 1. the GUI can display full screen >>>>> >>>> yes, I tested, and verified this. >>>> >>>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>>> better than pack, but I can >>>>> not operate it well to make GUI full-screen display. >>>>> 3. a little trick with entry widget, when click 'search' button, then >>>>> the entry widget will appear in the >>>>> right side of the 'search' button. It is also stupid, if click >>>>> 'search' again, the entry will appear again. >>>>> So, I need to fix the bug. Though this feature is not necessary, but I >>>>> think it is interesting so I do not >>>>> want to cancel it. But those are all decorations now. >>>>> >>>> See my attached patch, I think it fixed this bug. >>>> >>>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>>> the current directory will be displayed >>>>> in the right side text widget. This also can be rewritten to be more >>>>> general. It is just a test in order to >>>>> know how to read a file in text widget. >>>>> >>>> nice progress. >>>> >>>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>>> because a option wrap with default >>>>> value WORD forbids the functionality of the horizontal scrollbar, with >>>>> the default value a line can be split >>>>> by word when it reach the boundary of the text widget. Only configure >>>>> wrap with NONE, the horizontal scrollbar >>>>> will take effect. >>>>> >>>>> good hacking, this is useful, thx. >>>> >>>> P.S: >>>> I've added you as a collaborator of our github:gitbro repository. This >>>> means you can clone the repo, and commit the current source code into >>>> the our upstream repo when you feel like. Plz commit the source and add >>>> as many comments as you can, maybe in the future you think part of the >>>> comments are out of date, you can simply delete them. we have git, all your >>>> write now will be in git history even they are deleted one day, but whenever >>>> we want to go back and check where we were started form, the comments will >>>> surely be of some help. >>>> >>>>> >>>>> >>>>> ------------------------------------------------------------------------------ >>>>> The Planet: dedicated and managed hosting, cloud storage, colocation >>>>> Stay online with enterprise data centers and the best network in the >>>>> business >>>>> Choose flexible plans and management services without long-term >>>>> contracts >>>>> Personal 24x7 support from experience hosting pros just a phone call >>>>> away. >>>>> http://p.sf.net/sfu/theplanet-com >>>>> _______________________________________________ >>>>> Gitbro-develop mailing list >>>>> Git...@li... >>>>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>>>> >>>>> >>>> >>>> >>>> -- >>>> Regards >>>> Peter >>>> >>> >>> >>> >>> -- >>> Regards >>> Peter >>> >> >> >> >> -- >> Regards >> Peter >> >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the >> business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Gitbro-develop mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >> >> > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gitbro-develop mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitbro-develop > > -- Regards Peter |
|
From: guosong z. <bil...@gm...> - 2010-02-02 11:58:46
|
Now, I can not push gitbro to github. why billie@billie-laptop:~/gitbro$ git push To gi...@gi...:happypeter/gitbro.git ! [rejected] master -> master (non-fast forward) error: failed to push some refs to 'gi...@gi...:happypeter/gitbro.git' On Mon, Feb 1, 2010 at 10:30 PM, Peter King <hap...@gm...>wrote: > > plz commit your code into gitbro/gui/ > > > > On Mon, Feb 1, 2010 at 8:26 PM, Peter King <hap...@gm...>wrote: > >> >> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >> bil...@gm...> wrote: >> >>> Now, I add a new text widget with a vertical scrollbar and fix a few bugs >>> last time, for example, >>> 1. the GUI can display full screen >>> >> yes, I tested, and verified this. >> >>> 2. use pack geometry management instead of grid. Maybe grid method is >>> better than pack, but I can >>> not operate it well to make GUI full-screen display. >>> 3. a little trick with entry widget, when click 'search' button, then the >>> entry widget will appear in the >>> right side of the 'search' button. It is also stupid, if click 'search' >>> again, the entry will appear again. >>> So, I need to fix the bug. Though this feature is not necessary, but I >>> think it is interesting so I do not >>> want to cancel it. But those are all decorations now. >>> >> See my attached patch, I think it fixed this bug. >> >>> 4. the file button can work now. If click it, a file named '11.txt' in >>> the current directory will be displayed >>> in the right side text widget. This also can be rewritten to be more >>> general. It is just a test in order to >>> know how to read a file in text widget. >>> >> nice progress. >> >>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>> because a option wrap with default >>> value WORD forbids the functionality of the horizontal scrollbar, with >>> the default value a line can be split >>> by word when it reach the boundary of the text widget. Only configure >>> wrap with NONE, the horizontal scrollbar >>> will take effect. >>> >>> good hacking, this is useful, thx. >> >> P.S: >> I've added you as a collaborator of our github:gitbro repository. This >> means you can clone the repo, and commit the current source code into >> the our upstream repo when you feel like. Plz commit the source and add as >> many comments as you can, maybe in the future you think part of the >> comments are out of date, you can simply delete them. we have git, all your >> write now will be in git history even they are deleted one day, but whenever >> we want to go back and check where we were started form, the comments will >> surely be of some help. >> >>> >> >> On Mon, Feb 1, 2010 at 8:10 PM, Peter King <hap...@gm...>wrote: >> >>> >>> >>> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >>> bil...@gm...> wrote: >>> >>>> Now, I add a new text widget with a vertical scrollbar and fix a few >>>> bugs last time, for example, >>>> 1. the GUI can display full screen >>>> >>> yes, I tested, and verified this. >>> >>>> 2. use pack geometry management instead of grid. Maybe grid method is >>>> better than pack, but I can >>>> not operate it well to make GUI full-screen display. >>>> 3. a little trick with entry widget, when click 'search' button, then >>>> the entry widget will appear in the >>>> right side of the 'search' button. It is also stupid, if click 'search' >>>> again, the entry will appear again. >>>> So, I need to fix the bug. Though this feature is not necessary, but I >>>> think it is interesting so I do not >>>> want to cancel it. But those are all decorations now. >>>> >>> See my attached patch, I think it fixed this bug. >>> >>>> 4. the file button can work now. If click it, a file named '11.txt' in >>>> the current directory will be displayed >>>> in the right side text widget. This also can be rewritten to be more >>>> general. It is just a test in order to >>>> know how to read a file in text widget. >>>> >>> nice progress. >>> >>>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>>> because a option wrap with default >>>> value WORD forbids the functionality of the horizontal scrollbar, with >>>> the default value a line can be split >>>> by word when it reach the boundary of the text widget. Only configure >>>> wrap with NONE, the horizontal scrollbar >>>> will take effect. >>>> >>>> good hacking, this is useful, thx. >>> >>> P.S: >>> I've added you as a collaborator of our github:gitbro repository. This >>> means you can clone the repo, and commit the current source code into >>> the our upstream repo when you feel like. Plz commit the source and add >>> as many comments as you can, maybe in the future you think part of the >>> comments are out of date, you can simply delete them. we have git, all your >>> write now will be in git history even they are deleted one day, but whenever >>> we want to go back and check where we were started form, the comments will >>> surely be of some help. >>> >>>> >>>> >>>> ------------------------------------------------------------------------------ >>>> The Planet: dedicated and managed hosting, cloud storage, colocation >>>> Stay online with enterprise data centers and the best network in the >>>> business >>>> Choose flexible plans and management services without long-term >>>> contracts >>>> Personal 24x7 support from experience hosting pros just a phone call >>>> away. >>>> http://p.sf.net/sfu/theplanet-com >>>> _______________________________________________ >>>> Gitbro-develop mailing list >>>> Git...@li... >>>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>>> >>>> >>> >>> >>> -- >>> Regards >>> Peter >>> >> >> >> >> -- >> Regards >> Peter >> > > > > -- > Regards > Peter > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gitbro-develop mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitbro-develop > > |
|
From: Peter K. <hap...@gm...> - 2010-02-01 14:37:54
|
On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang <bil...@gm...>wrote: > Now, I add a new text widget with a vertical scrollbar and fix a few bugs > last time, for example, > 1. the GUI can display full screen > yes, I tested, and verified this. > 2. use pack geometry management instead of grid. Maybe grid method is > better than pack, but I can > not operate it well to make GUI full-screen display. > 3. a little trick with entry widget, when click 'search' button, then the > entry widget will appear in the > right side of the 'search' button. It is also stupid, if click 'search' > again, the entry will appear again. > So, I need to fix the bug. Though this feature is not necessary, but I > think it is interesting so I do not > want to cancel it. But those are all decorations now. > See my attached patch, I think it fixed this bug. > 4. the file button can work now. If click it, a file named '11.txt' in the > current directory will be displayed > in the right side text widget. This also can be rewritten to be more > general. It is just a test in order to > know how to read a file in text widget. > nice progress. > 5. There is no necessary to add a horizontal scrollbar in text widget, > because a option wrap with default > value WORD forbids the functionality of the horizontal scrollbar, with the > default value a line can be split > by word when it reach the boundary of the text widget. Only configure wrap > with NONE, the horizontal scrollbar > will take effect. > > good hacking, this is useful, thx. P.S: I've added you as a collaborator of our github:gitbro repository. This means you can clone the repo, and commit the current source code into the our upstream repo when you feel like. Plz commit the source and add as many comments as you can, maybe in the future you think part of the comments are out of date, you can simply delete them. we have git, all your write now will be in git history even they are deleted one day, but whenever we want to go back and check where we were started form, the comments will surely be of some help. > On Mon, Feb 1, 2010 at 8:10 PM, Peter King <hap...@gm...> wrote: > > > On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang <bil...@gm... > > wrote: > >> Now, I add a new text widget with a vertical scrollbar and fix a few bugs >> last time, for example, >> 1. the GUI can display full screen >> > yes, I tested, and verified this. > >> 2. use pack geometry management instead of grid. Maybe grid method is >> better than pack, but I can >> not operate it well to make GUI full-screen display. >> 3. a little trick with entry widget, when click 'search' button, then the >> entry widget will appear in the >> right side of the 'search' button. It is also stupid, if click 'search' >> again, the entry will appear again. >> So, I need to fix the bug. Though this feature is not necessary, but I >> think it is interesting so I do not >> want to cancel it. But those are all decorations now. >> > See my attached patch, I think it fixed this bug. > >> 4. the file button can work now. If click it, a file named '11.txt' in the >> current directory will be displayed >> in the right side text widget. This also can be rewritten to be more >> general. It is just a test in order to >> know how to read a file in text widget. >> > nice progress. > >> 5. There is no necessary to add a horizontal scrollbar in text widget, >> because a option wrap with default >> value WORD forbids the functionality of the horizontal scrollbar, with >> the default value a line can be split >> by word when it reach the boundary of the text widget. Only configure >> wrap with NONE, the horizontal scrollbar >> will take effect. >> >> good hacking, this is useful, thx. > > P.S: > I've added you as a collaborator of our github:gitbro repository. This > means you can clone the repo, and commit the current source code into > the our upstream repo when you feel like. Plz commit the source and add as > many comments as you can, maybe in the future you think part of the > comments are out of date, you can simply delete them. we have git, all your > write now will be in git history even they are deleted one day, but whenever > we want to go back and check where we were started form, the comments will > surely be of some help. > >> >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the >> business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Gitbro-develop mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >> >> > > > -- > Regards > Peter > -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-02-01 14:30:23
|
plz commit your code into gitbro/gui/ On Mon, Feb 1, 2010 at 8:26 PM, Peter King <hap...@gm...> wrote: > > On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang <bil...@gm... > > wrote: > >> Now, I add a new text widget with a vertical scrollbar and fix a few bugs >> last time, for example, >> 1. the GUI can display full screen >> > yes, I tested, and verified this. > >> 2. use pack geometry management instead of grid. Maybe grid method is >> better than pack, but I can >> not operate it well to make GUI full-screen display. >> 3. a little trick with entry widget, when click 'search' button, then the >> entry widget will appear in the >> right side of the 'search' button. It is also stupid, if click 'search' >> again, the entry will appear again. >> So, I need to fix the bug. Though this feature is not necessary, but I >> think it is interesting so I do not >> want to cancel it. But those are all decorations now. >> > See my attached patch, I think it fixed this bug. > >> 4. the file button can work now. If click it, a file named '11.txt' in the >> current directory will be displayed >> in the right side text widget. This also can be rewritten to be more >> general. It is just a test in order to >> know how to read a file in text widget. >> > nice progress. > >> 5. There is no necessary to add a horizontal scrollbar in text widget, >> because a option wrap with default >> value WORD forbids the functionality of the horizontal scrollbar, with >> the default value a line can be split >> by word when it reach the boundary of the text widget. Only configure >> wrap with NONE, the horizontal scrollbar >> will take effect. >> >> good hacking, this is useful, thx. > > P.S: > I've added you as a collaborator of our github:gitbro repository. This > means you can clone the repo, and commit the current source code into > the our upstream repo when you feel like. Plz commit the source and add as > many comments as you can, maybe in the future you think part of the > comments are out of date, you can simply delete them. we have git, all your > write now will be in git history even they are deleted one day, but whenever > we want to go back and check where we were started form, the comments will > surely be of some help. > >> > > On Mon, Feb 1, 2010 at 8:10 PM, Peter King <hap...@gm...>wrote: > >> >> >> On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang < >> bil...@gm...> wrote: >> >>> Now, I add a new text widget with a vertical scrollbar and fix a few bugs >>> last time, for example, >>> 1. the GUI can display full screen >>> >> yes, I tested, and verified this. >> >>> 2. use pack geometry management instead of grid. Maybe grid method is >>> better than pack, but I can >>> not operate it well to make GUI full-screen display. >>> 3. a little trick with entry widget, when click 'search' button, then the >>> entry widget will appear in the >>> right side of the 'search' button. It is also stupid, if click 'search' >>> again, the entry will appear again. >>> So, I need to fix the bug. Though this feature is not necessary, but I >>> think it is interesting so I do not >>> want to cancel it. But those are all decorations now. >>> >> See my attached patch, I think it fixed this bug. >> >>> 4. the file button can work now. If click it, a file named '11.txt' in >>> the current directory will be displayed >>> in the right side text widget. This also can be rewritten to be more >>> general. It is just a test in order to >>> know how to read a file in text widget. >>> >> nice progress. >> >>> 5. There is no necessary to add a horizontal scrollbar in text widget, >>> because a option wrap with default >>> value WORD forbids the functionality of the horizontal scrollbar, with >>> the default value a line can be split >>> by word when it reach the boundary of the text widget. Only configure >>> wrap with NONE, the horizontal scrollbar >>> will take effect. >>> >>> good hacking, this is useful, thx. >> >> P.S: >> I've added you as a collaborator of our github:gitbro repository. This >> means you can clone the repo, and commit the current source code into >> the our upstream repo when you feel like. Plz commit the source and add as >> many comments as you can, maybe in the future you think part of the >> comments are out of date, you can simply delete them. we have git, all your >> write now will be in git history even they are deleted one day, but whenever >> we want to go back and check where we were started form, the comments will >> surely be of some help. >> >>> >>> >>> ------------------------------------------------------------------------------ >>> The Planet: dedicated and managed hosting, cloud storage, colocation >>> Stay online with enterprise data centers and the best network in the >>> business >>> Choose flexible plans and management services without long-term contracts >>> Personal 24x7 support from experience hosting pros just a phone call >>> away. >>> http://p.sf.net/sfu/theplanet-com >>> _______________________________________________ >>> Gitbro-develop mailing list >>> Git...@li... >>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>> >>> >> >> >> -- >> Regards >> Peter >> > > > > -- > Regards > Peter > -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-02-01 12:10:55
|
On Mon, Feb 1, 2010 at 5:32 PM, guosong zhang <bil...@gm...>wrote: > Now, I add a new text widget with a vertical scrollbar and fix a few bugs > last time, for example, > 1. the GUI can display full screen > yes, I tested, and verified this. > 2. use pack geometry management instead of grid. Maybe grid method is > better than pack, but I can > not operate it well to make GUI full-screen display. > 3. a little trick with entry widget, when click 'search' button, then the > entry widget will appear in the > right side of the 'search' button. It is also stupid, if click 'search' > again, the entry will appear again. > So, I need to fix the bug. Though this feature is not necessary, but I > think it is interesting so I do not > want to cancel it. But those are all decorations now. > See my attached patch, I think it fixed this bug. > 4. the file button can work now. If click it, a file named '11.txt' in the > current directory will be displayed > in the right side text widget. This also can be rewritten to be more > general. It is just a test in order to > know how to read a file in text widget. > nice progress. > 5. There is no necessary to add a horizontal scrollbar in text widget, > because a option wrap with default > value WORD forbids the functionality of the horizontal scrollbar, with the > default value a line can be split > by word when it reach the boundary of the text widget. Only configure wrap > with NONE, the horizontal scrollbar > will take effect. > > good hacking, this is useful, thx. P.S: I've added you as a collaborator of our github:gitbro repository. This means you can clone the repo, and commit the current source code into the our upstream repo when you feel like. Plz commit the source and add as many comments as you can, maybe in the future you think part of the comments are out of date, you can simply delete them. we have git, all your write now will be in git history even they are deleted one day, but whenever we want to go back and check where we were started form, the comments will surely be of some help. > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gitbro-develop mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitbro-develop > > -- Regards Peter |
|
From: guosong z. <bil...@gm...> - 2010-02-01 09:38:47
|
I forget to attach my code in last email. :-) |
|
From: guosong z. <bil...@gm...> - 2010-02-01 09:32:55
|
Now, I add a new text widget with a vertical scrollbar and fix a few bugs last time, for example, 1. the GUI can display full screen 2. use pack geometry management instead of grid. Maybe grid method is better than pack, but I can not operate it well to make GUI full-screen display. 3. a little trick with entry widget, when click 'search' button, then the entry widget will appear in the right side of the 'search' button. It is also stupid, if click 'search' again, the entry will appear again. So, I need to fix the bug. Though this feature is not necessary, but I think it is interesting so I do not want to cancel it. But those are all decorations now. 4. the file button can work now. If click it, a file named '11.txt' in the current directory will be displayed in the right side text widget. This also can be rewritten to be more general. It is just a test in order to know how to read a file in text widget. 5. There is no necessary to add a horizontal scrollbar in text widget, because a option wrap with default value WORD forbids the functionality of the horizontal scrollbar, with the default value a line can be split by word when it reach the boundary of the text widget. Only configure wrap with NONE, the horizontal scrollbar will take effect. |
|
From: Peter K. <hap...@gm...> - 2010-01-29 09:16:37
|
Nice code Billie, keep going On Fri, Jan 29, 2010 at 3:36 PM, guosong zhang <bil...@gm...>wrote: > This program can not do anything, just a GUI in python. I will add new > function to it, then it will meet your requirement one day. > -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-01-26 02:26:17
|
And all your mail sent to git...@li..., can be found here https://sourceforge.net/mailarchive/forum.php?forum_name=gitbro-develop but NOTE that there will be a time delay between your sending time and the time your mail is visible on above link. On Tue, Jan 26, 2010 at 10:23 AM, Peter King <hap...@gm...>wrote: > Billie, > > I see your mail posted to the mailing list, that means your mail succeeded > in posing to the mailing list. > <> > guosong zhang to me > show details 10:04 AM (11 minutes ago) > > I sent a email to gitbro-develop mailing list. I do not see my email in its > web page > </> > I also see the above Email you send by giving a rely to the thread *Muse > Problem*, I will say if we are no longer talking about muse > > we should not post stuff there. Now obviously you want to talk about > mailing list problem, so you can post to a certain thread in gitbro-develop > mailing list, like what I am doing now. This will be a much better idea, > since everything goes what it should be. > > In the future we will check the mailing list archives, keeping threads > clearly titled will help a lot when we want sth we need out of the mailing > list. > > > > On Tue, Jan 26, 2010 at 10:14 AM, Peter King <hap...@gm...>wrote: > >> You are already one of the team:-) >> >> One thing is( at least to me) important that, when you sent a email to >> the mailing list, that is what we call a POST. >> it is better to give the post with a subject(it is nothing but give a >> title when you are composing the mail). >> >> So that people we see what is talking about here in this post. >> >> And then people will reply to it(by simply click the reply icon in their >> email box), the reply will then follow your original post to form a THREAD >> in this mailing list. And thus again, the title you gave to your first post, >> will become the title of this whole THREAD. >> >> That's why I suggest a subject shall be given to the first mail of the >> THREAD. >> >> But anyway, it is not so important, we do free software, and we have all >> the freedom:) >> >> On Tue, Jan 26, 2010 at 9:56 AM, guosong zhang < >> bil...@gm...> wrote: >> >>> Hi, I am very interested in the project, and I want to join in it. >>> >>> >>> ------------------------------------------------------------------------------ >>> The Planet: dedicated and managed hosting, cloud storage, colocation >>> Stay online with enterprise data centers and the best network in the >>> business >>> Choose flexible plans and management services without long-term contracts >>> Personal 24x7 support from experience hosting pros just a phone call >>> away. >>> http://p.sf.net/sfu/theplanet-com >>> _______________________________________________ >>> Gitbro-develop mailing list >>> Git...@li... >>> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >>> >>> >> >> >> -- >> Regards >> Peter >> > > > > -- > Regards > Peter > -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-01-26 02:23:51
|
Billie, I see your mail posted to the mailing list, that means your mail succeeded in posing to the mailing list. <> guosong zhang to me show details 10:04 AM (11 minutes ago) I sent a email to gitbro-develop mailing list. I do not see my email in its web page </> I also see the above Email you send by giving a rely to the thread *Muse Problem*, I will say if we are no longer talking about muse we should not post stuff there. Now obviously you want to talk about mailing list problem, so you can post to a certain thread in gitbro-develop mailing list, like what I am doing now. This will be a much better idea, since everything goes what it should be. In the future we will check the mailing list archives, keeping threads clearly titled will help a lot when we want sth we need out of the mailing list. On Tue, Jan 26, 2010 at 10:14 AM, Peter King <hap...@gm...>wrote: > You are already one of the team:-) > > One thing is( at least to me) important that, when you sent a email to the > mailing list, that is what we call a POST. > it is better to give the post with a subject(it is nothing but give a > title when you are composing the mail). > > So that people we see what is talking about here in this post. > > And then people will reply to it(by simply click the reply icon in their > email box), the reply will then follow your original post to form a THREAD > in this mailing list. And thus again, the title you gave to your first post, > will become the title of this whole THREAD. > > That's why I suggest a subject shall be given to the first mail of the > THREAD. > > But anyway, it is not so important, we do free software, and we have all > the freedom:) > > On Tue, Jan 26, 2010 at 9:56 AM, guosong zhang < > bil...@gm...> wrote: > >> Hi, I am very interested in the project, and I want to join in it. >> >> >> ------------------------------------------------------------------------------ >> The Planet: dedicated and managed hosting, cloud storage, colocation >> Stay online with enterprise data centers and the best network in the >> business >> Choose flexible plans and management services without long-term contracts >> Personal 24x7 support from experience hosting pros just a phone call away. >> http://p.sf.net/sfu/theplanet-com >> _______________________________________________ >> Gitbro-develop mailing list >> Git...@li... >> https://lists.sourceforge.net/lists/listinfo/gitbro-develop >> >> > > > -- > Regards > Peter > -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-01-26 02:14:23
|
You are already one of the team:-) One thing is( at least to me) important that, when you sent a email to the mailing list, that is what we call a POST. it is better to give the post with a subject(it is nothing but give a title when you are composing the mail). So that people we see what is talking about here in this post. And then people will reply to it(by simply click the reply icon in their email box), the reply will then follow your original post to form a THREAD in this mailing list. And thus again, the title you gave to your first post, will become the title of this whole THREAD. That's why I suggest a subject shall be given to the first mail of the THREAD. But anyway, it is not so important, we do free software, and we have all the freedom:) On Tue, Jan 26, 2010 at 9:56 AM, guosong zhang <bil...@gm...>wrote: > Hi, I am very interested in the project, and I want to join in it. > > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the > business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Gitbro-develop mailing list > Git...@li... > https://lists.sourceforge.net/lists/listinfo/gitbro-develop > > -- Regards Peter |
|
From: guosong z. <bil...@gm...> - 2010-01-26 02:02:02
|
Hi, I am very interested in the project, and I want to join in it. |
|
From: Peter K. <hap...@gm...> - 2010-01-26 01:19:56
|
OK, now I see all mails on: SF->mailling lists https://sourceforge.net/mailarchive/forum.php?forum_name=gitbro-develop On Tue, Jan 26, 2010 at 8:54 AM, Peter King <hap...@gm...>wrote: > So now the "reply-to:" is changed > > form > > hap...@gm... > > to > git...@li... > > Let's see if all the mails in the same thread or not. > > > On Tue, Jan 26, 2010 at 8:51 AM, Peter King <hap...@gm...>wrote: > >> GO: >> https://lists.sourceforge.net/lists/admin/gitbro-develop/general >> and Search: >> reply-to: >> -- >> Regards >> Peter >> > > > > -- > Regards > Peter > -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-01-26 00:54:19
|
So now the "reply-to:" is changed form hap...@gm... to git...@li... Let's see if all the mails in the same thread or not. On Tue, Jan 26, 2010 at 8:51 AM, Peter King <hap...@gm...>wrote: > GO: > https://lists.sourceforge.net/lists/admin/gitbro-develop/general > and Search: > reply-to: > -- > Regards > Peter > -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-01-26 00:51:50
|
GO: https://lists.sourceforge.net/lists/admin/gitbro-develop/general and Search: reply-to: -- Regards Peter |
|
From: Peter K. <hap...@gm...> - 2010-01-25 11:38:21
|
Hi Billie, Next time you want to talk about gitbro related things, place sent email to git...@li... so that everybody will know your progress -- Regards Peter |