- Posts: 521
PB's newgui
- RandMental
-
- Offline
Less
More
25 Jun 2013 19:51 #11355
by RandMental
Replied by RandMental on topic PB's newgui
I have build and played with a Devo8 emu to see what the new gui is about.
RBE and PB, it is really impressive, thanks to FDR, Vlad and the others above that helped with the testing - it is already more than most people will need to setup their GUI as the want it.
Thanks for the great work!
RBE and PB, it is really impressive, thanks to FDR, Vlad and the others above that helped with the testing - it is already more than most people will need to setup their GUI as the want it.
Thanks for the great work!
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
26 Jun 2013 01:01 #11359
by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
I've merged this into the trunk. the next nightlies will contain this gui.
- Pattaya01
-
- Offline
Less
More
- Posts: 181
26 Jun 2013 01:33 #11360
by Pattaya01
Replied by Pattaya01 on topic PB's newgui
Can you upload the latest emu for devo12 again?
- Kdean
-
- Offline
Less
More
- Posts: 213
26 Jun 2013 02:07 #11361
by Kdean
Replied by Kdean on topic PB's newgui
Im playing with version 1ae4b1 and found a boo boo.
If i select real time clock in the quick page menu, then try to access it using arrows, the emu shuts down.
Im wondering how do we set the clock?
If i select real time clock in the quick page menu, then try to access it using arrows, the emu shuts down.
Im wondering how do we set the clock?
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
26 Jun 2013 02:12 #11362
by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
I've uploaded the final build from this branch. Tonight's nightlies will contain all this code as well.
- Kdean
-
- Offline
Less
More
- Posts: 213
- Kdean
-
- Offline
Less
More
- Posts: 213
- vlad_vy
-
- Offline
Less
More
- Posts: 3333
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
26 Jun 2013 04:44 #11367
by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
Well it would be easy to add (except for being out of space on the config page). but there isn't room for AM/PM in the box, so you'd only have the numeric time. I prefer the 24hr clock. I need to think about using an ISO8601 date format (year-month-day) which is universal as opposed to the current day-month-year which is not. Again, I don't have room for a 4-digit year though, so we're somewhat limited in what we can show.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
26 Jun 2013 04:48 #11368
by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
thanks vlad. I fixed that one too now.
- Kdean
-
- Offline
Less
More
- Posts: 213
26 Jun 2013 04:54 #11369
by Kdean
Replied by Kdean on topic PB's newgui
I dont need the am/pm, im just not used to seeing more than 12 hours. The option to switch between 24 and 12 (without am/pm) would be nice for non european users.
- FDR
-
Topic Author
- Offline
26 Jun 2013 05:06 - 26 Jun 2013 05:07 #11371
by FDR
Replied by FDR on topic PB's newgui
Compilation of the emu_devo10 from the main repository throws an error:
+ Building 'emu_devo10.exe'
objs/emu_devo10-w32/dialogs.o: file not recognized: File truncated
collect2: ld returned 1 exit status
make: *** [emu_devo10.exe] Error 1
Last edit: 26 Jun 2013 05:07 by FDR.
- PhracturedBlue
-
- Offline
Less
More
- Posts: 4403
26 Jun 2013 05:29 #11372
by PhracturedBlue
Replied by PhracturedBlue on topic PB's newgui
did you run out of disk space? that isn't a compile error. When in doubt 'make distclean'
- FDR
-
Topic Author
- Offline
26 Jun 2013 05:35 #11373
by FDR
Replied by FDR on topic PB's newgui
No, there are 36GB left, but deleting the obj dir solved...
- vlad_vy
-
- Offline
Less
More
- Posts: 3333
26 Jun 2013 05:41 #11374
by vlad_vy
Replied by vlad_vy on topic PB's newgui
PB, is it possible to display (optionally, by config option) clock (HH:MM) at main page toolbar? RTC is not very valuable info and I don't like idea to fill useful space by clock box.
- Pattaya01
-
- Offline
Less
More
- Posts: 181
26 Jun 2013 06:07 #11376
by Pattaya01
I do think people forget about the time when they are on the field, enjoying the hobby. But would they forget the day?
Personally, I do not see the need for the date. Just the clock (24hr format) is more than enough.
Replied by Pattaya01 on topic PB's newgui
PhracturedBlue wrote: I need to think about using an ISO8601 date format (year-month-day) which is universal as opposed to the current day-month-year which is not. Again, I don't have room for a 4-digit year though, so we're somewhat limited in what we can show.
I do think people forget about the time when they are on the field, enjoying the hobby. But would they forget the day?
- rbe2012
-
- Offline
- So much to do, so little time...
Less
More
- Posts: 1433
26 Jun 2013 06:56 #11379
by rbe2012
Replied by rbe2012 on topic PB's newgui
In due time I thought about a string which defines a time and date format which could be translated - so corresponding to the language the look could be different and we had no necessity to build an interface and store format options somewhere.PhracturedBlue wrote: Well it would be easy to add (except for being out of space on the config page). but there isn't room for AM/PM in the box, so you'd only have the numeric time. I prefer the 24hr clock. I need to think about using an ISO8601 date format (year-month-day) which is universal as opposed to the current day-month-year which is not. Again, I don't have room for a 4-digit year though, so we're somewhat limited in what we can show.
- vlad_vy
-
- Offline
Less
More
- Posts: 3333
26 Jun 2013 07:05 #11380
by vlad_vy
Replied by vlad_vy on topic PB's newgui
Many russian users prefer english interface, but used to date format DD-MM-YY and 24h clocks.
- vlad_vy
-
- Offline
Less
More
- Posts: 3333
26 Jun 2013 07:59 - 26 Jun 2013 08:00 #11382
by vlad_vy
Replied by vlad_vy on topic PB's newgui
I modified default template for [gui-480x272]. If I load default template, all looks as defined in template. But if I reset model, layout changed to default for [gui-320x240].
Last edit: 26 Jun 2013 08:00 by vlad_vy.
- FDR
-
Topic Author
- Offline
26 Jun 2013 08:04 #11383
by FDR
Replied by FDR on topic PB's newgui
This is because the layout default template and the default model ini differ.
They are two distinct files:
...\filesystem\devo8\layout\default.ini
...\filesystem\devo8\models\default.ini
But I agree, that they should contain the same layout settings...
They are two distinct files:
...\filesystem\devo8\layout\default.ini
...\filesystem\devo8\models\default.ini
But I agree, that they should contain the same layout settings...
Time to create page: 0.788 seconds
-
Home
-
Forum
-
Development
-
Development
- PB's newgui