Commit Graph

55585 Commits

Author SHA1 Message Date
wp
cf7cf15624 IDE: New High-DPI images in folders images/items and images/packages. Kindly provided by Roland Hahn.
git-svn-id: trunk@59266 -
2018-10-07 15:13:59 +00:00
mattias
41c5297da3 updated lpl
git-svn-id: trunk@59265 -
2018-10-07 12:28:08 +00:00
michael
127ad759f1 * Renamed IDESpotter to IDE scout
git-svn-id: trunk@59264 -
2018-10-07 09:40:03 +00:00
juha
e720b191ee IDE: Reduce DebugLn() calls in Publish Module code. It seems to work.
git-svn-id: trunk@59263 -
2018-10-07 09:07:05 +00:00
juha
82083bfa92 LCL-GTK3: Fix TRadioGroup. It did not work at all. Issue #34396, patch from Anton Kavalenka.
git-svn-id: trunk@59262 -
2018-10-07 08:35:55 +00:00
juha
27955d5237 LCL-GTK3: Reduce warnings. Formatting.
git-svn-id: trunk@59261 -
2018-10-07 08:35:48 +00:00
michael
71e00d6853 * Add IDE command for pas2js webserver dialog, so IDE spotter can find it
git-svn-id: trunk@59260 -
2018-10-07 08:25:04 +00:00
wp
10690a117f TurboPower_iPro: Implement css function rgb().
git-svn-id: trunk@59259 -
2018-10-06 21:16:44 +00:00
juha
38389bb56f IDE: Formatting.
git-svn-id: trunk@59258 -
2018-10-06 19:32:48 +00:00
juha
66d593c327 IDE: Make the --quiet parameter actually quiet. Quiet means ConsoleVerbosity=-1. Formatting.
git-svn-id: trunk@59257 -
2018-10-06 19:32:46 +00:00
juha
c04a9e4739 IDE: Generate project resources only when needed. Issue #15915.
git-svn-id: trunk@59256 -
2018-10-06 19:32:44 +00:00
juha
c38806b29d IDE: Do not fix encoding of source files every time they are saved. It is time consuming and not needed.
git-svn-id: trunk@59255 -
2018-10-06 19:32:38 +00:00
juha
f52f6cc5ec LCL-Gtk2: Don't mix resizing a column with drag-and-drop. Issue #34393, patch from accorp.
git-svn-id: trunk@59254 -
2018-10-06 09:08:06 +00:00
zeljko
fdf9177fb1 Qt5: make opengl compileable under qt5 widgetset
git-svn-id: trunk@59253 -
2018-10-05 12:36:55 +00:00
jesus
de1fe8d7e5 cocoa: fix combobox onchange which fixes also lazreport designer on second opening and also fixes issue #33800
git-svn-id: trunk@59252 -
2018-10-05 08:01:40 +00:00
dmitry
85ed55eaf4 cocoa: preventing too high values on measuring text with soft-line breaks. #34382
git-svn-id: trunk@59251 -
2018-10-04 23:23:47 +00:00
dmitry
a38daf0375 cocoa: fix compiler warning
git-svn-id: trunk@59250 -
2018-10-04 22:28:33 +00:00
dmitry
003ad96f6d cocoa: update deallocation of read-only combobox
git-svn-id: trunk@59249 -
2018-10-04 22:21:57 +00:00
juha
7c1bbdaa10 IDE: Support running external tool with parsers, needed when used through IDE interface. Reported by Anton.
git-svn-id: trunk@59248 -
2018-10-04 21:23:05 +00:00
jesus
a9e858cf2a cocoa: fix the combobox itemindex when the new text is not the list
git-svn-id: trunk@59247 -
2018-10-04 19:00:34 +00:00
juha
ec89029ae5 IDE: Remove resource generation from DoBuildProject. They have been generated earlier. Issue #15915.
git-svn-id: trunk@59246 -
2018-10-04 08:58:41 +00:00
juha
b63e95189f IDE: Add initial directory for loading project icon in App options. Use IconImage.Picture.Icon everywhere.
git-svn-id: trunk@59245 -
2018-10-03 17:24:24 +00:00
juha
e0503fa7ed IDE: Always create project's main icon file when saving it. Keeps its size down. Issue #27287.
git-svn-id: trunk@59244 -
2018-10-03 17:24:17 +00:00
wp
a0a5e9d8cd TAChart: Extend dragdrop demo to show horizontal dragging of bars.
git-svn-id: trunk@59243 -
2018-10-03 16:20:57 +00:00
wp
e9f492c0d9 TAChart: Extend TChartImageList to work for non-series icons also at designtime.
git-svn-id: trunk@59242 -
2018-10-03 13:12:40 +00:00
wp
b94a7193a0 TAChart: Fix TChartImageList demo.
git-svn-id: trunk@59241 -
2018-10-03 12:54:23 +00:00
juha
8026ce28ae Packager: Allow overwriting existing unit files in New Component dialog. Error was shown AFTER a file was overwritten. Issue #26928.
git-svn-id: trunk@59240 -
2018-10-03 11:24:35 +00:00
wp
baeca2e0d7 TAChart: Check and fix all demos (mostly layout issues)
git-svn-id: trunk@59239 -
2018-10-03 10:55:04 +00:00
dmitry
48e32dda4c cocoa: fix drawing overlays - resing overlay designer view to the form
git-svn-id: trunk@59238 -
2018-10-03 04:26:35 +00:00
dmitry
9613af162a cocoa: dereferncing tracked control earlier
git-svn-id: trunk@59237 -
2018-10-03 04:11:17 +00:00
dmitry
423226570b cocoa: improve mouse handling of spinedit
git-svn-id: trunk@59236 -
2018-10-03 03:42:55 +00:00
dmitry
5738bbf955 cocoa: fix controls leaking spinedit
git-svn-id: trunk@59235 -
2018-10-03 02:52:04 +00:00
dmitry
465a09fb02 cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
git-svn-id: trunk@59234 -
2018-10-03 02:51:30 +00:00
dmitry
0944743068 cocoa: fix for a memory leak in overlay (designer) form
git-svn-id: trunk@59233 -
2018-10-03 02:50:07 +00:00
dmitry
0c9d342feb cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
git-svn-id: trunk@59232 -
2018-10-03 02:49:23 +00:00
dmitry
9b98baa793 cocoa: memory management - removing unneeded autorelease pools. There's one global and one per each event
git-svn-id: trunk@59231 -
2018-10-03 02:48:42 +00:00
wp
a1b87dac3d TAChart: Remove old deprecated code.
git-svn-id: trunk@59230 -
2018-10-02 20:34:45 +00:00
juha
fc85354010 LazReport: Delete old deprecated UTF8 functions.
git-svn-id: trunk@59229 -
2018-10-02 13:29:46 +00:00
juha
53541c694b AnchorDocking: Prevent crash on drag-and-dock tab page. Issue #34371, patch from accorp.
git-svn-id: trunk@59228 -
2018-10-02 12:59:27 +00:00
juha
baad25dec4 IdeIntf: Delete old deprecated methods and properties.
git-svn-id: trunk@59227 -
2018-10-02 12:59:21 +00:00
juha
b8f77626f9 LazControls: Call DoFilterItem instead of DoDefaultFilterItem in TTreeFilterBranch.SortAndFilter.
git-svn-id: trunk@59226 -
2018-10-02 11:38:55 +00:00
juha
d6624128a1 LazControls: Improve and optimize the filter controls. Issue #34057, patch from AlexeyT.
git-svn-id: trunk@59225 -
2018-10-02 09:47:13 +00:00
maxim
9dfe44db86 Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #34368
git-svn-id: trunk@59223 -
2018-10-01 23:00:18 +00:00
maxim
a02df1166a Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #34367
git-svn-id: trunk@59222 -
2018-10-01 22:56:03 +00:00
mattias
87ecd828b1 lcl: gtk2: less hints
git-svn-id: trunk@59220 -
2018-10-01 15:16:00 +00:00
mattias
08eec7aad8 turbopower_ipro: less hints
git-svn-id: trunk@59218 -
2018-10-01 15:14:34 +00:00
mattias
f9799efe90 lazutils: less hints
git-svn-id: trunk@59216 -
2018-10-01 15:13:34 +00:00
mattias
1fb0143559 lazdebuggers: less hints
git-svn-id: trunk@59214 -
2018-10-01 15:13:00 +00:00
mattias
1c63f4c944 ideintf: less hints
git-svn-id: trunk@59212 -
2018-10-01 15:11:48 +00:00
mattias
7fde8c4b92 fpdebug: less hints
git-svn-id: trunk@59210 -
2018-10-01 15:10:56 +00:00