|
2014-03-31
, 22:22
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#1122
|
The Following 3 Users Say Thank You to mr_pingu For This Useful Post: | ||
|
2014-03-31
, 22:23
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#1123
|
For sure, everything Qt "hangs" for 2 seconds if *power* button is press (not "slide switch" on the side) - guys from QTLockscreen replacement experienced it. I feel it too, if listening to radio without analog bypass, and I press power button to see time in lockscreen
No idea if it's related to current problem, though.
/Estel
The Following 7 Users Say Thank You to elros34 For This Useful Post: | ||
|
2014-04-01
, 07:11
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1124
|
[partition desktop] path /syspart/desktop cpu-shares 6144 memory-limit 30M
The Following 2 Users Say Thank You to Estel For This Useful Post: | ||
|
2014-04-01
, 16:13
|
Posts: 578 |
Thanked: 994 times |
Joined on Dec 2012
|
#1125
|
|
2014-04-05
, 02:13
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#1126
|
|
2014-04-05
, 11:34
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#1127
|
The Following 4 Users Say Thank You to Estel For This Useful Post: | ||
|
2014-04-08
, 00:43
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#1128
|
|
2014-04-08
, 07:06
|
Posts: 1,163 |
Thanked: 1,873 times |
Joined on Feb 2011
@ The Netherlands
|
#1129
|
So, I've given up. Rather than trying to create dozens of tiny buttons, or come up with some scrolling mechanism to show more buttons, I'm now collecting all the input control values and creating a combo box out of them. To use this mechanism, you'll need to first select the input you want to control from the list, then press the "Switch to Selected Input" button; so, what was a single step on the original remote is now two steps in Pierogi. Oh well. But, at least I can now manage enormous lists of input sources without tearing my hair out.
I've made a pass through the keysets, and placed all the current input controls into this new list mechanism, but I'm sure I'll need to catch more that I missed (and fix errors). Please do tell me if you find a problem!
I've managed to squeeze this new control into the bottom of the Utility panel; this may make the controls just a little hard to operate, though. It has also taken over the existing Input panel. I'll add some screenshots of these new panels.
I've also put together a new "Receiver" panel; it is now the first panel of the "Audio Device Panels" collection. It basically just adds controls for presets and radio band choices to the existing Main panel. I'll add a screenshot of it as well.
The Following 2 Users Say Thank You to mr_pingu For This Useful Post: | ||
|
2014-04-08
, 09:56
|
|
Posts: 110 |
Thanked: 59 times |
Joined on Nov 2010
@ Bangalore
|
#1130
|
The Following 2 Users Say Thank You to Sandeep For This Useful Post: | ||
https://github.com/jpietrzak8/Pierog.../pierogi_nl.ts
The good news is that these .ts files are easy to generate! The bad news is that it'll probably take a lot of work to parse through them. (That, and Pierogi has an enormous amount of buttons to translate...) Thankfully, there's no need to try and fill out an entire .ts file in a single pass; partially completed translations work fine, with Qt falling back to the default language for any items not translated.
The Qt SDK also has a program called Linguist that provides support for editing .ts files. Downloading and running a copy of this program is probably the easiest way to fill out the translations...
So, mr_pingu, if you're not running for the exits after seeing what a .ts file looks like, please go ahead and try translating a button or two, and message me about how feasible this looks to you. And, if anybody else out there would like to try their hand at translating Pierogi, I'd love to have the help!