Position/Match id moved to status bar

View: New views
14 Messages — Rating Filter:   Alert me  

Position/Match id moved to status bar

by Jonathan Kinsey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I've moved the id field into the status bar and changed ctrl+c/ctrl+v to act
directly on the id, you can also right click on id and copy/paste from there.
The obvious advantage is to make the playing area bigger and remove the slightly
unnecessary box at the top of the board.

Any thoughts?

Jon




Have more than one Hotmail account? Link them together to easily access both.
_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: Position/Match id moved to status bar

by Massimiliano Maini-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Jon,
2 minor warnings:

gtkgame.c: In function 'PasteIDs':
gtkgame.c:1177: warning: unused variable 'bd'
gtkgame.c: At top level:
gtkgame.c:1164: warning: 'GetFocusedWidget' defined but not used

I like the ctrl-C/ctrl-V thing: I guess many will be surprised by the change
but I think this is how it should work.

I would just make the gnubgID stand out a bit more in the GUI:

- put it to the left of the status bar
- highlight it somehow (white background, different color, whatever)

MaX.

2009/10/13 Jonathan Kinsey <jon_kinsey@...>:

> I've moved the id field into the status bar and changed ctrl+c/ctrl+v to act
> directly on the id, you can also right click on id and copy/paste from
> there.
> The obvious advantage is to make the playing area bigger and remove the
> slightly
> unnecessary box at the top of the board.
>
> Any thoughts?
>
> Jon
>
>
>
> ________________________________
> Have more than one Hotmail account? Link them together to easily access
> both.
> _______________________________________________
> Bug-gnubg mailing list
> Bug-gnubg@...
> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>
>


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Parent Message unknown Re: Position/Match id moved to status bar

by Jonathan Kinsey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
Just some no longer used code, I can remove that tonight (if someone doesn't
beat me to it).

As to making it stand out, I'm not sure, the only time the id is important is if
you are interested in it I think (if that makes sense).

Jon

Massimiliano Maini wrote:
> Hi Jon,
> 2 minor warnings:
>
> gtkgame.c: In function 'PasteIDs':
> gtkgame.c:1177: warning: unused variable 'bd'
> gtkgame.c: At top level:
> gtkgame.c:1164: warning: 'GetFocusedWidget' defined but not used
>
> I like the ctrl-C/ctrl-V thing: I guess many will be surprised by the change
> but I think this is how it should work.
>
> I would just make the gnubgID stand out a bit more in the GUI:
>
> - put it to the left of the status bar
> - highlight it somehow (white background, different color, whatever)
>
> MaX.
>
> 2009/10/13 Jonathan Kinsey :
>> I've moved the id field into the status bar and changed ctrl+c/ctrl+v to act
>> directly on the id, you can also right click on id and copy/paste from
>> there.
>> The obvious advantage is to make the playing area bigger and remove the
>> slightly
>> unnecessary box at the top of the board.
>>
>> Any thoughts?
>>
>> Jon
>>
>>
>>
>> ________________________________
>> Have more than one Hotmail account? Link them together to easily access
>> both.
>> _______________________________________________
>> Bug-gnubg mailing list
>> Bug-gnubg@...
>> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>>
>>
>
>





Download Messenger onto your mobile for free. Learn more.
_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: Position/Match id moved to status bar

by motiv4u :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

On Tue, Oct 13, 2009 at 7:38 PM, Jonathan Kinsey <jon_kinsey@...> wrote:

> I've moved the id field into the status bar and changed ctrl+c/ctrl+v to act
> directly on the id, you can also right click on id and copy/paste from
> there.
> The obvious advantage is to make the playing area bigger and remove the
> slightly
> unnecessary box at the top of the board.
>
> Any thoughts?
>
> Jon
>
I like it!

For "old" users: add a tooltip for that part of the status bar?
(Ctrl+C Ctrl+V to copy the ID)
And change the menu text: View / Show IDs above board? (Show IDs in Status Bar)

N.


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Parent Message unknown Re: Position/Match id moved to status bar

