Commit Graph

48759 Commits

Author SHA1 Message Date
juha
52af02512e Menu designer: New unit MenuShortcuts containing code refactored out from MenuShadows.
git-svn-id: trunk@51487 -
2016-02-03 20:14:21 +00:00
wp
ac32b9a35a TAChart: Make TCustomSeries.Clear virtual. Add TChartLinkItem to TACustomSource.
git-svn-id: trunk@51485 -
2016-02-03 11:33:21 +00:00
wp
0a110ac10e TAChart: Add SafeEqual to TAMath for non-crashing number comparison with NaN.
git-svn-id: trunk@51484 -
2016-02-03 11:32:18 +00:00
wp
1ba9e71315 TAChart: Add property KeepDistance to DatapointDragTool to avoid data point jumping to mouse position.
git-svn-id: trunk@51482 -
2016-02-02 23:33:40 +00:00
ondrej
71bb9cf00a lcl: set TMenu.OwnerDrawn default False. Issue #29577, patch by Alexey Torgashin
git-svn-id: trunk@51481 -
2016-02-02 23:01:32 +00:00
jesus
4d59e883db LazReport, allow second parameter of COUNT() to control if invisible records should be counted
git-svn-id: trunk@51479 -
2016-02-02 18:31:58 +00:00
juha
946f8970fb LazReport: Add sh-bangs to several shell scripts. Issue #29324, patch from Paul Gevers.
git-svn-id: trunk@51478 -
2016-02-02 18:00:43 +00:00
zeljko
843fcd8da7 Qt: fixed mouse events in TQtGroupBox. issue #29572
git-svn-id: trunk@51476 -
2016-02-02 09:17:40 +00:00
jesus
f4900d9e51 IDE, fix compiling and some corruption on logging when VerboseMenuIntf directive is enabled
git-svn-id: trunk@51475 -
2016-02-02 06:19:08 +00:00
juha
405f94df44 IDE: Make more buttons with "..." wider. Issue #29493, patch from Alexey Torgashin.
git-svn-id: trunk@51474 -
2016-02-02 00:20:23 +00:00
ondrej
d7e782191a lcl: lclstrconsts slovak translations from Slavo Gbúr. Issue #29570 Patch from Denis Kozlov
git-svn-id: trunk@51472 -
2016-02-01 22:16:09 +00:00
juha
9eff7f69ea LCL-Win32: Call TListView OnMouseUp only once. Issue #27189, patch from Michl.
git-svn-id: trunk@51471 -
2016-02-01 21:34:51 +00:00
juha
db51e758b5 Cleanup and comments
git-svn-id: trunk@51470 -
2016-02-01 21:04:59 +00:00
juha
deeef8296e IdeIntf: Create also Constraints.OnChange handler when clicked in Object Inspector. Issue #29562.
git-svn-id: trunk@51469 -
2016-02-01 21:04:53 +00:00
ondrej
bd20aff9d3 lcl menus: fix regression and bugs from r51466 #62ef2702b3. remove OnDrawItem and keep OnAdvancedDrawItem only. Issue #26969
git-svn-id: trunk@51467 -
2016-02-01 07:13:06 +00:00
ondrej
62ef2702b3 lcl: add ownerdrawn menu support (for now win32 only). Issue #26969
git-svn-id: trunk@51466 -
2016-01-31 20:11:28 +00:00
ondrej
1aef9cf770 codetools: make IfThen available only for FPC 3.1+
git-svn-id: trunk@51465 -
2016-01-31 19:22:19 +00:00
mattias
8400a87bc1 translations: German: updates from Swen Heinig
git-svn-id: trunk@51464 -
2016-01-31 17:43:40 +00:00
ondrej
2022201d06 codetools: add IfThen compiler intrinsic. Issue #29555
added to FPC in r33036 #2e2567a84d.

git-svn-id: trunk@51463 -
2016-01-31 17:03:50 +00:00
ondrej
207682336d codetools: fix go to real class declaration for fsfSkipClassForward. Issue #29515
git-svn-id: trunk@51462 -
2016-01-30 20:19:55 +00:00
ondrej
4343883f8b codetools: revert r51425 #9305ef5172: show protected methods after the inherited keyword.
It enabled protected methods also from foreign context.

