Author Topic: Windows GUI for trunk building [currently v. 3.42]  (Read 60718 times)

Offline whim

  • Guru Member
  • ******
  • Posts: 1954
  • A620/A630/A590-101b/i70-101b/i870-101a/i300
Windows GUI for trunk building [currently v. 3.42]
« on: 22 / March / 2008, 03:58:42 »
--- Original first post in this topic ---> temporarily off line. Didn't change a letter, but forum b@rfs on it  :D
oh well... maybe next time ...

full version history is in readme, last changes near to last post in this thread, or on the Wiki

Edit 16-01-09: now hosted on drop.io  no new versions, expires 15-12-10
Edit 11-11-10: now hosted on box.net


-------------------------------------------
current and previous are now at : box.net  <== note new site
-------------------------------------------

« Last Edit: 21 / December / 2011, 07:02:56 by whim »

Offline PhyrePhoX

  • Global Moderator
  • Guru Member
  • *****
  • Posts: 2254
  • make RAW not WAR
    • PhyreWorX
Windows GUI for trunk building
« Reply #1 on: 22 / March / 2008, 05:00:37 »
try this link
Quote
http://tools.assembla.com/chdk/changeset/339/trunk?old_path=%2F&format=zip


i couldnt open your link at first, then i manually browsed to trac and saw that you didnt escape some chars in the url :)

Offline GrAnd

  • Developers
  • Hero Member
  • ****
  • Posts: 916
  • [A610, S3IS]
    • CHDK
Windows GUI for trunk building
« Reply #2 on: 22 / March / 2008, 12:16:18 »
@whim

Your application is great! I applaud you.
I also thought to do like that, but via on-line service (like a web-page, where you selects camera/version/revision and after 5 seconds get firmware compiled). But I need a true server for that (now I'm using a machine from a localnet, which just works 24/7).
BTW. Does your program automatically determine available cameras to compile depending on revision? Or it is needed to modify its sources.

BTW2. I have no problem with the wget to get your url (after replacing the '/' with '.' in 'tools/assembla'). Just typed url in quotes:
wget "http://tools/assembla.com/chdk/changeset/338/trunk?oldpath=/&format=zip"
CHDK Developer.

Offline whim

  • Guru Member
  • ******
  • Posts: 1954
  • A620/A630/A590-101b/i70-101b/i870-101a/i300
Windows GUI for trunk building
« Reply #3 on: 23 / March / 2008, 22:20:41 »
@all

Well, here it is... I've got to stop tinkering for a bit, or I'll OD on coffee ;)

wim

@GrAnd, PhyrePhox: thanks for the tips on wget, I'm sure it must have some weird typo.

@GrAnd Program reads the Makefile and extracts info from that to present it's selection. It doesn't autocompile (yet)
             but I'm looking into it ...

Edit: updated to 1.01

edit2: removed due to newer version, see later post
« Last Edit: 25 / March / 2008, 21:43:38 by whim »

Offline GrAnd

  • Developers
  • Hero Member
  • ****
  • Posts: 916
  • [A610, S3IS]
    • CHDK
Windows GUI for trunk building
« Reply #4 on: 24 / March / 2008, 00:45:15 »
@whim

Heh... Your program does not like large fonts in Windows (see screenshot attached).

BTW. Is it possible to skip gcc-building-environment installation stage if I have it already installed?
CHDK Developer.

Offline whim

  • Guru Member
  • ******
  • Posts: 1954
  • A620/A630/A590-101b/i70-101b/i870-101a/i300
Windows GUI for trunk building
« Reply #5 on: 24 / March / 2008, 01:15:20 »
@GrAnd

I was already afraid of international font problems - maybe I should just skip the Win 9x support and do Unicode versions
only. I'll post one so we can see if that makes a difference...

wim


Here's a zHare with 1) ANSI 2) UTF-8 and 3) UTF-16 aka UCS-2 Little Endian:

edit: removed, see later posts for newer version

I think it will also be a good idea to maximize the space I'm allowing the fonts, I'm working on that now.
Please note that I just know that the compiler can do it, I know very little about Unicode itself  :D
« Last Edit: 12 / April / 2008, 22:28:09 by whim »

Offline GrAnd

  • Developers
  • Hero Member
  • ****
  • Posts: 916
  • [A610, S3IS]
    • CHDK
