|
View:
New views
14 Messages
—
Rating Filter:
Alert me
|
|
|
Position/Match id moved to status bardirectly 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 barHi 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 |
|
|
|
|
|
Re: Position/Match id moved to status barOn 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 > 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 |
|
|
|
|
|
Re: Position/Match id moved to status barI 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 barThat'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 |
|
|
|
|
|
|
|
|
Re: FW: Position/Match id moved to status barHi 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 barIt'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 |
|
|
|
|
|
Re: Position/Match id moved to status barOn 15/10/09 5:09 AM, "Jonathan Kinsey" <jon_kinsey@...> wrote: I've put a frame around the id, looks slightly better maybe? _______________________________________________ Bug-gnubg mailing list Bug-gnubg@... http://lists.gnu.org/mailman/listinfo/bug-gnubg |
|
|
Re: Position/Match id moved to status barMuch 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 |
| Free embeddable forum powered by Nabble | Forum Help |