Commit Graph

51358 Commits

Author SHA1 Message Date
juha
a5d7bbe810 OpkMan: Don't use the UTF8 specific functions. FPC 2.x is not supported any more.
git-svn-id: trunk@54362 -
2017-03-07 14:29:46 +00:00
juha
e8de10799e OpkMan: Formatting.
git-svn-id: trunk@54361 -
2017-03-07 14:29:44 +00:00
juha
a41558d5cd OpkMan: Use {$IFDEF MSWINDOWS} for used units when appropriate.
git-svn-id: trunk@54360 -
2017-03-07 14:29:37 +00:00
ondrej
8537762cb8 LCL: High-DPI: disable/enable auto sizing on scale.
git-svn-id: trunk@54359 -
2017-03-07 13:52:49 +00:00
ondrej
ae7acd5803 IDE: mainbar: disable/enable auto sizing on auto height calculation.
git-svn-id: trunk@54358 -
2017-03-07 10:58:04 +00:00
juha
f435e4865a LCL: Enable propagation of mouse xbutton up/down events. Issue #31456, patch from Jay Themon.
git-svn-id: trunk@54357 -
2017-03-07 10:28:44 +00:00
ondrej
f9a5a521ee docs: task dialog update. By AlexeyT. Issue #31422
git-svn-id: trunk@54356 -
2017-03-06 16:24:25 +00:00
ondrej
23412ffff1 IDE: designer: fix AV when deleting components from the designer popup menu. Issue #30900
git-svn-id: trunk@54355 -
2017-03-06 16:07:37 +00:00
ondrej
716fadd4fe LCL: control: fix twice font scaling for 0-sized fonts with ParentFont=False. Issue #31432
git-svn-id: trunk@54354 -
2017-03-06 15:50:50 +00:00
ondrej
4ba349fd6e LCL: form: fix AutoAdjustLayout if constraints are used. Issue #31336
git-svn-id: trunk@54353 -
2017-03-06 15:34:11 +00:00
balazs
13e7653139 Opkman: Add missing unit to the uses clauses.
git-svn-id: trunk@54352 -
2017-03-06 13:05:45 +00:00
juha
2801c30b5d OpkMan: Use Socket.IOTimeout in FPC 3.0.2. Clean and order uses sections.
git-svn-id: trunk@54351 -
2017-03-06 12:24:52 +00:00
juha
6a1547529a IDE: Fix anchors in "New..." dialog. Issue #31489, patch from FTurtle.
git-svn-id: trunk@54350 -
2017-03-06 09:42:18 +00:00
balazs
c5a84bc001 Opkman: Synchronize with FPC trunk. From FPC311 on OPM no longer depends on opkman_httpclient and opkman_zip.
git-svn-id: trunk@54349 -
2017-03-06 09:28:48 +00:00
juha
88a333dcd7 LCL: Remove commented properties from published sections. They are shown as docs for following properties in OI info box. Issue #31481.
git-svn-id: trunk@54348 -
2017-03-05 13:18:28 +00:00
juha
d53f65cba4 Object Inspector: Allow AutoSize for the property FilterEdit. Issue #31474.
git-svn-id: trunk@54347 -
2017-03-05 12:55:06 +00:00
juha
de14358d4b Docs: Improve Listview documentaion. Issue #31478, patch from AlexeyT.
git-svn-id: trunk@54346 -
2017-03-05 11:18:04 +00:00
juha
b4dde2973d Docs: A fix for TreeView doc.
git-svn-id: trunk@54345 -
2017-03-05 10:02:12 +00:00
mattias
5f98c5933e translations: German: updates from Swen Heinig
git-svn-id: trunk@54344 -
2017-03-04 18:02:56 +00:00
juha
b03f2575dd IDE, IdeIntf: Harmonize the naming of events and event handlers. Adjust visibility.
git-svn-id: trunk@54343 -
2017-03-04 17:21:57 +00:00
juha
eec043d29e Object Inspector: Adjust access visibility of controls which are created at run-time. RTTI is not needed.
git-svn-id: trunk@54342 -
2017-03-04 17:21:49 +00:00
michl
62155bcd28 SpartaDockedFormEditor: Fixed always disable actions for controls: Issue #31479
git-svn-id: trunk@54341 -
2017-03-04 13:25:24 +00:00
juha
cecf8d4c7a Docs: Improve TreeView documentation. English language does not use much commas, reduce them. Issue #31410.
git-svn-id: trunk@54340 -
2017-03-04 00:34:45 +00:00
juha
a86166fcfb Converter: Keep the main form of project open after conversion. Issue #25364.
git-svn-id: trunk@54339 -
2017-03-04 00:32:32 +00:00
juha
9f3aae8c8c Converter: Make the target file name (-o) empty. Wrong value may come from default options. Issue #26655.
git-svn-id: trunk@54338 -
2017-03-03 18:02:34 +00:00
juha
8ff9bb8f08 Converter: Fill the "unit output directory" field with a default value. Issue #31256.
git-svn-id: trunk@54337 -
2017-03-03 18:00:21 +00:00
juha
5cb5446db2 IDE: Filter the NewDialog using both 2 columns. Improve OK button enabled state update. Issue #31471.
git-svn-id: trunk@54336 -
2017-03-03 15:57:48 +00:00
wp
0bc15a664b TAChart: Fix zerolevel being added to barseries values (see http://forum.lazarus.freepascal.org/index.php/topic,14419.msg239919.html#msg239919)
git-svn-id: trunk@54335 -
2017-03-03 12:06:03 +00:00
wp
76ca1c532c TAChart: Update radialdemo to TPolarSeries changes.
git-svn-id: trunk@54334 -
2017-03-03 11:55:53 +00:00
wp
7c4b548c40 TAChart: Add new properties Filled and Brush to TPolarSeries.
git-svn-id: trunk@54333 -
2017-03-03 11:54:41 +00:00
ondrej
a0b640f593 IDE: fix changed-conditions for source editor commands. Issue #30760
git-svn-id: trunk@54332 -
2017-03-03 11:53:21 +00:00
juha
c5cdb41294 Docs: Improve TreeView documentation. Issue #31410, patch from AlexeyT.
git-svn-id: trunk@54331 -
2017-03-03 10:37:00 +00:00
wp
ccd8c6cb32 TAChart: Hide pointer of TPolarSeries by default (previous behavior).
git-svn-id: trunk@54330 -
2017-03-03 10:31:20 +00:00
wp
0899cfc7a4 TAChart: Add demo for creation of a dual-axis-chart at runtime.
git-svn-id: trunk@54329 -
2017-03-02 23:12:18 +00:00
wp
e425cc10ae TAChart: Draw the pointers of a multi-valued series using the ChartStyles brush.
git-svn-id: trunk@54328 -
2017-03-02 22:45:02 +00:00
maxim
c74ec53ab7 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #31463
git-svn-id: trunk@54327 -
2017-03-02 22:17:27 +00:00
wp
16a789dcb5 TAChart: Some refinements of datapointtools demo.
git-svn-id: trunk@54326 -
2017-03-02 21:09:39 +00:00
zeljko
7ada3f4ff8 LCL: GetTextExtentExPoint() - always initialized MaxCount patch by accorp, code formatting by me. issue #31467
git-svn-id: trunk@54325 -
2017-03-02 15:43:09 +00:00
juha
8cbe7a228e LCL-GTK2: Enable propagation of mouse xbutton up/down events. Issue #31456, patch from Jeppe Johansen.
git-svn-id: trunk@54324 -
2017-03-01 16:57:31 +00:00
juha
7881c83d01 IDE: Fix TabOrder in CodegenOptions frame. Issue #31460, patch from AlexeyT.
git-svn-id: trunk@54323 -
2017-03-01 16:57:30 +00:00
juha
2cf7e137af IDE: Fix TabOrder in AppSettings frame. Issue #31459, patch from AlexeyT.
git-svn-id: trunk@54322 -
2017-03-01 16:57:18 +00:00
juha
49d21d2dbc IDE: Add a FilterEdit for NewDialog's inherited components. Try to improve the FilterEdit comp. Issue #31419.
git-svn-id: trunk@54321 -
2017-03-01 16:17:09 +00:00
juha
522a0f5505 IDE: Refactoring, move identical code to a procedure.
git-svn-id: trunk@54320 -
2017-03-01 16:16:57 +00:00
wp
faf1054d64 TAChart: Publish the events OnCustomDrawPointer and OnGetPointerStyle for TFitSeries and TPolarSeries.
git-svn-id: trunk@54319 -
2017-03-01 08:22:21 +00:00
wp
b20170706a TAChart: Fix location of DataPointCrosshairTool cursor at perimeter of bubbles of TBubbleSeries.
git-svn-id: trunk@54316 -
2017-02-28 22:21:14 +00:00
maxim
3f057d8f9e Translations: Hungarian translation update by Péter Gábor, bug #31451
git-svn-id: trunk@54315 -
2017-02-28 22:20:15 +00:00
maxim
eeda9e03e4 IDE: regenerated translations
git-svn-id: trunk@54314 -
2017-02-28 22:11:27 +00:00
wp
4555bee612 TAChart: Clean-up of TBSplineSeries.
git-svn-id: trunk@54313 -
2017-02-28 21:46:59 +00:00
wp
48630512fe TAChart: Avoid TDatapointHintTool crashing if point index is -1.
git-svn-id: trunk@54312 -
2017-02-28 21:44:30 +00:00
wp
d3e72e4492 TAChart: Add new demo "datapointtools"
git-svn-id: trunk@54311 -
2017-02-28 21:43:21 +00:00