lazarus/components
maxim 0d5a25892d IDEIntf: updated Russian translation
git-svn-id: trunk@48583 -
2015-04-01 23:05:55 +00:00
..
aarre
activex
aggpas aggpas: 64bit fixes from fpgui aggpas 2015-02-13 17:45:09 +00:00
anchordocking
cairocanvas cairocanvas: fixed compilation under 2.6.4 2015-03-10 21:03:44 +00:00
chmhelp LHelp: i18n and initial Hungarian translation, based on patch by Péter Gábor, bug ; also added Russian translation 2015-03-02 21:48:44 +00:00
codetools codetools: parse type helper 2015-03-30 16:24:22 +00:00
compilers
custom
customdrawn
customform
daemon
datadict Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
datetimectrls fixed wrong Frac/Trunc in DecodeDate/Time 2015-02-07 12:22:35 +00:00
dbexport Translations: committed regenerated files 2015-01-13 00:12:46 +00:00
debuggerintf updated Makefiles, changed rx.lpk output to lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType) 2015-02-14 15:18:23 +00:00
editortoolbar EditorToolbar: Make the ListView work with both QT and OSX. Requires IFDEFs. Patch from Balázs Székely. 2015-04-01 19:56:10 +00:00
education Comp. Education: fix compilation after component palette changes. 2015-01-12 15:30:35 +00:00
externhelp Translations: Hungarian translation update by Péter Gábor, bug 2015-01-27 23:10:25 +00:00
filebrowser
fpcunit fpcunit: guitestrunner: save & restore windows size and position, patch , from Graeme 2015-03-09 19:58:56 +00:00
fpdebug FpDebug: Avoid endless exceptions when the debugger does not have enough rights to debug on Darwin. 2015-03-26 20:30:56 +00:00
fppkg
fpvectorial FpVectorial: Cleanup based on compiler hints. 2015-03-24 17:50:02 +00:00
fpweb Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
h2pas Translations: Hungarian translation update by Péter Gábor, bug 2015-01-27 23:10:25 +00:00
IdeInspector
ideintf IDEIntf: updated Russian translation 2015-04-01 23:05:55 +00:00
IdeLazLogger Translations: committed regenerated files 2015-01-13 00:12:46 +00:00
images examples: removed obsolete OtherUnitFiles 2015-03-02 19:04:04 +00:00
IndustrialStuff Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
instantfpc
jcf2 JCF2: Cleanup based on compiler hints. 2015-03-24 17:50:33 +00:00
lazcontrols Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items. 2015-03-24 17:52:23 +00:00
lazdebuggergdbmi Debugger, GDBMI: Disable WarnOnSetBreakpointError 2015-03-27 16:10:17 +00:00
lazdebuggers LazDebuggerFp: Fixed mem-leak 2015-03-27 22:05:19 +00:00
lazreport LazReport, refactored TfrBarCodeView into TfrCustomBarcodeView 2015-03-30 19:12:16 +00:00
lazsvnpkg lazsvnpkg: fixed combining date+time 2015-02-07 12:06:00 +00:00
lazthread
lazutils LazUtils: Formatting. 2015-03-24 17:52:43 +00:00
leakview Translations: committed regenerated files 2015-01-12 21:36:54 +00:00
macfiles
macroscript Translations: committed regenerated files 2015-01-12 21:36:54 +00:00
memds
messagecomposer Translations: Hungarian translation update by Péter Gábor, bug 2015-01-27 23:10:25 +00:00
mouseandkeyinput
mpaslex
mrumenu
multithreadprocs
opengl
paradox examples: removed obsolete OtherUnitFiles 2015-03-02 19:04:04 +00:00
PascalScript Initialize variables based on compiler warnings around Lazarus and libs. Contains ToDo items. 2015-03-24 17:52:23 +00:00
plotfunction
pochecker Fix more uninitialized variables. 2015-03-22 22:39:33 +00:00
printers printers4lazarus: gtk2 on darwin, patch 2015-03-30 20:21:27 +00:00
projecttemplates ProjectTemplates: improved Russian translation 2015-01-04 17:17:01 +00:00
rtticontrols examples: removed obsolete SrcPath 2015-03-02 18:52:45 +00:00
rx updated Makefiles, changed rx.lpk output to lib/$(TargetCPU)-$(TargetOS)/$(LCLWidgetType) 2015-02-14 15:18:23 +00:00
sdf
simpleideintf
sqldb Sqldb: Add missing conditional. Issue , patch from Mark Morgan Lloyd. 2015-03-29 15:38:30 +00:00
sqlite Components, sqlite: Hungarian translation by Péter Gábor 2015-02-11 20:25:33 +00:00
synedit SynMemo: deprecated - use SynEdit 2015-03-31 22:52:08 +00:00
synunihighlighter
tachart TAChart: Fix panes to work with TFuncSeries. Update panes-2 demo. 2015-03-29 22:13:33 +00:00
tdbf
todolist Improvements for Finnish translation. 2015-01-21 00:17:13 +00:00
turbopower_ipro examples: removed obsolete OtherUnitFiles 2015-03-02 19:04:04 +00:00
vlc
wiki lazutils: moved ReplaceSubString to LazUTF8, added UTF8QuotedStr 2015-02-13 20:34:21 +00:00
Makefile
Makefile.fpc
README.txt

