Commit Graph

54144 Commits

Author SHA1 Message Date
jesus
e6c02d77d7 LazReport: The <expression> in the IF function can be a boolean value plus checks for NULL and EMPTY.
git-svn-id: trunk@57597 -
2018-04-03 08:17:06 +00:00
jesus
755a6e60ef LazReport: Documents the "IF" internal function, patch from Soner, issue #32197
git-svn-id: trunk@57596 -
2018-04-03 08:10:25 +00:00
wp
e6cd329fc4 lcl: Undo r57591 #2bad73f4cf (breaks display of DBMemo if no OnGetText/OnSetText handler is attached).
git-svn-id: trunk@57595 -
2018-04-03 07:57:45 +00:00
jesus
3746e63947 LazReport: TfrView's beforechange and afterchange made virtual
git-svn-id: trunk@57594 -
2018-04-03 07:56:21 +00:00
jesus
74a76be5d4 LazReport: Modified some Debug Log
git-svn-id: trunk@57593 -
2018-04-03 07:53:40 +00:00
martin
c6b2a92978 SynEdit: outline color / testcases for issue #32852
git-svn-id: trunk@57592 -
2018-04-02 22:18:25 +00:00
wp
2bad73f4cf LCL: Fix events TField.OnSetText/OnGetText not being called when editing a TDBMemo (patch by BrunoK, issue #33498)
git-svn-id: trunk@57591 -
2018-04-02 17:55:20 +00:00
maxim
91d005707d Opkman: regenerated translations and updated Russian translation
git-svn-id: trunk@57590 -
2018-04-01 22:13:16 +00:00
michael
17129f58a6 * Allow opening/new in new window
git-svn-id: trunk@57589 -
2018-04-01 16:25:46 +00:00
martin
7418d01c85 SynEdit: outline color / testcases
git-svn-id: trunk@57588 -
2018-04-01 13:17:32 +00:00
michael
c41bb75f54 * Allow drag&drop of report files.
git-svn-id: trunk@57586 -
2018-03-31 20:15:19 +00:00
michael
e2b698c85d * Load file from command-line if set
git-svn-id: trunk@57585 -
2018-03-31 19:51:16 +00:00
michael
bfcaf2d1db * Implement copy & paste (bug ID #0033351)
git-svn-id: trunk@57584 -
2018-03-31 19:34:38 +00:00
juha
e12c19d97c LCL-GTK2: Draw TToolButton correctly in TGtk2ThemeServices. Issue #33536, patch from Yuriy Kopnin.
git-svn-id: trunk@57583 -
2018-03-31 14:17:44 +00:00
juha
9d840e6fad IDE: Don't try to draw image for dividers in ToolbarConfig dialog. Issue #33533, patch from FTurtle.
git-svn-id: trunk@57582 -
2018-03-31 14:09:43 +00:00
juha
5e2d878e09 LCL-GTK2: Fix TFloatSpinEdit behaviour. Issue #32985, patch from accorp.
git-svn-id: trunk@57581 -
2018-03-31 13:53:03 +00:00
juha
32a9ec15de LCL-GTK2: Remove idle callback before destroying a widget. Issue #32985, patch from accorp.
git-svn-id: trunk@57580 -
2018-03-31 13:52:58 +00:00
balazs
e0f2c26d32 Opkman: Rename "Open" button to "Local repo" to prevent confusion.
git-svn-id: trunk@57579 -
2018-03-30 08:19:13 +00:00
balazs
6ee1d58104 Opkman: On refresh reset package filter.
git-svn-id: trunk@57578 -
2018-03-29 19:40:43 +00:00
balazs
e03d7bfcb1 Opkman: Bug fix: Install process is not aborted when the user click the "Cancel" button.
git-svn-id: trunk@57577 -
2018-03-29 12:26:42 +00:00
balazs
c8b60de4c7 Opkman: More filter related bug fix.
git-svn-id: trunk@57576 -
2018-03-29 09:51:06 +00:00
balazs
8c69e30eb6 Opkman: Bug fix: Package filter is not working properly. Reported by forum user @totya.
git-svn-id: trunk@57575 -
2018-03-29 09:12:09 +00:00
maxim
10994c4ec0 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33527
git-svn-id: trunk@57574 -
2018-03-28 21:39:47 +00:00
michl
0e7311c40c LCL: GTK3: Compilable again after revision 57164 #987f894152.
git-svn-id: trunk@57573 -
2018-03-28 21:06:41 +00:00
michl
490a9896da LCL: GTK2: TLabel: Accelerating keys will work correct again after revision 57571 #797b238648.
git-svn-id: trunk@57572 -
2018-03-28 20:47:36 +00:00
michl
797b238648 LCL: TLabel: Fixed TLabel.FocusControl select control without pressing ALT. Issue #33526
git-svn-id: trunk@57571 -
2018-03-28 20:42:11 +00:00
michl
7aa9f045f5 MenuEditor: Cleanup: Removed RefreshFakes as it is already called in UpdateBoxLocationsAndSizes.
git-svn-id: trunk@57570 -
2018-03-27 19:48:18 +00:00
michl
c103818545 MenuEditor: Fixed wrong item height when in ObjectInspector caption is set from text to "-" and vice versa. Issue #33415
git-svn-id: trunk@57569 -
2018-03-27 19:28:44 +00:00
balazs
cc7720503b Opkman: Hide package hint window on form deactivate. Issue #33522 by AlexeyT.
git-svn-id: trunk@57568 -
2018-03-27 18:44:12 +00:00
balazs
9dfaa876f4 Opkman: Hide package hint window on mouse scroll. Issue #33521 by AlexeyT.
git-svn-id: trunk@57567 -
2018-03-27 18:42:14 +00:00
hnb
9c2ef8acaa fpreport: fix design example on Windows.
git-svn-id: trunk@57566 -
2018-03-27 12:41:16 +00:00
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