Commit Graph

29999 Commits

Author SHA1 Message Date
mattias
25dec85a11 IDE: codebrowser: set scrollbar to not smooth, bug #19203
git-svn-id: trunk@30408 -
2011-04-21 07:49:34 +00:00
zeljko
8822907751 Qt: fixed bug where TPanel wasn't painted with defined color in case when BevelInner and BevelOuter are bvNone.
git-svn-id: trunk@30407 -
2011-04-21 07:38:52 +00:00
juha
4f019d9f5b Designer: fix tab orders in Anchor editor window. (no layout changes although it looks so by the commit)
git-svn-id: trunk@30406 -
2011-04-20 18:13:16 +00:00
juha
57bc360c3f Designer: Set buttons enabled state after selection change
git-svn-id: trunk@30405 -
2011-04-20 18:13:09 +00:00
juha
79c76f7cd9 Designer: Synchronize property value in Object Inspector with Tab Order dialog
git-svn-id: trunk@30404 -
2011-04-20 16:05:28 +00:00
zeljko
25505a1b46 LCL: call WakeMainThread() in QueueAsyncCall, so messages are passed.Patch by Henry Vermaak. issues #13120,#18599
git-svn-id: trunk@30403 -
2011-04-20 15:43:27 +00:00
juha
8c68272871 IDE: Check for valid source editor when opening Project menu.
git-svn-id: trunk@30402 -
2011-04-20 14:07:54 +00:00
juha
47e46eae59 Designer: synchronize Tab Order tree selection with Designer selection
git-svn-id: trunk@30401 -
2011-04-20 12:46:18 +00:00
ask
35ce2fc218 TAChart: Add export to G-code format to fpvectorial demo
git-svn-id: trunk@30400 -
2011-04-20 11:18:19 +00:00
ask
30246e2658 TAChart: Add fpvectorial demo
git-svn-id: trunk@30399 -
2011-04-20 10:49:17 +00:00
ask
b328af41a7 TAChart: Add initial fpvectorial drawing back-end
git-svn-id: trunk@30398 -
2011-04-20 10:44:44 +00:00
ask
179e5fcd40 TAChart: Add hint tool to drag-drop demo
git-svn-id: trunk@30397 -
2011-04-20 10:24:13 +00:00
ask
35a2cee989 TAChart: Add TDataPointHintTool
git-svn-id: trunk@30396 -
2011-04-20 10:22:27 +00:00
mattias
2fa4f0aa04 lazbuild: fixed checking IDEMessagesWindow - needed when comiled with extra checks, bug #19198
git-svn-id: trunk@30395 -
2011-04-20 09:11:27 +00:00
mattias
9a6711d087 lazreport: added lr_newp.pas to lazreport, fixed compilation
git-svn-id: trunk@30394 -
2011-04-20 09:01:43 +00:00
ask
37273a12d2 TAChart: Restore OnGetMark event handler in dragdrop demo
git-svn-id: trunk@30393 -
2011-04-20 07:47:52 +00:00
ask
bdbc5868d3 TAChart: Implement clipping in BGRA drawing back-end
git-svn-id: trunk@30392 -
2011-04-20 03:40:36 +00:00
ask
7c478b02f8 TAChart: Call OnExtentChanged after finalizing drawing
git-svn-id: trunk@30391 -
2011-04-20 03:39:50 +00:00
juha
a53269bb43 Designer: Add 3 dots to Align, Scale and Size menu items. They open modal dialogs.
git-svn-id: trunk@30390 -
2011-04-19 21:38:52 +00:00
juha
c1c6acdc2b IDE: "Tab Order Editor" -> "Tab Order"
git-svn-id: trunk@30389 -
2011-04-19 21:38:47 +00:00
sekelsenmat
12e3b2bf20 Moves the barchart import from dataset from dbctrls to barchart
git-svn-id: trunk@30388 -
2011-04-19 18:34:50 +00:00
sekelsenmat
7381149462 Starts implementing image connection to TTrayIcon
git-svn-id: trunk@30387 -
2011-04-19 18:31:40 +00:00
zeljko
d3e86179db LCL: Chart unit renamed to BarChart
git-svn-id: trunk@30386 -
2011-04-19 17:24:59 +00:00
martin
a24e534a55 DBG: limit console window to linux use -dDBG_ENABLE_TERMINAL to force, if libc is available on other platforms
git-svn-id: trunk@30385 -
2011-04-19 12:00:33 +00:00
juha
35aef7f802 IDE Optimize getting SrcEdit and UnitInfo in mnuProjectClicked
git-svn-id: trunk@30384 -
2011-04-19 09:13:27 +00:00
juha
3f96385d5a IDE: disable "Add Active Unit to Package" menu item for virtual files
git-svn-id: trunk@30383 -
2011-04-19 09:13:24 +00:00
juha
6fdeb037a4 Packager: in DoAddActiveUnitToAPackage, Cancel and Abort work identically. Remove Abort
git-svn-id: trunk@30382 -
2011-04-19 09:13:20 +00:00
mazen
867074a683 MAKE DEB: merged changes from official debian repository.
git-svn-id: trunk@30381 -
2011-04-19 09:00:13 +00:00
paul
be294f7218 lcl: set ModalResult to mrClose if BitBtn.Kind = bkClose (issue #0019197)
git-svn-id: trunk@30380 -
2011-04-19 08:04:05 +00:00
ask
48e27c17da TAChart: Always reset the extent after EndUpdate in TUserDefinedChartSource
git-svn-id: trunk@30379 -
2011-04-19 07:28:54 +00:00
paul
2ec56385d6 ideintf: add mrClose element
git-svn-id: trunk@30378 -
2011-04-19 06:24:57 +00:00
paul
fb02700240 win32: don't call LB_GETITEMRECT during ListBox initialization (fixes issue #0019191)
git-svn-id: trunk@30377 -
2011-04-19 06:09:26 +00:00
paul
bd8eb25ea6 lcl: add mrClose modal result value, map Help button to mrNone result (issue #0019185)
git-svn-id: trunk@30376 -
2011-04-19 03:00:14 +00:00
paul
061c206371 lcl: remove TLMNoPara, use TLMNoParams for TLMEnter, TLMExit (issue #0019134)
git-svn-id: trunk@30375 -
2011-04-19 02:26:47 +00:00
maxim
752f8615de Docs: added Massimo Soricetti to contributors list
git-svn-id: trunk@30374 -
2011-04-18 20:44:02 +00:00
maxim
73f7a6355d regenerated translations; updated Russian translation
git-svn-id: trunk@30373 -
2011-04-18 20:40:59 +00:00
maxim
a3c8405bdd Translations: Italian IDE translation update by Massimo Soricetti, bug #19187
git-svn-id: trunk@30372 -
2011-04-18 20:24:36 +00:00
juha
16f0a62783 IDE: disable "Add Editor File to Project" when the file belongs to current project already
git-svn-id: trunk@30371 -
2011-04-18 11:56:23 +00:00
juha
a592146c7c IDE: Use 3 dots in menu caption for Cody
git-svn-id: trunk@30370 -
2011-04-18 11:56:17 +00:00
juha
866731d664 LCL: Make GTK2 menu items call OnClick even if they have sub-items. Patch from August Klein, issue #17565
git-svn-id: trunk@30369 -
2011-04-18 11:56:09 +00:00
sekelsenmat
ad4b98c8e6 Small improvement for StatusIcon gtk2 trayicon
git-svn-id: trunk@30368 -
2011-04-18 09:41:23 +00:00
mattias
8a283e8229 IDE: comments
git-svn-id: trunk@30367 -
2011-04-18 08:46:08 +00:00
juha
b8367c2630 IDE: Disable UseProjUnit menu item when there are no available units
git-svn-id: trunk@30366 -
2011-04-18 08:45:18 +00:00
juha
314d8c539a IDE: disable RenameIdentifier and MakeResourceString menu items when there is nothing to do
git-svn-id: trunk@30365 -
2011-04-18 08:45:13 +00:00
juha
e0ace41a34 Packager: formatting and little refactoring.
git-svn-id: trunk@30364 -
2011-04-18 08:45:10 +00:00
juha
67cf6c1157 IDE: Setup...Menu func formatting.
git-svn-id: trunk@30363 -
2011-04-18 08:45:04 +00:00
juha
f4085f933e IDE: disable Open Package of Current Unit menu item when the file does not belong to a package
git-svn-id: trunk@30362 -
2011-04-18 08:45:00 +00:00
juha
1a42821d9b IDE: Improve some menu caption texts. Three dots only for modal dialogs.
git-svn-id: trunk@30361 -
2011-04-18 08:44:55 +00:00
mattias
53ccc4736f IDE: fixed compilation under linux x64
git-svn-id: trunk@30360 -
2011-04-18 08:32:38 +00:00
mattias
5ba506cb47 codetools: unix: searching libc.pp in packages/libc
git-svn-id: trunk@30359 -
2011-04-18 07:32:41 +00:00