wp
56a19261f9
TAChart: Add goodness-of-fit calculation to TFitSeries. Update FitDemo.
...
git-svn-id: trunk@49571 -
2015-07-27 16:09:41 +00:00
bart
dab2caa6c5
EditButton: fix wrong value of TTimeEdit.Time in TTimeEdit.OnExit (Issue #0028434 ).
...
git-svn-id: trunk@49570 -
2015-07-25 21:17:53 +00:00
bart
45a4348cdf
LCL: Add images for TTimeEdit (forgotten in r49566 #ad5e87d3a0).
...
git-svn-id: trunk@49569 -
2015-07-25 20:56:40 +00:00
bart
57494c5244
Examples: ResExplorer
...
- implement a binary viewer as default viewer for resources that don't have a dedicated viewer yet.
- move the logic of what resource to view from the TreeView's OnClick to the OnSelectionChanged event.
- implement Release and Debug build modes.
git-svn-id: trunk@49568 -
2015-07-25 14:52:17 +00:00
bart
f27803d409
Docs: added Michael Fuchs to contributors.
...
git-svn-id: trunk@49567 -
2015-07-25 13:23:05 +00:00
bart
ad5e87d3a0
LCL: Implement TTimeEdit. Patch by Michael Fuchs, modified by me.
...
git-svn-id: trunk@49566 -
2015-07-25 13:11:10 +00:00
sekelsenmat
bcc7a87ba4
customdrawn_mac: minor look fix
...
git-svn-id: trunk@49565 -
2015-07-25 10:18:50 +00:00
sekelsenmat
9a491976ca
customdrawn: Implements basic Mac square button look
...
git-svn-id: trunk@49563 -
2015-07-24 08:22:12 +00:00
juha
c6a1a07dac
LCL-Win32: Take care of standard style painting when reducing flicker in TListbox. Issue #28146 , patch from wp.
...
git-svn-id: trunk@49561 -
2015-07-22 08:27:15 +00:00
bart
d5a1ca25e1
Examples: ResExplorer: clear contents of the pagecontrol if there is nothing to be shown or when opening another file.
...
git-svn-id: trunk@49560 -
2015-07-21 10:30:51 +00:00
bart
a931d80679
Examples: fix memoryleak in ResExplorer
...
git-svn-id: trunk@49559 -
2015-07-19 23:53:04 +00:00
juha
0e0621ae82
IDE: Export/Import for Desktop Manager dialog. Issue #28401 , patch from Balázs Székely.
...
git-svn-id: trunk@49556 -
2015-07-18 08:21:02 +00:00
juha
64e74b9e18
LCL: Show all Cursor values in Object Inspector. Issue #28402 .
...
git-svn-id: trunk@49555 -
2015-07-18 08:20:56 +00:00
juha
4cc01bb10a
IDE: Prevent Access violation when double-clicking on "Project" tree node in "NewProjectDlg. Issue #28399 .
...
git-svn-id: trunk@49554 -
2015-07-16 16:45:15 +00:00
juha
afc1272cf2
Cleanup
...
git-svn-id: trunk@49553 -
2015-07-16 16:45:10 +00:00
maxim
0b58f12ca9
IDE: regenerated translations and updated Russian translation
...
git-svn-id: trunk@49552 -
2015-07-15 16:48:28 +00:00
maxim
2f4031e22b
IDE: fixed typos in resource string names
...
git-svn-id: trunk@49551 -
2015-07-15 16:35:53 +00:00
juha
b2ccf8e936
IDE: Rename the "Desktop" environment options page to "General" to avoid confusion with new Desktops feature.
...
git-svn-id: trunk@49549 -
2015-07-14 18:39:57 +00:00
juha
c242431af9
PropEdits: Don't create lists in InitPropEdits. Created in other funcs which are called from many initialization sections.
...
git-svn-id: trunk@49548 -
2015-07-14 18:39:52 +00:00
juha
ee4ff0e746
IDE: Update EditorToolbars always after changing environment options.
...
git-svn-id: trunk@49546 -
2015-07-14 11:10:06 +00:00
juha
3fd22d1635
IDE: Update windows layout only when it has changed.
...
git-svn-id: trunk@49545 -
2015-07-14 11:10:05 +00:00
juha
f39f93e728
LCL: Prevent AV when TToolButton is clicked and handler destroys the button. Revert earlier fix r49541 #0a78d2b1ae. Patch from Ondrej Pokorny.
...
git-svn-id: trunk@49544 -
2015-07-14 11:09:59 +00:00
bart
8f7215b840
LazFileUtils: FileIsReadable on Windows should only return True if the file actually exists.
...
git-svn-id: trunk@49543 -
2015-07-14 10:25:53 +00:00
juha
f53444d668
LCL: Revert an experimental change from r49534 #091dff42fb. Caused an eternal loop in layout code.
...
git-svn-id: trunk@49542 -
2015-07-14 09:39:04 +00:00
juha
0a78d2b1ae
IDE: Prevent a crash with QT widgetset when debugging was started by button and debug desktop was applied. Patch from Ondrej Pokorny.
...
git-svn-id: trunk@49541 -
2015-07-13 10:08:33 +00:00
juha
c6602ebcef
IDE: Move unit references to interface section. No cycles.
...
git-svn-id: trunk@49540 -
2015-07-13 10:08:28 +00:00
juha
c8f344f97e
Use a new icon for manage desktops command.
...
git-svn-id: trunk@49539 -
2015-07-13 09:10:18 +00:00
juha
f26fe02f28
New icon for manage desktops command.
...
git-svn-id: trunk@49538 -
2015-07-13 08:46:34 +00:00
juha
0e282700b4
IDE: New class TIDETabMaster in LazIdeIntf for managing tabs for sourceeditor and related changes for docked and undocked IDE. r49390 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49537 -
2015-07-12 23:05:25 +00:00
juha
a3f11fc51c
Source Editor: Preparation for PageControl (the PageControl with tabs Code/Design is provided later). r49389 from free-sparta branch by Maciej Izak.
...
This change should be improved, maybe introduce some interface/class in IdeIntf.
git-svn-id: trunk@49536 -
2015-07-12 23:05:23 +00:00
juha
295e472a3a
Source Editor: New events semWindowShow and semWindowHide. r49388 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49535 -
2015-07-12 23:05:22 +00:00
juha
091dff42fb
LCL: Change for WinControl alignment. r49510 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49534 -
2015-07-12 23:05:20 +00:00
juha
3bb4bef1ae
CodeExplorer: Use KeyDown instead of KeyUp. For KeyUp TMainIDE.mnuToggleFormUnitClicked was executed few times for docked IDE. r49387 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49533 -
2015-07-12 23:05:19 +00:00
juha
ef6fdb4d02
Designer: Bug fix for DrawGrid. Use LogicalClientRect instead of ClientRect. r49385 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49532 -
2015-07-12 23:05:18 +00:00
juha
140203ca19
PropEdits: New event TPropHookPersistentDeleted (called after component deletion). r49377 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49531 -
2015-07-12 23:05:17 +00:00
juha
de6fbf05fb
Component Palette: More detailed "ComponentAddedEvent". r49376 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49530 -
2015-07-12 23:05:15 +00:00
juha
2f54ed431e
Designer: IDEComponentsMaster class proposition for manipulating components (now with single method). r49372 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49529 -
2015-07-12 23:05:13 +00:00
juha
2ca8f21e64
IdeIntf: Improve identification of designer forms. r49352,r49367,r49371,r49510 from free-sparta branch by Maciej Izak.
...
git-svn-id: trunk@49528 -
2015-07-12 23:05:08 +00:00
juha
41ca5227fd
LCL: New CanSetFocus function with whole parent tree check. Work better than CanFocus in many cases. Issue #21708 , patch from Ondrej Pokorny.
...
git-svn-id: trunk@49526 -
2015-07-11 23:27:51 +00:00
juha
4f0f211f3c
IDE: Improve the desktops feature. Prevent access violation and exception. Store z-order of windows. Patch from Ondrej Pokorny.
...
git-svn-id: trunk@49525 -
2015-07-11 23:27:44 +00:00
maxim
c783e32fb3
IDE: regenerated translations and updated Russian translation
...
git-svn-id: trunk@49517 -
2015-07-09 23:16:53 +00:00
juha
423c43ea13
IDE: Fully implement saving/loading desktops and the GUI for it. Modified patch from Ondrej Pokorny.
...
git-svn-id: trunk@49514 -
2015-07-09 19:05:29 +00:00
wp
374bd932f9
TAChart: Fix incorrect usage of infinity values, patch by Vít Ondruch (issue #0028386 )
...
git-svn-id: trunk@49513 -
2015-07-09 16:13:01 +00:00
zeljko
3768a9fd84
LCL: fixed TMaskEdit left arrow does not move cursor. issue #28385
...
git-svn-id: trunk@49512 -
2015-07-09 08:25:11 +00:00
juha
391f253965
LazBuild and IDE: Restore a reference for ExtToolEditDlg in BuildManager, removed by mistake.
...
git-svn-id: trunk@49509 -
2015-07-07 16:40:54 +00:00
juha
82acb31da2
Codetools: add deprecated notes to function wrappers. Fix compilation in example projects, packages, StartLazarus and LazBuild.
...
git-svn-id: trunk@49508 -
2015-07-07 15:35:28 +00:00
juha
753e4c56fb
LazUtils: Remove empty DictionaryStringList example directory.
...
git-svn-id: trunk@49507 -
2015-07-07 12:15:46 +00:00
juha
af6fb723af
LazUtils: Use LookupStringList in LazUtils package. Remove old DictionaryStringList files.
...
git-svn-id: trunk@49506 -
2015-07-07 12:10:35 +00:00
juha
810d20ce56
LazUtils: Rename DictionaryStringList -> LookupStringList. Add the renamed files as new.
...
git-svn-id: trunk@49505 -
2015-07-07 12:05:03 +00:00
juha
653b5dd43a
Codetools, unit FileProcs: Disable conditionally wrapper functions. For testing define DisableWrapperFunctions and build Lazarus.
...
git-svn-id: trunk@49504 -
2015-07-07 11:43:38 +00:00