michael
|
9e16784c7e
|
* StartRender/EndRender support (enable transaction control) for bug ID #0033496
git-svn-id: trunk@57565 -
|
2018-03-27 07:55:22 +00:00 |
|
michael
|
46ca509e85
|
* Fix compilation
git-svn-id: trunk@57564 -
|
2018-03-25 18:02:21 +00:00 |
|
michael
|
af0de1670c
|
* Fix AV in some cases (bug ID #33494)
git-svn-id: trunk@57563 -
|
2018-03-25 17:51:31 +00:00 |
|
michael
|
c4c09d59f6
|
* Fix bug #33507
git-svn-id: trunk@57562 -
|
2018-03-25 17:44:15 +00:00 |
|
michael
|
cac42cb9d7
|
* Fix bug #33509
git-svn-id: trunk@57561 -
|
2018-03-25 17:32:17 +00:00 |
|
michael
|
92e3aa746b
|
* Support for Master-Detail relations in data designer
git-svn-id: trunk@57560 -
|
2018-03-25 17:22:53 +00:00 |
|
michael
|
cc6780a8d2
|
* Fix bug #0033489
git-svn-id: trunk@57559 -
|
2018-03-23 10:57:05 +00:00 |
|
michael
|
49785542af
|
* Fix bug #33484
git-svn-id: trunk@57558 -
|
2018-03-23 10:18:55 +00:00 |
|
juha
|
7b837567c3
|
LCL: Support TMenuItem.Assign(TMenuItem) and TMenu.Assign(TMenu). Issue #33345, patch from AlexeyT.
git-svn-id: trunk@57557 -
|
2018-03-23 10:15:47 +00:00 |
|
michael
|
f2fad774c7
|
* Use correct add mechanism
git-svn-id: trunk@57556 -
|
2018-03-23 10:00:57 +00:00 |
|
juha
|
5e04ba4ae2
|
Printers: Set different MinValue and MaxValue for TFloatSpinEdit in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57555 -
|
2018-03-22 20:09:19 +00:00 |
|
ondrej
|
584fd52fcd
|
IDE: identifier completion window: fix system colors
git-svn-id: trunk@57554 -
|
2018-03-22 16:24:04 +00:00 |
|
ondrej
|
796629c37a
|
IDE: identifier completion window: fix default colors
git-svn-id: trunk@57553 -
|
2018-03-22 16:23:42 +00:00 |
|
ondrej
|
757cf07ff9
|
Fix CamelCase
git-svn-id: trunk@57552 -
|
2018-03-22 15:21:43 +00:00 |
|
juha
|
a5ca0547dd
|
Cocoa: Prevent crash on non-existing cursor. Issue #33478, patch from Anton Kavalenka.
git-svn-id: trunk@57551 -
|
2018-03-22 13:03:34 +00:00 |
|
juha
|
f6c1395ad6
|
JCF2: Support record helper types. Issue #31175, patch from delfion.
git-svn-id: trunk@57550 -
|
2018-03-22 12:57:14 +00:00 |
|
mattias
|
3a59b3de4d
|
IDE: word completion box: invert color of selected item
git-svn-id: trunk@57549 -
|
2018-03-22 11:24:24 +00:00 |
|
mattias
|
18798b306b
|
IDE: word completion box: fixed inverting font color on dark background
git-svn-id: trunk@57548 -
|
2018-03-22 10:16:39 +00:00 |
|
juha
|
bc26b5cd5f
|
Printers: Show correct paper names and "source" list in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57547 -
|
2018-03-22 08:51:24 +00:00 |
|
maxim
|
085dd5ef9f
|
PoChecker: display summary form even if statistics showing is disabled (in this case it is simply not added to log). This allows user to always see translation completion status and get access to graphical summary.
git-svn-id: trunk@57546 -
|
2018-03-21 22:56:15 +00:00 |
|
maxim
|
20834ad1f1
|
LazUtils, translations.pas: when collecting translation files for given base PO file take into account only files with exactly matching names, i.e. for 'project1.po' collect 'project1.foo.po', not 'project1foo.po'.
git-svn-id: trunk@57545 -
|
2018-03-21 22:36:01 +00:00 |
|
maxim
|
f0d86864a4
|
IDE: when collecting translation files for given base PO file take into account only files with exactly matching names, i.e. for 'project1.po' collect 'project1.foo.po', not 'project1foo.po'.
git-svn-id: trunk@57544 -
|
2018-03-21 22:05:46 +00:00 |
|
juha
|
40c903dd63
|
Printers: Implement psoDisablePrinter and Printer button in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57543 -
|
2018-03-21 09:42:47 +00:00 |
|
juha
|
eadbad36d8
|
Printers: Implement psoDefaultMinMargins etc. in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57542 -
|
2018-03-20 18:44:26 +00:00 |
|
martin
|
a44e69d7e1
|
SynEdit: outline coloring, fix invalidation
git-svn-id: trunk@57541 -
|
2018-03-20 18:34:22 +00:00 |
|
juha
|
eb60bc8c6d
|
Printers: Paint margins etc. in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57540 -
|
2018-03-20 16:05:14 +00:00 |
|
juha
|
0081f4daa1
|
AnchorEditor: Do not rebuild the whole OI tree after changing anchors.
git-svn-id: trunk@57539 -
|
2018-03-20 15:39:49 +00:00 |
|
juha
|
60d0e01451
|
IDE: Use PageControl in Editor - Tab and Indent options frame. Shows better with some widgetsets. Issue #33438, patch from Phemtik.
git-svn-id: trunk@57538 -
|
2018-03-20 10:53:00 +00:00 |
|
juha
|
45ea5e6e15
|
Printers: Paint shadow for preview, implement psoMargins and psoMinMargins in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57537 -
|
2018-03-20 10:38:21 +00:00 |
|
juha
|
f3076a3a17
|
IDE: Improve layout for Codetools - General options. Issue #33436, patch from Phemtik.
git-svn-id: trunk@57536 -
|
2018-03-19 21:09:25 +00:00 |
|
juha
|
d45b8023cf
|
IDE: Improve layout for Environment - Messages Window. Issue #33437, patch from Phemtik.
git-svn-id: trunk@57535 -
|
2018-03-19 20:59:38 +00:00 |
|
juha
|
689d37bf35
|
Printers: Rotate margin values on for Portrait/Landscape in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57534 -
|
2018-03-19 20:59:33 +00:00 |
|
juha
|
f745a6b395
|
Printers: Adjust increment for mm/Inch in Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57533 -
|
2018-03-19 09:29:56 +00:00 |
|
michael
|
45f8bcef97
|
* Fix bug ID #33456, duplicate name when editing data
git-svn-id: trunk@57532 -
|
2018-03-19 08:51:49 +00:00 |
|
michael
|
9c278cbc3a
|
* Fix bug ID #33460, change of variable name should be reflected in list
git-svn-id: trunk@57531 -
|
2018-03-19 08:38:07 +00:00 |
|
michael
|
490a96c9c2
|
* Fix bug ID #33459, bounds on spinedits should be removed
git-svn-id: trunk@57530 -
|
2018-03-19 08:22:38 +00:00 |
|
michael
|
fb0dc6ae2b
|
* Correct logic for showing correct initial value editor
git-svn-id: trunk@57529 -
|
2018-03-19 08:18:44 +00:00 |
|
juha
|
e092279c61
|
Printers: Set margins etc. for Unix PageSetup dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57528 -
|
2018-03-18 16:03:37 +00:00 |
|
michael
|
75314f3319
|
* Remove writeln statements
git-svn-id: trunk@57527 -
|
2018-03-18 12:42:52 +00:00 |
|
michael
|
d396966a7b
|
* Add FieldIsNull built-in function
git-svn-id: trunk@57526 -
|
2018-03-18 12:00:26 +00:00 |
|
michael
|
4c12df05e8
|
* Remove data when stopping design of a report
git-svn-id: trunk@57525 -
|
2018-03-18 09:47:17 +00:00 |
|
michael
|
c1d42d53ff
|
* Discard design data when rdoManageData is not in design options (Bug ID #33325)
git-svn-id: trunk@57524 -
|
2018-03-17 17:25:17 +00:00 |
|
michael
|
46f0729085
|
* Clear report before loading it from file
git-svn-id: trunk@57523 -
|
2018-03-17 17:19:15 +00:00 |
|
michael
|
b075f5ee87
|
* Refactored report designer, so the report design file can be loaded using report data manager class without visual components. Default support for CSV, DBF, JSON, SQLDB
git-svn-id: trunk@57522 -
|
2018-03-17 16:46:36 +00:00 |
|
wp
|
9e2c7686af
|
IDE: Add an {$IF FPC_FullVersion >= 30101} around registration of TFileName property editor - see discussion in Issue #33410.
git-svn-id: trunk@57521 -
|
2018-03-17 15:43:57 +00:00 |
|
martin
|
c47fffce1e
|
SynEdit: outline color / debug gutter: fix 1 based index
git-svn-id: trunk@57520 -
|
2018-03-17 13:36:05 +00:00 |
|
juha
|
a993ca4fed
|
Printers: Improve Unix PageSetup more. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57519 -
|
2018-03-17 12:55:52 +00:00 |
|
juha
|
ffd23c7799
|
Printers: Use scaling 1/1000 inch and 1/100 mm for page setup. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57518 -
|
2018-03-17 08:23:13 +00:00 |
|
juha
|
2791021ac9
|
Printers: Match Windows PageSetupDialog settings with the Unix dialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57517 -
|
2018-03-16 22:09:56 +00:00 |
|
juha
|
dd8971ca15
|
Printers: Improve Unix PageSetupDialog. Issue #33427, patch from AlexeyT.
git-svn-id: trunk@57516 -
|
2018-03-16 17:04:34 +00:00 |
|