aarre
  ?
  
activex
  ActiveX support (Windows only)
  
aggpas
  Anti-Grain Geometry - an antialiased graphic library
  
anchordocking
  ?
  
cairocanvas
  ?

chmhelp
  Package lhelpcontrolpkg for using CHM help 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

customdrawn
  ?
  
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.

datetimectrls
  Date/time controls
  
dbexport
  Export databases to various file formats.
  
debuggerintf
  ?

editortoolbar
  A customizable toolbar for the source editor.

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

externhelp
  External help (via website) for Lazarus IDE
  
filebrowser
  A file browser window for the IDE.

fpcunit
  Template for a fpcunit GUI test runner.
  
fpdebug
  ?
  
fppkg  
  ?

fpvectorial
  Support for reading/writing vectorial  file formats
  
fpweb
  Units that support web server and web client programming.

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

IdeInspector
  ?
  
ideintf
  ?

IdeLazLogger
  IDE support for LazLogger output
  
images
  More image formats for LCL applications.

IndustrialStuff
  Additional controls with industrial/process management theme
  
instantfpc
  ?
  
jcf2
  Jedi code formatter 2.

lazcontrols
  ?

lazdebuggergdbmi
  Package for debugger using both gdb and additional native Pascal code.

lazdebuggers
  ?
  
lazreport
  Report generators and grpahical editors for the IDE.

lazsvnpkg
  Subversion version control support for the IDE.
  
lazthread
  ?

lazutils
  Various utility functions (has no package).
  
leakview
  Extends the IDE with a graphical viewer for heaptrc output.

macfiles
  Package to create OS X application bundles.

macroscript
  ?
  
memds
  Memory database/dataset 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.

mrumenu
  ?

multithreadprocs
  ?
  
opengl
  An OpenGL control.

paradox
  Support for Paradox databases.
  
PascalScript
  Version of RemObjects Pascal Script adapted for use in the Lazarus IDE.

plotfunction
  A LCL control for drawing plots and graphs.

pochecker
  Validates translated PO files.
  
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
  Controls based on rxlib.

sdf
  SDF (CSV-like+fixed length dataset) database package.

simpleideintf
  A test environment for IDE packages.
  
sqldb
  Support for FPC's sqldb's data access layer (Firebird, MySQL, PostgreSQL, SQLite etc.)
  Preinstalled in default Lazarus

sqlite
  SQLite database package.

synedit
  The text editor control used by the IDE.

synunihighlighter
  A universal highlighter for synedit.

tachart
  A control for graphs and plots.

tdbf
  TDBF database package; supports DBase III,IV, Visual DBase VII and (Visual) 
  FoxPro databases.

todolist
  IDE to do list for source code. It extracts to do items from comments.
  
turbopower_ipro
  A HTML control.

vlc
  A video player component based on the VLC libraries.
  
wiki
  Tools to convert a wiki to offline help.