lazarus/components/lazreport/source
maxim 684c367b8a IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts.
Reasons:
1. .pot is 'industry standard' extension for PO template files. As a consequence, PO editors can now open our templates 'out of the box' and automate creation of translations.
2. It is now much simpler to detect template files now that dotted unit names are allowed.

git-svn-id: trunk@60208 -
2019-01-24 23:02:37 +00:00
..
addons IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts. 2019-01-24 23:02:37 +00:00
languages IDE: changed extension of master PO files (a.k.a. templates) from .po to .pot, adapted IDE, POChecker, updatepofiles tool and localize.bat/.sh scripts. 2019-01-24 23:02:37 +00:00
barcode.pas * Fix 2 bugs: wrong index in extended code 93 encoding, copy paste error in checksum 2017-09-23 14:08:28 +00:00
bullets.res
fr3tolrf.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
fr_pencil.res
lazreport.lpk
lazreport.pas components: less hints 2016-03-01 15:26:12 +00:00
lr_about.lfm
lr_about.pas
lr_barc.lfm
lr_barc.pas Add LCLPlatformDef to packages and examples that did not compile otherwise. 2016-12-18 10:10:56 +00:00
lr_bnded.lfm
lr_bnded.pas
lr_btyp.lfm
lr_btyp.pas
lr_chbox.pas
lr_checkbox.res
lr_class.pas LazReport: check for null in formatfloat function, issue #34213 2018-09-08 06:30:49 +00:00
lr_color.pas
lr_const.pas LazReport: Documents the "IF" internal function, patch from Soner, issue #32197 2018-04-03 08:10:25 +00:00
lr_crossarray.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
lr_crosstab.pas LazReport: Cross-Tab component's i18n by Marcelo B Paula, bug #32883, with 2017-12-27 15:24:36 +00:00
lr_crosstab.res
lr_crosstabeditor.lfm LazReport: Cross-Tab component's i18n by Marcelo B Paula, bug #32883, with 2017-12-27 15:24:36 +00:00
lr_crosstabeditor.pas LazReport: Cross-Tab component's i18n by Marcelo B Paula, bug #32883, with 2017-12-27 15:24:36 +00:00
lr_ctrls.pas
lr_dbcomponent.pas LazReport: Patch from Aleksey Lagunov (with changes) Issue #33556 2018-04-08 22:29:36 +00:00
lr_dbop.pas
lr_dbrel.pas
lr_dbset.pas
lr_desgn.lfm New patch from Aleksey Lagunov: 2016-06-14 20:44:19 +00:00
lr_desgn.pas LazReport: Patch from Aleksey Lagunov (with changes) Issue #33556 2018-04-08 22:29:36 +00:00
lr_design_ins_filed.lfm
lr_design_ins_filed.pas LazReport: Cross-Tab component's i18n by Marcelo B Paula, bug #32883, with 2017-12-27 15:24:36 +00:00
lr_dock.lfm
lr_dock.pas
lr_dopt.lfm
lr_dopt.pas
lr_dset.pas
lr_dsopt.lfm New patch from Aleksey Lagunov: 2016-06-14 20:44:19 +00:00
lr_dsopt.pas LazReport: Cross-Tab component's i18n by Marcelo B Paula, bug #32883, with 2017-12-27 15:24:36 +00:00
lr_e_csv.pas LazReport: Delete old deprecated UTF8 functions. 2018-10-02 13:29:46 +00:00
lr_e_gen.pas
lr_e_htm.pas
lr_e_txt_params.lfm
lr_e_txt_params.pas
lr_e_txt.pas Deprecate wrappers for LazUTF8 functions in LCLProc. 2015-02-06 18:25:31 +00:00
lr_edit.lfm New patch from Aleksey Lagunov: 2016-06-14 20:44:19 +00:00
lr_edit.pas lazreport: fix compilation with fpc 2.6.4 2016-07-10 12:10:18 +00:00
lr_ev_ed.lfm
lr_ev_ed.pas
lr_expres.lfm
lr_expres.pas
lr_flds.lfm
lr_flds.pas
lr_fmted.lfm
lr_fmted.pas
lr_fpc.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
lr_funct_editor_unit1.lfm LazReport: i18n-ed editor options and function editor, based on patch by Péter Gábor, bugs #27339, #27340; regenerated translations and updated Russian translation. 2015-01-22 21:36:41 +00:00
lr_funct_editor_unit1.pas LazReport: i18n-ed editor options and function editor, based on patch by Péter Gábor, bugs #27339, #27340; regenerated translations and updated Russian translation. 2015-01-22 21:36:41 +00:00
lr_funct_editor_unit.lfm
lr_funct_editor_unit.pas
lr_gedit.lfm
lr_gedit.pas
lr_grped.lfm
lr_grped.pas
lr_hilit.lfm
lr_hilit.pas
lr_hyphen.pas general: Updated address of the Free Software Foundation in copyright messages 2017-01-29 21:04:32 +00:00
lr_iflds.lfm
lr_iflds.pas
lr_insp.lfm
lr_insp.pas
lr_intrp.pas LazReport: fix parser error - if script variable contains word END. From Aleksey Lagunov 2016-08-31 20:58:17 +00:00
lr_newrp.lfm
lr_newrp.pas LazUtils, unit FileUtil: Disable conditionally LazUtf8 and LazFileUtils wrapper functions. For testing define NoLazUTF8Wrappers and build Lazarus. 2015-07-04 23:08:00 +00:00
lr_pars.pas LazReport: The <expression> in the IF function can be a boolean value plus checks for NULL and EMPTY. 2018-04-03 08:17:06 +00:00
lr_pgopt.lfm
lr_pgopt.pas
lr_pgrid.pas LazReport: Include new PrinterIndex property in frPrintGrid for using PrinterSetupDialog. Issue #29373, patch from Jean Patrick. 2016-01-12 11:34:52 +00:00
lr_prdlg.lfm
lr_prdlg.pas
lr_previewtoolsabstract.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
lr_prntr.pas Reduce compiler warnings, initialize some uninitialized variables. 2017-12-29 18:47:51 +00:00
lr_progr.lfm
lr_progr.pas
lr_propedit.pas New patch from Aleksey Lagunov: 2016-06-14 20:44:19 +00:00
lr_register.pas
lr_register.res LazReport: New HiRes palette icons (by Roland Hahn) 2017-12-23 21:57:33 +00:00
lr_rrect.lfm
lr_rrect.pas
lr_shape.lfm
lr_shape.pas Fix uninitialized variables and other problems found by the compiler. 2015-03-22 10:17:35 +00:00
lr_srch.lfm
lr_srch.pas
lr_templ.lfm
lr_templ.pas
lr_utils.pas LazReport: Delete old deprecated UTF8 functions. 2018-10-02 13:29:46 +00:00
lr_var.lfm
lr_var.pas
lr_vared.lfm
lr_vared.pas
lr_vbnd.lfm
lr_vbnd.pas
lr_vers.inc
lr_view.lfm New patch from Aleksey Lagunov: 2016-06-14 20:44:19 +00:00
lr_view.pas LazReport: missing unit in lr_view.pas in case DebugLR is defined. 2018-04-08 18:27:32 +00:00