lazarus/components
2010-07-28 20:58:37 +00:00
..
aggpas IDE: using new codetools FPC caches 2010-07-24 08:12:27 +00:00
cgi * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
chmhelp * fixed bug #16988 where setting the help label to a char other than a..z, a..z 0..9 would crash lazarus. 2010-07-20 23:24:10 +00:00
codetools * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
compilers
custom
customdrawn fixes TBitmappedButton focus drawing 2010-07-27 09:11:00 +00:00
customform customform: check for ifaActivate in TAppForm.Activate 2010-05-25 00:24:13 +00:00
daemon
datadict IDE: Portuguese translation update from Marcelo B Paula, bug #16889. 2010-07-09 22:39:47 +00:00
dbexport regenerated Lithuanian translation 2010-06-06 14:43:53 +00:00
editortoolbar Components, editortoolbar: 2010-06-14 17:51:26 +00:00
education educationlaz: fixed saving after colleting values from frames 2010-04-22 17:23:53 +00:00
externhelp externhelp: help for postgresql 2010-04-24 20:53:09 +00:00
filebrowser IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling) 2010-03-20 15:12:33 +00:00
fpcunit updated makefiles 2010-07-02 20:29:37 +00:00
fpweb * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
h2pas * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
images LCL: fixed oldautosize 2010-04-03 22:07:28 +00:00
jcf2 translations: german: updates from Samuel Herzog 2010-07-11 08:09:17 +00:00
lazcontrols IDE: clean up 2010-07-15 21:30:24 +00:00
lazreport LazReport, show header band if masterband is empty but 'print if detail is empty' is checked 2010-07-20 20:47:56 +00:00
lazsvnpkg IDE: Portuguese translation update from Marcelo B Paula, bug #16889. 2010-07-09 22:39:47 +00:00
lazthread
leakview * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
macfiles updated makefiles 2010-07-02 20:29:37 +00:00
memds components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
messagecomposer regenerated translations; updated Russian translation 2010-06-02 23:10:50 +00:00
mouseandkeyinput
mpaslex
opengl openglcontrol: fixed calling ancestor Create/DestroyHandle, bug #16984 2010-07-22 11:46:57 +00:00
paradox
plotfunction
prettyformat
prettymessages IDE/SourceEditor/Packages: Using SourceEditorManager / Removed all references to single instance "var SourceNotebook" (for multi-window handling) 2010-03-20 15:12:33 +00:00
printers components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
projecttemplates components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
rtticontrols components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
rx
sdf components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
simpleideintf
sqldb components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
sqlite
synedit * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
synunihighlighter
tachart TAChart: Add basic tests for TListChartSource 2010-07-22 16:02:58 +00:00
tdbf components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
todolist * 1) renamed Czech translation files to *.cs.po (in accordance with ISO 639-1 standard). This makes automatic Czech translation selection work. Bug #17048. 2010-07-28 20:58:37 +00:00
turbopower_ipro components: return correct file case for packages units 2010-07-14 15:52:03 +00:00
Makefile IDE: lazcontrols: added codetools values, create dummy package if lpk not found, package link, Makefile 2010-06-21 22:50:36 +00:00
Makefile.fpc IDE: lazcontrols: added codetools values, create dummy package if lpk not found, package link, Makefile 2010-06-21 22:50:36 +00:00
README.txt

cgi
  CGI Data Modules

chmhelp
  Package lhelpcontrolpkg for using chm files in the IDE.

codetools
  The builtin pascal parser and pascal completion/refactoring tools of the IDE.

compilers
  Work in progress. Packages to extend the IDE for other languages.

custom
  Obsolete: Use packages instead
    User defined components for the IDE

customform
  Registering custom form descendants in the IDE.

daemon:
  Package to create programs that run as daemon under linux or service under
  windows.

datadict
  Support for data dictionaries for the IDE and applications.

dbexport
  Export databases to various file formats.

editortoolbar
  A customizable tolbar for the source editor.

educationlaz
  Extends/configures the IDE for education, training, courses

filebrowser
  A file browser window for the IDE.

fpcunit
  template for a fpcunit gui test runner

fpweb
  ?

h2pas
  Adds graphical interface to the IDE for the h2pas command line tool.

images
  More image formats for LCL applications.

interbase
  Database support for interbase.

jcf2
  Jedi code formatter 2.

lazreport
  Report generators and grpahical editors for the IDE.

lazthread
   ?

leakview
  Extends the IDE with a graphical viewer for the heaptrc output.

macfiles
  Package to create OS X application bundles.

memds
  Memory database package.

messagecomposer
  A graphical editor to create MessageDlg statements.

mouseandkeyinput
  A package demonstrating how to manipulate mouse and keyboard input.

mpaslex
  A small and fast pascal parser.

opengl
  A OpenGL control.

paradox
  Support for paradox databases.

plotfunction
  A LCL control for drawing plots and graphs.

popupnotifier
  ?

prettyformat
  Adds menu items to the IDE for beautifiying code via ptop.

prettymessages
  Hide unwanted hints, warnings and all kind of messages in the message window.

printers
  Printing support.

projecttemplates
  Create project templates from your projects.

rtticontrols
  A set of controls using the run time type information. For example a checkbox
  can be connected to a published boolean property of an arbitrary class without
  writing any code.

rx
  ?

sdf
  SDF database package.

simpleideintf
  A test environment for IDE packages.

sqlite
  SQLite database package.

synedit
  The text editor control used by the IDE.

synunihighlighter
  An universal highlighter for synedit.

tachart
  A control for graphs and plots.

tdbf
  TDBF database package.

trayicon
  An icon for the system tray.

turbopower_ipro
  A HTML control.