Difference between revisions of "User:Vincent/todo list"

From Lazarus wiki
Jump to navigationJump to search
(updated todo-list)
Line 2: Line 2:
  
 
* <strike>update fpdoc on lazarus-ccr, so that the lcl pages link to the rtl pages.</strike>
 
* <strike>update fpdoc on lazarus-ccr, so that the lcl pages link to the rtl pages.</strike>
* find out how to setup mediawiki multilingual
 
 
* <strike>create lazarus snapshots for linux rpms</strike>
 
* <strike>create lazarus snapshots for linux rpms</strike>
 
* <strike>update this wiki site to 1.5</strike>
 
* <strike>update this wiki site to 1.5</strike>
 +
* <strike>move translation support from lazarus to the LCL (maybe it can be added to the FCL eventually).</strike>
 +
* create a test suite, that can be run unattended, for example after a nightly build or before a release.
 +
** finish lazbuild, so that it can build examples
 +
** make test scripts with [http://www.autohotkey.com autohotkey] on windows.
 +
** automate it all with fpcunit
 +
** upload the testresults on a html page, so that there is a kind of dash board
 +
** find alternatives for autohotkey on *nix
 +
* find out how to setup mediawiki multilingual
 
* [http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&p=6373#6373 improve language detection]
 
* [http://www.lazarus.freepascal.org/index.php?name=PNphpBB2&file=viewtopic&p=6373#6373 improve language detection]
* move translation support from lazarus to the LCL (maybe it can be added to the FCL eventually).
 
 
* create documentation (stubs) for lcl/widgetset. Here details for implementing a widgetset interface can be added, such as assumptions on what the LCL expects. It can help porting the LCL to a new widget set.
 
* create documentation (stubs) for lcl/widgetset. Here details for implementing a widgetset interface can be added, such as assumptions on what the LCL expects. It can help porting the LCL to a new widget set.
 
* create snapshots based on last released fpc (beside fpc svn head). I will start working on this, once fpc 2.0.4 has been released.
 
* create snapshots based on last released fpc (beside fpc svn head). I will start working on this, once fpc 2.0.4 has been released.
* restructure win32 installation, so that cross compilation packages can be added more easily.
+
* <strike>restructure win32 installation, so that cross compilation packages can be added more easily</strike>
 
+
* cross compiler installers for win32
;Some things I am considering
 
 
* creating a source based installer for win32. User can select packages and if they want to have rtl with debug info.
 
* creating a source based installer for win32. User can select packages and if they want to have rtl with debug info.
  
 
----
 
----
 
If you have suggestions or comments, feel free to add them to the [[User_talk:Vincent/todo_list|talk page]].
 
If you have suggestions or comments, feel free to add them to the [[User_talk:Vincent/todo_list|talk page]].

Revision as of 20:06, 6 September 2006

This is a list of things I hope to work on the coming time, so you can see I have great ideas. ;-)

  • update fpdoc on lazarus-ccr, so that the lcl pages link to the rtl pages.
  • create lazarus snapshots for linux rpms
  • update this wiki site to 1.5
  • move translation support from lazarus to the LCL (maybe it can be added to the FCL eventually).
  • create a test suite, that can be run unattended, for example after a nightly build or before a release.
    • finish lazbuild, so that it can build examples
    • make test scripts with autohotkey on windows.
    • automate it all with fpcunit
    • upload the testresults on a html page, so that there is a kind of dash board
    • find alternatives for autohotkey on *nix
  • find out how to setup mediawiki multilingual
  • improve language detection
  • create documentation (stubs) for lcl/widgetset. Here details for implementing a widgetset interface can be added, such as assumptions on what the LCL expects. It can help porting the LCL to a new widget set.
  • create snapshots based on last released fpc (beside fpc svn head). I will start working on this, once fpc 2.0.4 has been released.
  • restructure win32 installation, so that cross compilation packages can be added more easily
  • cross compiler installers for win32
  • creating a source based installer for win32. User can select packages and if they want to have rtl with debug info.

If you have suggestions or comments, feel free to add them to the talk page.