CHDK mod with timestamp feature - page 6 - CHDK Releases - CHDK Forum

CHDK mod with timestamp feature

  • 71 Replies
  • 41709 Views
*

Offline pethead

  • *
  • 42
  • Canon S5 IS
    • Canon S5 IS Community
Re: CHDK mod with timestamp feature
« Reply #50 on: 19 / October / 2008, 01:45:47 »
Advertisements
I'll plan to increase of label entries. how much? it makes too long scroll to select desired caption. or not?
canons5is.clan.su Allbest+ with timestamp features

*

Offline pethead

  • *
  • 42
  • Canon S5 IS
    • Canon S5 IS Community
Re: CHDK mod with timestamp feature
« Reply #51 on: 19 / October / 2008, 03:00:50 »
i see you changed the symbolfile as well, did you patch the 16 version as well or just the 10 one?
only 10
canons5is.clan.su Allbest+ with timestamp features

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: CHDK mod with timestamp feature
« Reply #52 on: 05 / November / 2008, 19:01:53 »
hello pethead,
i really like your modification of chdk. can you please create a diff/patch with all your changes and attach it here? i know i can access your assembla workspace, but i dont like creating patches, somehow i always fail :)

*

Offline pethead

  • *
  • 42
  • Canon S5 IS
    • Canon S5 IS Community
Re: CHDK mod with timestamp feature
« Reply #53 on: 05 / November / 2008, 23:10:59 »
ok.
all changes I marked with comment
//Timestamp
and... all current sources I'll pack into rar and attach here as soon.
canons5is.clan.su Allbest+ with timestamp features


*

Offline pethead

  • *
  • 42
  • Canon S5 IS
    • Canon S5 IS Community
Re: CHDK mod with timestamp feature
« Reply #54 on: 07 / November / 2008, 09:49:14 »
find the following comments in code *.c,*.h:
//!! Timestamp
or
// Timestamp
or
//!!
or any function and procedures with lead of "timestamp_".
these marks are showing you changes for timestamp

RapidShare: Easy Filehosting
« Last Edit: 07 / November / 2008, 09:53:26 by pethead »
canons5is.clan.su Allbest+ with timestamp features

*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: CHDK mod with timestamp feature
« Reply #55 on: 07 / November / 2008, 11:05:17 »
uhm, can you please do it in another way: i need a svn diff file (also called patch), not the whole source. it is very time consuming for me (or any other developer) finding out what you changed.

do the following:
checkout a fresh copy of the trunk (i.e. "svn co https://tools.assembla.com/svn/chdk/trunk").
you then apply all your changes to it (without the //Timestamp comments).
then you do a "svn diff > timestamp.diff", this creates the neccessary files. thanks!

*

Offline pethead

  • *
  • 42
  • Canon S5 IS
    • Canon S5 IS Community
Re: CHDK mod with timestamp feature
« Reply #56 on: 08 / November / 2008, 04:00:47 »
I updated my sources and get some conflicts with fresh in svn.
but I dont make changes. just created patch and attached all files with conflicts.

canons5is.clan.su Allbest+ with timestamp features

*

Offline Hacki

  • ****
  • 359
  • EOS 80D
Re: CHDK mod with timestamp feature
« Reply #57 on: 08 / November / 2008, 10:49:57 »
That patchfile is still quite unusable.

Could you please try to provide a sane patchfile, which can be applied to the most recent trunk revision without any problems?

You are familiar with your own sourcecode, so it shouldnt be too hard for you to do that..

Thanks for you work so far.


*

Offline PhyrePhoX

  • *****
  • 2254
  • make RAW not WAR
    • PhyreWorX
Re: CHDK mod with timestamp feature
« Reply #58 on: 08 / November / 2008, 16:04:19 »
hacki is right, we cannot use your patch. i wonder how you managed to create these conflicts.
please do exactly like i described the procedure, it will be the best for all of us, plus you learn how to handle svn & the stuff (took me a long time to learn it, but i know it's worth it).
checkout a fresh trunk. then apply your changes (not via diff, but by hand). then after you applied your changes and checked if you can still compile, you can create the diff/patch. and since this is a patch, you dont need to comment all changes with "//timestamp" or the like, because it will be marked in the revision history of the svn server.

*

Offline Hacki

  • ****
  • 359
  • EOS 80D
Re: CHDK mod with timestamp feature
« Reply #59 on: 12 / November / 2008, 14:19:03 »
There, a proper diff file. Wasnt such a big deal afterall, just some conflicts with because of new items in the lang & conf files..

Pethead, please.. in the future, just do that stuff yourself.. I appreciate your contributions to the community - but when you contribute, please wrap it up nice and clean instead of just throwing some code at us which we need to dissect before actually using it.. ;)


 

Related Topics