jnonline / ogstudio

Automatically exported from code.google.com/p/ogstudio
0 stars 0 forks source link

Make new options interface #319

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
В рамках работы по issue 273 была составлена 
раскладка интерфейса. Теперь ее нужно 
реализовать.

Original issue reported on code.google.com by Kai.Saerthen.Darker on 4 Jul 2011 at 7:28

GoogleCodeExporter commented 9 years ago

Original comment by korn...@gmail.com on 5 Dec 2011 at 9:03

GoogleCodeExporter commented 9 years ago
compiling PySide and CEED in Arch.

Original comment by korn...@gmail.com on 11 Dec 2011 at 5:53

GoogleCodeExporter commented 9 years ago
converted Icons.imageset to PNG from TGA. works fine.

Original comment by korn...@gmail.com on 11 Dec 2011 at 12:08

GoogleCodeExporter commented 9 years ago
no need to convert just now. CEED doesn't work with the way we have our buttons 
and images, so back to CELE :(

Original comment by korn...@gmail.com on 11 Dec 2011 at 12:14

GoogleCodeExporter commented 9 years ago
Settings2 layout draft done. try to use it in game.

Original comment by korn...@gmail.com on 13 Dec 2011 at 3:21

GoogleCodeExporter commented 9 years ago
first, try to render it ok, only then bind it. uncomment everything now.

Original comment by korn...@gmail.com on 13 Dec 2011 at 4:54

GoogleCodeExporter commented 9 years ago
implement mjin::gui::ComboBox::getSelectedItemID/Name.

Original comment by korn...@gmail.com on 13 Dec 2011 at 8:46

GoogleCodeExporter commented 9 years ago
check what they return in game.

Original comment by korn...@gmail.com on 13 Dec 2011 at 8:52

GoogleCodeExporter commented 9 years ago
for vertical centering, try:

Hanmac: kornerr: no i only found an TextFormatting Property for the 
falagard/editbox with HorizontalTextFormatting type ... but it does not help 
you or?
the propery is for the editbox, not for the combobox, so you must call 
getEditbox()

Original comment by korn...@gmail.com on 13 Dec 2011 at 12:52

GoogleCodeExporter commented 9 years ago
mjin::gui::ComboBox::getSelectedItemID returns wrong result.

Original comment by korn...@gmail.com on 13 Dec 2011 at 12:57

GoogleCodeExporter commented 9 years ago
fixed it.

Original comment by korn...@gmail.com on 14 Dec 2011 at 3:16

GoogleCodeExporter commented 9 years ago
rearrange game tab comboboxes.

Original comment by korn...@gmail.com on 14 Dec 2011 at 4:51

GoogleCodeExporter commented 9 years ago
done.
fix translations and arrange gfx properties under one frame.

Original comment by korn...@gmail.com on 14 Dec 2011 at 6:21

GoogleCodeExporter commented 9 years ago
libreoffice doesn't save with " chars O_o. can't fix translations.

Original comment by korn...@gmail.com on 14 Dec 2011 at 9:29

GoogleCodeExporter commented 9 years ago
hopefully i have openoffice-3.2.1 in windows, and it works fine.

Original comment by korn...@gmail.com on 14 Dec 2011 at 12:20

GoogleCodeExporter commented 9 years ago
looks like i need to check 'text fields in quotes' for libreoffice to put 
quotes. since we have only text in translations, that'll do.

Original comment by korn...@gmail.com on 14 Dec 2011 at 12:49

GoogleCodeExporter commented 9 years ago
gfx properties under one frame.
disable them and set them on certain gfx quality setting.

Original comment by korn...@gmail.com on 15 Dec 2011 at 3:19

GoogleCodeExporter commented 9 years ago
done with gfx quality combobox.

now i need to set up descriptions for all settings elements through tooltips, 
and display them at the right description panel.

Original comment by korn...@gmail.com on 15 Dec 2011 at 8:46

GoogleCodeExporter commented 9 years ago
the right description panel can also contain text that is shown when no element 
is hovered, just a generic info about current tab.

Original comment by korn...@gmail.com on 17 Dec 2011 at 8:55

GoogleCodeExporter commented 9 years ago
also, put comboboxes higher than checkboxes in video settings, because texture 
filtering combo's dropdown list doesn't fit atm.

Original comment by korn...@gmail.com on 17 Dec 2011 at 10:00

GoogleCodeExporter commented 9 years ago
desc displays fine, but it should set the default desc before any hovering.

Original comment by korn...@gmail.com on 17 Dec 2011 at 10:56

GoogleCodeExporter commented 9 years ago
done.
setup texts for tabs.

Original comment by korn...@gmail.com on 17 Dec 2011 at 10:59

GoogleCodeExporter commented 9 years ago
for themes' tooltips i should check if i can simply bind their elements. if so, 
then it's not a big problem.

Original comment by korn...@gmail.com on 17 Dec 2011 at 11:01

GoogleCodeExporter commented 9 years ago
for theme/scene info, display only those fields that exist. if none exists, 
display "No info".

Original comment by korn...@gmail.com on 17 Dec 2011 at 12:20

GoogleCodeExporter commented 9 years ago
first, fill in the info.

Original comment by korn...@gmail.com on 19 Dec 2011 at 5:36

GoogleCodeExporter commented 9 years ago
done. now display descriptions.

Original comment by korn...@gmail.com on 19 Dec 2011 at 5:50

GoogleCodeExporter commented 9 years ago
scene descs displayed.
do themes and see if hovering colour is easily changed for listboxes, since 
it's not easy to associate name with description without any visible selection.

Original comment by korn...@gmail.com on 19 Dec 2011 at 12:23

GoogleCodeExporter commented 9 years ago
done with themes and music packs. CE said there's no easy way to highlight 
hovered list box items.

Original comment by korn...@gmail.com on 19 Dec 2011 at 12:57

GoogleCodeExporter commented 9 years ago
now fill in all the tooltip IDs with texts.
we need to get it done asap, because Dirk is waiting to translate into German.
i think after i fill all texts in, i should build 0.8.4 so that Kai can verify 
and alter necessary texts.
after that i'll send it to Dirk.

Original comment by korn...@gmail.com on 19 Dec 2011 at 1:01

GoogleCodeExporter commented 9 years ago
the easiest hover is to use MenuItem for ListBox items. will try that only if 
it proves necessary.

Original comment by korn...@gmail.com on 19 Dec 2011 at 1:06

GoogleCodeExporter commented 9 years ago
if we set text for StaticText with [window=...], then this window is built into 
the text. but when set different text without [window=...], then the window 
stays, it doesn't disappear. CE explained that [window=...] is almost a hack 
that only moves the window to correct position, but does nothing more.
we need special setText function that makes [window=...] visible when set, and 
invisible if replaced without [window=...].

Original comment by korn...@gmail.com on 21 Dec 2011 at 11:53

GoogleCodeExporter commented 9 years ago
implemented StaticText::setText.

Original comment by korn...@gmail.com on 21 Dec 2011 at 4:05

GoogleCodeExporter commented 9 years ago
done for game, theme, audio tabs. video tab left.

Original comment by korn...@gmail.com on 22 Dec 2011 at 5:25

GoogleCodeExporter commented 9 years ago
done with texts, fix scrolls.

Original comment by korn...@gmail.com on 22 Dec 2011 at 9:58

GoogleCodeExporter commented 9 years ago
fixed it, didn't implement TooltipID in looknfeel for them.
put video comboboxes before checkboxes otherwise dropdown list is ugly.

Original comment by korn...@gmail.com on 22 Dec 2011 at 12:32

GoogleCodeExporter commented 9 years ago
rearranged it.

try MouseEnters for ItemListBox/StaticText, and MouseEntersArea for all others 
in bindHover. may be it'll fix ItemListBox/StaticText "free space" problems.
Kulik was trying to explain that this won't work, but I didn't understand him.

Original comment by korn...@gmail.com on 22 Dec 2011 at 12:52

GoogleCodeExporter commented 9 years ago
it doesn't work. it's smth about one surface. bad.

Original comment by korn...@gmail.com on 22 Dec 2011 at 1:00

GoogleCodeExporter commented 9 years ago
done. translated everything.
now Kai should check translations and fix them if needed. then i'll give them 
to Dirk.

Original comment by korn...@gmail.com on 22 Dec 2011 at 1:07

GoogleCodeExporter commented 9 years ago
sent it to Dirk.

Original comment by korn...@gmail.com on 28 Dec 2011 at 11:41

GoogleCodeExporter commented 9 years ago
also, add russian text into forum post.

Original comment by korn...@gmail.com on 28 Dec 2011 at 1:12

GoogleCodeExporter commented 9 years ago
got translations from Dirk.

Original comment by korn...@gmail.com on 8 Jan 2012 at 9:19

GoogleCodeExporter commented 9 years ago
sent texts of resources.

Original comment by korn...@gmail.com on 8 Jan 2012 at 9:41

GoogleCodeExporter commented 9 years ago
dirk sent the translations.

Original comment by korn...@gmail.com on 12 Jan 2012 at 6:06

GoogleCodeExporter commented 9 years ago
done.

Original comment by korn...@gmail.com on 12 Jan 2012 at 7:24

GoogleCodeExporter commented 9 years ago

Original comment by Kai.Saerthen.Darker on 4 Feb 2012 at 7:23