git-svn-id: trunk@51461 -
2016-01-30 19:34:22 +00:00
ondrej
eecbb6f2ed lcl: fix wrong scrollbar height calculation
git-svn-id: trunk@51460 -
2016-01-30 19:31:46 +00:00
juha
95534c8596 IdeIntf: Remove an incorrect test about Bitmap from TIDEMenuItem.ConsistencyCheck.
git-svn-id: trunk@51459 -
2016-01-30 12:42:04 +00:00
mattias
3948707261 fpc rpm: clean up /usr/share/doc/fpc-*
git-svn-id: trunk@51457 -
2016-01-30 12:34:33 +00:00
mattias
d7b60b63e8 fpc rpm: fixed finding fpcmake
git-svn-id: trunk@51455 -
2016-01-30 12:24:04 +00:00
bart
96305118da LazControls: Fix TThemedCheckBox.KeyUp. Issue #0029406.
git-svn-id: trunk@51454 -
2016-01-30 12:20:28 +00:00
mattias
3d7b81c5a9 fpc rpm: fixed bogus dates
git-svn-id: trunk@51452 -
2016-01-30 11:26:06 +00:00
juha
bc4da6f46d IdeIntf: Make a freed BitMap Nil.
git-svn-id: trunk@51451 -
2016-01-30 10:47:10 +00:00
wp
cfd5a7b71c TurboPower_iPro: Final fix of issue {{MantisLink|29483}} - Use correct default of input node background color, assign it to the control's color.
git-svn-id: trunk@51447 -
2016-01-29 14:23:46 +00:00
ondrej
3f9aa4b863 packagetabs: fix sorting for locked and modified tabs
git-svn-id: trunk@51446 -
2016-01-29 13:49:17 +00:00
ondrej
c32e5314d1 lcl: resize speedbutton on caption change if autosize is enabled.
git-svn-id: trunk@51445 -
2016-01-29 13:48:27 +00:00
zeljko
1e307ab3a8 Qt: fix activate/deactivate signal on mdichild forms without any control. issue #29528
git-svn-id: trunk@51444 -
2016-01-29 12:20:58 +00:00
zeljko
6e15c088bf Qt: proper resize QMDIArea if any of LCLObject child wincontrols are aligned alTop,alLeft,alBottom or alRight. issue #29529
git-svn-id: trunk@51443 -
2016-01-29 11:59:39 +00:00
wp
04819274ac TurboPower_iPro: Slightly modify icon of TIpHttpDataProvider to distinguish it from TIpFileDataProvider.
git-svn-id: trunk@51442 -
2016-01-29 11:22:19 +00:00
wp
52e348e1c8 TurboPower_iPro: Script to add component icons to res file. Add icon to new TIpHTTPDataProvider (provided by Péter Gabor).
git-svn-id: trunk@51441 -
2016-01-29 11:09:55 +00:00
juha
915691f819 Object Inspector: Remember last active property. Issue #29510, patch from Balázs Székely.
git-svn-id: trunk@51440 -
2016-01-28 23:17:12 +00:00
wp
d89ec8e399 TurboPower_ipro: Fix background color of html input controls, based on patch by Silivo Clecio (Issue #0029483). Fix typo.
git-svn-id: trunk@51439 -
2016-01-28 16:08:38 +00:00
mattias
acc7557185 lcl: TCustomGrid: check if handle allocated in VisualChange and EditorPos
git-svn-id: trunk@51438 -
2016-01-28 12:46:28 +00:00
mattias
81cbe917e9 examples: testxmlreader, fixed typo
git-svn-id: trunk@51436 -
2016-01-28 12:05:23 +00:00
mattias
50a430b9c3 examples: testxmlreader, fixed typo
git-svn-id: trunk@51435 -
2016-01-28 12:03:41 +00:00
juha
b3bc124f4d Turbopower IPro: Fix compilation with FPC 2.6.4. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51434 -
2016-01-28 11:41:03 +00:00
ondrej
b36d8209aa codetools: fix GroupLocalVariables for ranged types. Issue #29519
git-svn-id: trunk@51433 -
2016-01-27 23:13:43 +00:00
juha
380b2f5724 New example for IPro FindNode functions. Issue #29483, from Silvio Clécio.
git-svn-id: trunk@51432 -
2016-01-27 18:18:18 +00:00
juha
3da9248939 Turbopower IPro: Added functions FindNode, FindNodeByElemId and FindNodeByElemClass. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51431 -
2016-01-27 18:11:54 +00:00
juha
05b537ca3f Turbopower IPro: Fix bg color for CSS style in TCustomEdit and TRadioButton. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51430 -
2016-01-27 18:11:53 +00:00
juha
a995c27b85 Turbopower IPro: Fix default color for HTML inputs on Windows. Issue #29483, patch from Silvio Clécio.
git-svn-id: trunk@51429 -
2016-01-27 18:11:48 +00:00
ondrej
d9e2f8e85a codetools: cleanup
git-svn-id: trunk@51428 -
2016-01-27 01:10:38 +00:00
ondrej
34fcf69c5c codetools: compare base result types for CompleteLocalVariableAssignment. Issue #29516
git-svn-id: trunk@51427 -
2016-01-27 00:48:08 +00:00
ondrej
3cc07414d3 codetools: allow methods with higher visibility in class headers with lower visibility. show them in gray color.
git-svn-id: trunk@51426 -
2016-01-26 23:50:35 +00:00
ondrej
9305ef5172 codetools: show protected methods after the inherited keyword.
git-svn-id: trunk@51425 -
2016-01-26 23:16:04 +00:00