by Jonathan Kinsey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
motiv4u wrote:
> On Tue, Oct 13, 2009 at 7:38 PM, Jonathan Kinsey wrote:
>> I've moved the id field into the status bar and changed ctrl+c/ctrl+v to act
>> directly on the id, you can also right click on id and copy/paste from
>> there.
>> The obvious advantage is to make the playing area bigger and remove the
>> slightly
>> unnecessary box at the top of the board.
>>
>> Any thoughts?
>>
>> Jon
>>
> I like it!
>
> For "old" users: add a tooltip for that part of the status bar?
> (Ctrl+C Ctrl+V to copy the ID)

Tooltips are generally handy, could add something explaining the id including this.

> And change the menu text: View / Show IDs above board? (Show IDs in Status Bar)

Well spotted, I'll change that.

Jon





New! Receive and respond to mail from other email accounts from within Hotmail Find out how.
_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: Position/Match id moved to status bar

by Christian Anthon-5 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

I like the placement too. I would probably prefer it to be a text box
rather than a label. Doesn't have to be editable.

Christian.


On Wed, Oct 14, 2009 at 10:33 AM, Jonathan Kinsey
<jon_kinsey@...> wrote:

> Just some no longer used code, I can remove that tonight (if someone doesn't
> beat me to it).
>
> As to making it stand out, I'm not sure, the only time the id is important
> is if
> you are interested in it I think (if that makes sense).
>
> Jon
>
> Massimiliano Maini wrote:
>> Hi Jon,
>> 2 minor warnings:
>>
>> gtkgame.c: In function 'PasteIDs':
>> gtkgame.c:1177: warning: unused variable 'bd'
>> gtkgame.c: At top level:
>> gtkgame.c:1164: warning: 'GetFocusedWidget' defined but not used
>>
>> I like the ctrl-C/ctrl-V thing: I guess many will be surprised by the
>> change
>> but I think this is how it should work.
>>
>> I would just make the gnubgID stand out a bit more in the GUI:
>>
>> - put it to the left of the status bar
>> - highlight it somehow (white background, different color, whatever)
>>
>> MaX.
>>
>> 2009/10/13 Jonathan Kinsey :
>>> I've moved the id field into the status bar and changed ctrl+c/ctrl+v to
>>> act
>>> directly on the id, you can also right click on id and copy/paste from
>>> there.
>>> The obvious advantage is to make the playing area bigger and remove the
>>> slightly
>>> unnecessary box at the top of the board.
>>>
>>> Any thoughts?
>>>
>>> Jon
>>>
>>>
>>>
>>> ________________________________
>>> Have more than one Hotmail account? Link them together to easily access
>>> both.
>>> _______________________________________________
>>> Bug-gnubg mailing list
>>> Bug-gnubg@...
>>> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>>>
>>>
>>
>>
>
>
>
>
> ________________________________
> Download Messenger onto your mobile for free. Learn more.
> _______________________________________________
> Bug-gnubg mailing list
> Bug-gnubg@...
> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>
>


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: Position/Match id moved to status bar

by Massimiliano Maini-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

That's what i meant saying "it should stand out" a bit more.
Not editable, probably true: it's most likely to be faster to
build the actual position clicking than entering manually the ID.

MaX.

2009/10/14 Christian Anthon <christian.anthon@...>:
> I like the placement too. I would probably prefer it to be a text box
> rather than a label. Doesn't have to be editable.
>
> Christian.


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Parent Message unknown Re: Position/Match id moved to status bar

by Jonathan Kinsey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I've made a couple of small changes, but it doesn't look quite right with a text
box, would a light background for the id help maybe?

Jon

Massimiliano Maini wrote:
> That's what i meant saying "it should stand out" a bit more.
> Not editable, probably true: it's most likely to be faster to
> build the actual position clicking than entering manually the ID.
>
> MaX.
>
> 2009/10/14 Christian Anthon :
>> I like the placement too. I would probably prefer it to be a text box
>> rather than a label. Doesn't have to be editable.
>>
>> Christian.
>
>





Add other email accounts to Hotmail in 3 easy steps. Find out how.
_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Parent Message unknown FW: Position/Match id moved to status bar

by Ian Shaw :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

 

