Windows GUI for trunk building - page 9 - General Discussion and Assistance - CHDK Forum

Windows GUI for trunk building

  • 771 Replies
  • 283443 Views
*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #80 on: 16 / August / 2008, 06:06:55 »
Advertisements
@fe50
@zdravko

I had just discovered that this morning too, very sorry about that - gimme another 5 minutes ...

[edit] OK, here it is: chdk-shell-v159.zip - 1.06MB

          For reference's sake: Bugfix release for 1.58, compilation was broken.
          Please read release notes or my previous post about 1.58, warning still applies

wim
« Last Edit: 16 / August / 2008, 06:24:26 by whim »

*

Offline fe50

  • ******
  • 3147
  • IXUS50 & 860, SX10 Star WARs-Star RAWs
    • fe50
Re: Windows GUI for trunk building
« Reply #81 on: 16 / August / 2008, 07:20:27 »
wim,

v1.59 is working fine, thx !

*

Offline zdravko

  • *
  • 29
  • [ S3 IS ]
Re: Windows GUI for trunk building
« Reply #82 on: 16 / August / 2008, 07:29:25 »
wim,

thanks for the quick fix, v. 1.59 works great!


Zdravko

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #83 on: 16 / August / 2008, 09:35:37 »
@fe50
@zdravko

Well I had to, what good is a compiler shell that prevents compilation  :haha

Seriously though, I promise to improve my testing procedure.

wim


*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: Windows GUI for trunk building
« Reply #84 on: 16 / August / 2008, 09:37:27 »
i hope it didnt have to do with my recent changes in the makefile and the renaming and what not.

keep up the good work :)

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #85 on: 16 / August / 2008, 09:51:08 »
@PhyrePhox

No, just bad quality control by me ... all I'm checking in the Makefile is the lines that start with:

'firzipsub:' and 'firzipsubcomplete:' so don't you go change those  :haha

just kidding, change all you want, there's always solutions.

wim

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #86 on: 16 / August / 2008, 15:20:11 »
Next version, this time (hopefully) properly tested: chdk-shell-v160.zip - 1.02MB

Quote
- 1.60  After the bugged 1.58 and the 1.59 quickfix, I decided to properly test 1.59 and found a couple
        of small (mostly GUI) bugs
        - fixed: Tray icon not properly initialised
        - fixed: spacing of checkboxes in 'Program Options'
        - fixed: position of Branch & GUI config dialogs, with a small window/font size setting (83/80) the
          dialogs would not stay within the program window.
        - added: program icon

        Program is now compiled with AutoIt 3.2.12.1 (was AutoIt 3.2.10.0)

wim

*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #87 on: 18 / August / 2008, 10:07:29 »
Small, but irritating GUI bug fixed ...

Quote
- 1.61  - fixed: program window state (active/not active) now correctly restored after updates

edit: window will still go active when it is updated with a download though  :(
        ... maybe I should call that a feature i.o. a bug  :D

here: chdk-shell-v161.zip - 1.04MB

enjoy,

wim
« Last Edit: 21 / August / 2008, 04:09:12 by whim »


*

Offline whim

  • ******
  • 2046
  • A495/590/620/630 ixus70/115/220/230/300/870 S95
Re: Windows GUI for trunk building
« Reply #88 on: 22 / August / 2008, 08:53:15 »
Implemented update logging, when an update has been downloaded the following info is written to file:

  • Current date & time
  • Branchname, version and release date
  • Author and short summary of changes

chdk-shell-v163.zip - 1.04MB

enjoy,

wim

PS @pixeldoc2000: hope this goes some way towards your request...
« Last Edit: 22 / August / 2008, 10:16:25 by whim »

*

Offline pixeldoc2000

  • ****
  • 356
  • IXUS900Ti 1.00C, IXUS300HS 1.00D
    • pixel::doc homebase
Re: Windows GUI for trunk building
« Reply #89 on: 29 / August / 2008, 15:01:44 »
@whim

PS @pixeldoc2000: hope this goes some way towards your request...
It not "exacly" the way i would design a GUI, but thats a question of personal taste, i'll respect that  ;)

I've created CHDK-Shell WIKI page. Please review if it's correct and add to first post if your like.
Maybe you could add link to current version on update and create a changelog there?

here is a small contrib to CHDK-Shell-v163.au3:

Code: [Select]
; we don't want more than 1 version of the program running ...
If _Singleton("chdk-shell", 1) = 0 Then
MsgBox(8256, $Title, "Another CHDK-Shell is already running !")
WinActivate("CHDK GCC Compiler Shell")   ; <--- ADD ME :-)
Exit 1
EndIf

remove notepad.exe will start default editor instead of useless notepad! Would be nice to change this all over the source or  maybe an option to choose editor (think i'm not the only one using a better editor like pspad, ultraedit or else?)
Code: [Select]
Case $but_err_show
ShellExecute($errlog, "", $sourcedir)

Greez, p::d
« Last Edit: 29 / August / 2008, 15:33:07 by pixeldoc2000 »

 

Related Topics