Commit Graph

49912 Commits

Author SHA1 Message Date
jesus
3852d2bd5e LazReport, enable some object inspector graphic property editors like color, so the object inspector show a color representation and color picker instead of just a number, fix issue #30346
git-svn-id: trunk@52632 -
2016-07-05 20:07:46 +00:00
juha
fd107ecf9e Designer: Make the link between designer and TabOrder dialog work both ways.
git-svn-id: trunk@52631 -
2016-07-05 18:02:14 +00:00
blikblum
df4030e5cf win32: refactor checks in WM_NCPAINT to avoid redundancy
git-svn-id: trunk@52630 -
2016-07-05 12:10:46 +00:00
maxim
38240c91fc IDE: improved 'Resave forms with i18n' menu caption, regenerated translations and updated Russian translation
git-svn-id: trunk@52629 -
2016-07-05 11:30:17 +00:00
juha
865cb9dc42 IDE: Prevent an occasional crash after BuildModes are added and deleted.
git-svn-id: trunk@52628 -
2016-07-05 11:16:54 +00:00
juha
cf8074ffe7 IDE: Improve comment.
git-svn-id: trunk@52627 -
2016-07-05 11:16:48 +00:00
maxim
43569bcb45 IDE: improved Russian translation
git-svn-id: trunk@52625 -
2016-07-04 22:24:13 +00:00
juha
d5d8e2f420 IdeIntf: Improve and harmonize the drawing of Boolean Checkboxes.
git-svn-id: trunk@52622 -
2016-07-04 18:13:11 +00:00
juha
96e287106e IDE: Make the order of IDE Coolbar items more logical.
git-svn-id: trunk@52621 -
2016-07-04 14:57:44 +00:00
juha
2eb867569a IDE: Organize uses sections.
git-svn-id: trunk@52620 -
2016-07-04 14:57:39 +00:00
juha
553370e733 IDE: Replace Combobox with Listbox+Filter to add package dependencies for projects and packages.
git-svn-id: trunk@52618 -
2016-07-04 09:35:10 +00:00
jesus
af0ed1ee21 LCL, grids: Fix dbgrid header click issue #28919
git-svn-id: trunk@52617 -
2016-07-04 06:26:35 +00:00
jesus
dac8469d9c LCl,grids: fix ignoring first EditorMode:=true, issue #30337
git-svn-id: trunk@52616 -
2016-07-04 03:24:14 +00:00
jesus
8b9f0e9b49 LCL, Grids: Implemented AfterMoveSelection, resolves issue #23173
git-svn-id: trunk@52615 -
2016-07-03 22:04:42 +00:00
bart
cc2b0f718e LazUtils: fix comments in lazutils_defines.inc.
git-svn-id: trunk@52607 -
2016-07-03 15:15:09 +00:00
bart
37add56709 LclIntf: Fix OpenURL for file:// scheme with a local anchor (e.g. file://c:/foo.html#bar) on Windows. Issue #0030326.
git-svn-id: trunk@52606 -
2016-07-03 15:01:04 +00:00
juha
06b8397c33 LCL: Fix spelling in comment.
git-svn-id: trunk@52605 -
2016-07-03 12:35:55 +00:00
juha
a3fd36f97b LCL: Change DebugLn calls in TCustomTreeView.UpdateScrollbars.
git-svn-id: trunk@52604 -
2016-07-03 12:35:53 +00:00
juha
7e929ec112 ObjectInspector: Update ComponentTree's Scrollbars when rezising or moving splitter.
git-svn-id: trunk@52603 -
2016-07-03 12:35:46 +00:00
jesus
67a56eb60a LCl,Grids: Implements FixedGridLineColor for using with flat grid, modified patch by Malcome, issue #30332
git-svn-id: trunk@52602 -
2016-07-02 19:25:07 +00:00
jesus
86383be1c4 LCL, grids: fix ignoring first "Delete" key press, issue #30335
git-svn-id: trunk@52601 -
2016-07-02 18:02:30 +00:00
maxim
6a41cf67c5 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@52600 -
2016-07-02 14:41:12 +00:00
maxim
74b73ae3c1 IDE: fixed/improved message (layout, typos and i18n) shown when key conflict detected
git-svn-id: trunk@52599 -
2016-07-02 14:27:40 +00:00
maxim
3c5b1df94a IDE: improved toolbar command captions i18n
git-svn-id: trunk@52598 -
2016-07-02 13:35:11 +00:00
maxim
4f09b51889 IDE, compiler config and target options page: improved i18n. Don't show any comments if option is active.
git-svn-id: trunk@52597 -
2016-07-02 13:00:09 +00:00
maxim
b1cab7270d IDE: improved 'Resave forms with i18n' error messages
git-svn-id: trunk@52596 -
2016-07-02 12:48:45 +00:00
juha
3b284c4674 LCL: Set ListView.Selection always when working with OwnerData. Issue #30320, patch from Rolf Wetjen.
git-svn-id: trunk@52595 -
2016-07-02 09:27:37 +00:00
zoran
5416af6a20 TDateTimePicker - removing not needed lines of code
git-svn-id: trunk@52594 -
2016-07-01 11:34:44 +00:00
zoran
7c8840606e TDateTimePicker - correction of drawing speed button arrow - asYetAnotherShape
git-svn-id: trunk@52593 -
2016-07-01 11:03:51 +00:00
juha
620c7bc25f IDE: Move used units in ProcedureList to the same "uses" block in interface section.
git-svn-id: trunk@52592 -
2016-07-01 08:12:33 +00:00
juha
91780eb6f7 LCL: Don't get TListView OwnerData with ItemIndex -1. Issue #30320, patch from Michl.
git-svn-id: trunk@52591 -
2016-07-01 07:28:55 +00:00
maxim
2771d74068 IDE: added some error handling to 'Resave forms with i18n' (ask user if he wants to retry or abort on read/write errors)
git-svn-id: trunk@52590 -
2016-06-30 23:03:06 +00:00
mattias
17018410ca IDE: compiler options: always show -WG option
git-svn-id: trunk@52589 -
2016-06-30 12:51:45 +00:00
juha
90f90041ca IDE: Improve ProcedureList, filter also by class name etc. Issue #30317, patch from Markus.
git-svn-id: trunk@52588 -
2016-06-30 09:46:26 +00:00
juha
20639a9df7 SynEdit test: fix compilation in AssertEquals() parameters. Use PtrInt instead of PtrUInt.
git-svn-id: trunk@52587 -
2016-06-30 09:46:20 +00:00
maxim
5ed0714686 IDE: added "Resave forms with i18n" function, which opens and resaves all project forms for which i18n was enabled in order to regenerate their translation tables
git-svn-id: trunk@52586 -
2016-06-29 22:48:52 +00:00
ondrej
368c310784 images: update policy information
git-svn-id: trunk@52585 -
2016-06-29 17:54:44 +00:00
wp
40a5dc93a0 lazutils: Avoid laz2_xmlcfg changing DefaultFormatSettings.
git-svn-id: trunk@52584 -
2016-06-29 11:48:44 +00:00
jesus
4d57da51b5 LCL, Grids: Implements AutoAdjustColumns in DbGrid, deprecates AutoSizeColumns. Fix Indicator resize problem, issue #30061
git-svn-id: trunk@52583 -
2016-06-29 00:59:27 +00:00
ondrej
629e720ec7 IDE: ComponentPalette: remove Application.ProcessMessages in UpdateNoteBookButtons. It caused mouse down message to be sent twice, which manifested itself in r51723 #a26b02db5a. Issue #30316
git-svn-id: trunk@52582 -
2016-06-28 15:31:02 +00:00
ondrej
dd65d3bf72 LCL: win32: mark TCheckBox.Color and TRadioButton.Color as restricted. Issue #30313
git-svn-id: trunk@52581 -
2016-06-27 13:16:01 +00:00
mattias
a0963cc80d translations: German: updates from Swen Heinig
git-svn-id: trunk@52580 -
2016-06-27 07:27:19 +00:00
wp
cb851cafdd Replace usage of ColorTree.BackgroundColor by ColorTree.Color in debugger_eventlog_options.
git-svn-id: trunk@52579 -
2016-06-26 06:18:42 +00:00
wp
bbd1676580 lcl: Fix TCustomTreeView BackgroundColor broken in r52515 #2beb2f65d0 (issue #30312)
git-svn-id: trunk@52578 -
2016-06-26 06:06:27 +00:00
jesus
220c413059 LCL, grids: removed debug line
git-svn-id: trunk@52577 -
2016-06-23 20:38:12 +00:00
jesus
089966371b LCL, dbgrids implements dgDblClickAutoSize: an option for automatically resize a column when the mouse cursor is at column border, modified patch by Gabor Boros, issue #30061
git-svn-id: trunk@52576 -
2016-06-23 20:23:15 +00:00
ondrej
4c4f98fef2 revert r52574 #6e97929097
git-svn-id: trunk@52575 -
2016-06-23 11:00:26 +00:00
ondrej
6e97929097 accidental commit (reverted in r52575)
git-svn-id: trunk@52574 -
2016-06-23 10:58:31 +00:00
maxim
6822f0cd42 Translations: regenerated German translation
git-svn-id: trunk@52573 -
2016-06-22 22:29:12 +00:00
maxim
ff4aa8bcd4 POChecker: improved IDE menuitem caption, regenerated translations and updated Russian translation.
git-svn-id: trunk@52572 -
2016-06-22 22:27:27 +00:00