> -----Original Message-----
> From: Massimiliano Maini
>
> That's what i meant saying "it should stand out" a bit more.
> Not editable, probably true: it's most likely to be faster to build
> the actual position clicking than entering manually the ID.
>
>
> 2009/10/14 Christian Anthon <christian.anthon@...>:
> > I like the placement too. I would probably prefer it to be
> a text box
> > rather than a label. Doesn't have to be editable.

I fairly often cut and paste IDs from websites into my gnubg. I would
like to be able to continue this practive.

-- Ian




_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: FW: Position/Match id moved to status bar

by Massimiliano Maini-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Hi Ian,

this is still possible, probably it's even better than before: no need
to click in the text field (which no longer exists), just do a crtl-v.

MaX.

2009/10/14 Ian Shaw <Ian.Shaw@...>:
>
>
> I fairly often cut and paste IDs from websites into my gnubg. I would
> like to be able to continue this practive.
>
> -- Ian


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: FW: Position/Match id moved to status bar

by motiv4u :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

It's even easier: RightClick on the ID in the StatusBar and 'Paste Position ID'
(nice job Jon)

N.

On Thu, Oct 15, 2009 at 9:31 AM, Massimiliano Maini <maxmaini@...> wrote:

> Hi Ian,
>
> this is still possible, probably it's even better than before: no need
> to click in the text field (which no longer exists), just do a crtl-v.
>
> MaX.
>
> 2009/10/14 Ian Shaw <Ian.Shaw@...>:
>>
>>
>> I fairly often cut and paste IDs from websites into my gnubg. I would
>> like to be able to continue this practive.
>>
>> -- Ian
>
>
> _______________________________________________
> Bug-gnubg mailing list
> Bug-gnubg@...
> http://lists.gnu.org/mailman/listinfo/bug-gnubg
>



--
"He is no fool who gives up what he cannot keep to gain what he cannot
lose." -Jim Elliot


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Parent Message unknown Re: Position/Match id moved to status bar

by Jonathan Kinsey :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.
I've put a frame around the id, looks slightly better maybe?

Jon

Jonathan Kinsey wrote:
> I've made a couple of small changes, but it doesn't look quite right with a text
> box, would a light background for the id help maybe?
>
> Jon
>
> Massimiliano Maini wrote:
>> That's what i meant saying "it should stand out" a bit more.
>> Not editable, probably true: it's most likely to be faster to
>> build the actual position clicking than entering manually the ID.
>>
>> MaX.
>>
>> 2009/10/14 Christian Anthon :
>>> I like the placement too. I would probably prefer it to be a text box
>>> rather than a label. Doesn't have to be editable.
>>>
>>> Christian.
>>
>
>





Did you know you can get Messenger on your mobile? Learn more.
_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: Position/Match id moved to status bar

by Michael Petch :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Re: [Bug-gnubg] Position/Match id moved to status bar I like the frame, but not sure the tooltip “Jon waz here” should remain ;-)


On 15/10/09 5:09 AM, "Jonathan Kinsey" <jon_kinsey@...> wrote:

I've put a frame around the id, looks slightly better maybe?

Jon

Jonathan Kinsey wrote:
> I've made a couple of small changes, but it doesn't look quite right with a text
> box, would a light background for the id help maybe?
>
> Jon
>
> Massimiliano Maini wrote:
>> That's what i meant saying "it should stand out" a bit more.
>> Not editable, probably true: it's most likely to be faster to
>> build the actual position clicking than entering manually the ID.
>>
>> MaX.
>>
>> 2009/10/14 Christian Anthon :
>>> I like the placement too. I would probably prefer it to be a text box
>>> rather than a label. Doesn't have to be editable.
>>>
>>> Christian.
>>
>
>



       

Did you know you can get Messenger on your mobile? Learn more. <http://clk.atdmt.com/UKM/go/174426567/direct/01/>

_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg

Re: Position/Match id moved to status bar

by Massimiliano Maini-3 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Much better.
Needs just some space between the end of the leftmost text area
and the 'GnubgID' label. maybe also arounf the frame ...

Purely cosmetic.

MaX.

2009/10/15 Jonathan Kinsey <jon_kinsey@...>:
> I've put a frame around the id, looks slightly better maybe?
>
> Jon


_______________________________________________
Bug-gnubg mailing list
Bug-gnubg@...
http://lists.gnu.org/mailman/listinfo/bug-gnubg