Windows GUI for trunk building
« Reply #6 on: 24 / March / 2008, 01:41:08 »
I was already afraid of international font problems - maybe I should just skip the Win 9x support and do Unicode versions
only. I'll post one so we can see if that makes a difference...


What the "international font problems' do you mean? I'm not a Chinese... :)
I do not use any special fonts in the OS. Just those, which were installed by Windows. No Cyrillic letters used in the path. The version of my WindowsXP is English. I just increased the DPI settings for my fonts:
CHDK Developer.

Offline whim

  • Guru Member
  • ******
  • Posts: 1954
  • A620/A630/A590-101b/i70-101b/i870-101a/i300
Windows GUI for trunk building
« Reply #7 on: 24 / March / 2008, 01:58:38 »
@GrAnd

That's pretty funny, I seem to not even have seen in your pic that it was English !!!
Maybe I should install larger fonts myself  :haha  ....or maybe I should blame too
many hours behind the screen. But that's cool, now all I have to do is make it resizable ...

wim
« Last Edit: 24 / March / 2008, 02:01:29 by whim »

Offline GrAnd

  • Developers
  • Hero Member
  • ****
  • Posts: 916
  • [A610, S3IS]
    • CHDK
Windows GUI for trunk building
« Reply #8 on: 24 / March / 2008, 02:07:21 »
Here's a zHare with 1) ANSI 2) UTF-8 and 3) UTF-16 aka UCS-2 Little Endian:

Have tried. All three programs look identical.
CHDK Developer.

CHDK Forum

Windows GUI for trunk building
« Reply #8 on: 24 / March / 2008, 02:07:21 »

Offline whim

  • Guru Member
  • ******
  • Posts: 1954
  • A620/A630/A590-101b/i70-101b/i870-101a/i300
Windows GUI for trunk building
« Reply #9 on: 24 / March / 2008, 03:24:39 »
@GrAnd

Resizable main Window, maybe that helps ....

here: edit: removed, see later posts for newer version

wim
« Last Edit: 12 / April / 2008, 22:28:47 by whim »

Offline GrAnd

  • Developers
  • Hero Member
  • ****
  • Posts: 916
  • [A610, S3IS]
    • CHDK
Windows GUI for trunk building
« Reply #10 on: 24 / March / 2008, 12:35:51 »
@whim
O, that's better... But the logo is not moved if window is resized.
CHDK Developer.

Offline whim

  • Guru Member
  • ******
  • Posts: 1954
  • A620/A630/A590-101b/i70-101b/i870-101a/i300
Re: Windows GUI for trunk building
« Reply #11 on: 24 / March / 2008, 19:16:12 »
@GrAnd

Noticed that too. Hard for me to test 135% fonts though, only have a 1440x900 to work with here.
Now looking into the logo problem (it's because it's using a transparant child window)

wim

BTW Thanks for moving to new topic

Offline Barney Fife

  • Hero Member
  • *****
  • Posts: 1157
    • Gay Outdoorsmen
Re: Windows GUI for trunk building
« Reply #12 on: 24 / March / 2008, 20:21:18 »
Deleted
« Last Edit: 22 / April / 2008, 23:53:11 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

Offline GrAnd

  • Developers
  • Hero Member
  • ****
  • Posts: 916
  • [A610, S3IS]
    • CHDK
Re: Windows GUI for trunk building
« Reply #13 on: 24 / March / 2008, 20:38:44 »
Barney, I do not think that 135% fonts are too large for 1920x1200 resolution.

acseven, let's help GrAnd, set the forum font to this size. :D

I do not need this. I always have the option to press 'Ctrl'-'+' combination.
« Last Edit: 24 / March / 2008, 20:44:26 by GrAnd »
CHDK Developer.

Offline Barney Fife

  • Hero Member
  • *****
  • Posts: 1157
    • Gay Outdoorsmen
Re: Windows GUI for trunk building
« Reply #14 on: 24 / March / 2008, 20:42:16 »
Deleted
« Last Edit: 22 / April / 2008, 23:53:31 by Barney Fife »
[acseven/admin commented out: please refrain from more direct offensive language to any user. FW complaints to me] I felt it imperative to withdraw my TOTAL participation. Nobody has my permission, nor the right, to reinstate MY posts. Make-do with my quoted text in others' replies only. Bye

 


SimplePortal 2.3.3 © 2008-2010, SimplePortal