Juha
|
f4f288fb6e
|
IDE: Remove unused and duplicate resource strings. Fix exception messages.
(cherry picked from commit 865013eeb9 )
|
2021-10-01 00:27:25 +03:00 |
|
maxim
|
3566beff8f
|
Designer: fixed typos related to 'occur' word
git-svn-id: trunk@65205 -
|
2021-06-10 22:16:29 +00:00 |
|
juha
|
7b18690162
|
Remove an obsolete dbg message when deleting a comp. Remove "var" from params when not needed.
git-svn-id: trunk@65000 -
|
2021-04-15 19:22:38 +00:00 |
|
mattias
|
388532a797
|
IDE: less hints
git-svn-id: trunk@64682 -
|
2021-02-28 08:51:36 +00:00 |
|
juha
|
6813e28eef
|
LazUtils: Move math helper functions from LCLProc to LazUtilities. Deprecate LCLProc versions.
git-svn-id: trunk@64197 -
|
2020-12-12 11:41:07 +00:00 |
|
juha
|
125e794a87
|
Remove useless test for X <> Nil when using "is" operator.
git-svn-id: trunk@63779 -
|
2020-08-18 17:35:21 +00:00 |
|
juha
|
bc1e8a9946
|
LCL: Update Images in BitBtn and SpeedButton from connected Action also when Glyph is not empty. Issue #22071.
git-svn-id: trunk@62642 -
|
2020-02-17 18:17:25 +00:00 |
|
ondrej
|
f5da5df4fb
|
LCL: high-DPI: fix inplace frames. Issue #36370
git-svn-id: trunk@62507 -
|
2020-01-07 21:14:44 +00:00 |
|
juha
|
71735e079b
|
Designer: Add conditional debug lines for JITForm creation and reduce typecasts.
git-svn-id: trunk@62411 -
|
2019-12-18 17:52:31 +00:00 |
|
juha
|
d9ac09795b
|
Respect compiler OPT='-v0' by using {$push} and {$pop} in code. Issue #34955.
git-svn-id: trunk@60706 -
|
2019-03-16 21:17:58 +00:00 |
|
juha
|
b20cf40349
|
Use RaiseGDBException from LazTracer unit. Remove similar funcs from IDEProcs and ComponentReg.
git-svn-id: trunk@58622 -
|
2018-07-24 17:49:21 +00:00 |
|
juha
|
3574bdfb6d
|
Move debug- & other non-GUI stuff from LCLProc to LazUtilities and LazLogger in package LazUtils.
git-svn-id: trunk@58244 -
|
2018-06-13 13:59:07 +00:00 |
|
juha
|
e27232d4cc
|
Fix uninitialized variables based on compiler warnings got with dfa (data flow analysis) enabled.
git-svn-id: trunk@55211 -
|
2017-06-04 15:14:29 +00:00 |
|
juha
|
e800a738ad
|
Copy AVL_Tree from FPC trunk and replace classes in AvgLvlTree and in CodetoolsStructs with it.
The unit in FPC packages will be used directly later.
git-svn-id: trunk@54524 -
|
2017-04-05 08:34:48 +00:00 |
|
juha
|
e542ddbfcd
|
Packager refactoring. Move funcs and methods to IdeIntf. Prepare for PackageLink interface.
git-svn-id: trunk@54405 -
|
2017-03-15 13:13:36 +00:00 |
|
joost
|
1de2cbf586
|
general: Updated address of the Free Software Foundation in copyright messages
git-svn-id: trunk@54031 -
|
2017-01-29 21:04:32 +00:00 |
|
mattias
|
0eca7b739e
|
IDE: fixed mem leak in jitforms, bug #30487
git-svn-id: trunk@52848 -
|
2016-08-20 21:49:02 +00:00 |
|
mattias
|
4f2a09c958
|
IDE: fixed mem leak in jitforms, bug #30487
git-svn-id: trunk@52845 -
|
2016-08-20 17:35:58 +00:00 |
|
juha
|
9367da0ae5
|
Remove extra checks for empty strings together with IsValidIdent. It already handles an empty string.
git-svn-id: trunk@52812 -
|
2016-08-17 10:40:29 +00:00 |
|
mattias
|
ae3d26a022
|
IDE: jitforms: fixed setting vmt ParentRef under FPC 3.1.1, bug #30424
git-svn-id: trunk@52771 -
|
2016-08-01 20:28:34 +00:00 |
|
hnb
|
2f01b9e55a
|
* IDE: designer: fixed jitform for fpc 3.1 (related to FPC r34087 #4b65d3903d). Resolves issue #30377
git-svn-id: trunk@52691 -
|
2016-07-15 12:35:01 +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 |
|
mattias
|
ad3eacb527
|
IDE: designer: fixed jitform for fpc 3.1
git-svn-id: trunk@52507 -
|
2016-06-15 09:43:21 +00:00 |
|
mattias
|
0357266afc
|
IDE: fixed compilation with fpc 3.0.1
git-svn-id: trunk@52484 -
|
2016-06-12 07:08:39 +00:00 |
|
mattias
|
d015e429f4
|
IDE: fixed compilation with fpc 3.1.1, bug #30262
git-svn-id: trunk@52482 -
|
2016-06-12 07:01:24 +00:00 |
|
juha
|
24a234e4ba
|
Designer: Make TFieldInfo record match with its counterpart in typinfo. Noticed by Alfred Glänzer.
git-svn-id: trunk@52058 -
|
2016-03-25 23:29:46 +00:00 |
|
ondrej
|
00c6de89c7
|
designer: fix TJITForms.IsJITForm
git-svn-id: trunk@51136 -
|
2016-01-02 20:16:39 +00:00 |
|
mattias
|
c6391b6a34
|
IDE: fixed Disable/EnableAutosizing debug designer form
git-svn-id: trunk@50180 -
|
2015-10-26 22:21:14 +00:00 |
|
mattias
|
9b0d4c01b6
|
IDE+LCL: debugging Disable/EnableAutoSizing
git-svn-id: trunk@50176 -
|
2015-10-26 21:34:11 +00:00 |
|
mattias
|
ad284bb8ab
|
IDE: debug componentstate
git-svn-id: trunk@44279 -
|
2014-02-27 12:49:45 +00:00 |
|
mattias
|
632f4c9629
|
IDE: use IDEMessageDialog
git-svn-id: trunk@44274 -
|
2014-02-27 10:15:06 +00:00 |
|
mattias
|
3b717ddda1
|
IDE: fixed duplicate code, break cycle lfmunitresource
git-svn-id: trunk@42895 -
|
2013-09-20 09:15:48 +00:00 |
|
mattias
|
0c1f11b7a5
|
IDE: reverted patch #42889
git-svn-id: trunk@42894 -
|
2013-09-20 09:05:34 +00:00 |
|
mattias
|
0b54eaf3c2
|
IDE: lfmunitresource: break cycle
git-svn-id: trunk@42890 -
|
2013-09-19 20:01:11 +00:00 |
|
mattias
|
51d0aff5e3
|
IDE: clean up
git-svn-id: trunk@40695 -
|
2013-04-02 10:11:26 +00:00 |
|
mattias
|
f595fb71f7
|
IDE: added unitresources
git-svn-id: trunk@40326 -
|
2013-02-16 16:15:18 +00:00 |
|
juha
|
672f5bd862
|
Replace #13 with LineEnding in many messages. It didn't show correctly on Linux systems.
git-svn-id: trunk@38633 -
|
2012-09-13 06:39:56 +00:00 |
|
mattias
|
3f599eaa55
|
IDE: TDataModule minimum size 150x150
git-svn-id: trunk@38110 -
|
2012-08-01 21:18:48 +00:00 |
|
mattias
|
d91e9ccb16
|
IDE: paste components: update TControl.Caption
git-svn-id: trunk@37640 -
|
2012-06-13 16:26:29 +00:00 |
|
mattias
|
22957ca052
|
IDE: paste multiple components: fix references
git-svn-id: trunk@37638 -
|
2012-06-13 15:56:51 +00:00 |
|
mattias
|
86b0a8eb31
|
IDE: paste component: fix renamed references
git-svn-id: trunk@37635 -
|
2012-06-13 14:43:12 +00:00 |
|
mattias
|
534d860289
|
IDE: utility function GetJITMethod
git-svn-id: trunk@35729 -
|
2012-03-05 11:21:19 +00:00 |
|
mattias
|
0d84f6918e
|
IDE: using IsValidUnitName
git-svn-id: trunk@34317 -
|
2011-12-20 09:33:01 +00:00 |
|
mattias
|
c37254b8ff
|
IDE: designer: allow dotted unit names, bug #20892
git-svn-id: trunk@34175 -
|
2011-12-14 10:03:56 +00:00 |
|
mattias
|
ce6a9b8431
|
IDE: creating component name from class name: check if removing leading T starts with a number
git-svn-id: trunk@32838 -
|
2011-10-12 07:24:55 +00:00 |
|
mattias
|
5b28299656
|
IDE: jitforms: using GetPropList for safer align, bug #19109
git-svn-id: trunk@32566 -
|
2011-09-30 14:19:13 +00:00 |
|
mattias
|
cc790adde3
|
IDE: debugging
git-svn-id: trunk@29974 -
|
2011-03-21 17:12:25 +00:00 |
|
mattias
|
e77e383461
|
IDE: designer forms are now created with delayed autosize
git-svn-id: trunk@24423 -
|
2010-04-05 00:29:46 +00:00 |
|
paul
|
9999081da8
|
lazarus: extract some classes from propedits to propeditutils by Ask (issue #0015531)
git-svn-id: trunk@23472 -
|
2010-01-17 07:12:12 +00:00 |
|