Personal Fix for DIY Dynamic Templates
Dan White wrote a wonderful Qt4 application for creating a personal D*I*Y planner. I like it a lot and it saves my job every single day since I use it. However, there is one flaw in his templates. The week numbers are missing in calendars. Luckily, he published his source code so I could make some fixes. And of course, I publish it to you for personal use as well.
The files you can download below are based on version 2.04. Following adjustments were made:
- Added week numbers to day, week, month and year templates
- Adjusted default page setting to European ISO style A4
- Adjusted default zoom to 9 (instead of 25)
Download
Windows Executable 2.04 plus Fixes
Screenshots
Please excuse the German wording. I hope this will vanish on English PCs
Old version at the left, new version at the right…





Tags: DIY, Dynamic Templates
June 8th, 2009 at 7:57 pm
The Windows Executable 2.04 plus Fixes does not open. Then I try to open i get ( This application has failed to start because mingwm.dll was not found. Re-installing the application may fix this problem) I down loaded again but the same error comes up. It would be great to have the date on both pages.
June 9th, 2009 at 8:41 am
Hi Tom,
I fixed the download. It should run now. However, the filesize is a bit more
Ralph
July 2nd, 2009 at 8:29 am
Hi Ralph,
I’ve just installed the latest version of QT Creator (1.1.1) on my Windows XP PC. I’m really struggling to turn your source (or Ygor’s) into something I can compile and experiment with using QT Creator. Creator can’t find anything to work with. Can you give me an idiot’s guide to getting up and running, please? I’m well used to .net or Visual C++, but I’m finding it hard to get QT going.
Cheers,
Martin
July 3rd, 2009 at 9:36 pm
Hi Martin,
I myself noticed that QtCreator does not really work properly. That’s why I made it on command line (Start “cmd”):
1. Go to DIY Source directory
2. execute “qmake -pro” (or “-project”)
3. execute “qmake -makefile”
4. execute “mingw32-make.exe -f Makefile.Release”
This should help on XP…
July 15th, 2009 at 6:01 pm
Hi again Ralph. When I run the compiled program I get the message “This application has failed to start because mingwm.dll was not found. Re-installing the application may fix this problem.” Do I have to manually install the dlls?
Cheers,
Martin
July 17th, 2009 at 3:07 pm
Hi Martin,
you have two options:
1) Prepare thhe Qt for static linking. This is a quite complicated process and I don’t recommend it unless you wanna share your executable with someone.
2) make sure mingw32.dll (or whatever DLL Windows complains about) can be found via your PATH environment variable (e.g. copy it to C:\WINDOWS\system32).
For option 2 you would have to deliver mingw32.dll to other users along with your EXE – which is not a big deal as the license does allow it.
Regards
Ralph
November 4th, 2009 at 2:08 pm
[...] I finalized my DIY-Planner for 2010. You can download the new calendar here (created with my personal fix for DIY Dynamic Templates). [...]
January 4th, 2010 at 4:50 am
Hi Ralf ,
I just printed 2010 calender . Thanks for great help. I try DYI planner website , but they have a bug there in their ZIP.
Regards
January 4th, 2010 at 4:51 am
Hey thanks buddy , i just downloaded 2010 calender . regards