Commit Graph

29138 Commits

Author SHA1 Message Date
mattias
26709e8c25 codetools: c file merger: translate source position back to original file position
git-svn-id: trunk@29549 -
2011-02-14 17:13:08 +00:00
zeljko
de531a2af0 Gtk2: fixed crash when WinKey + Some key pressed and range check is on. issue #18743
git-svn-id: trunk@29548 -
2011-02-14 16:32:35 +00:00
zeljko
4382974f54 Qt: do not allow QtTool for modal windows under win32, otherwise global actions are fired.issue #18709
git-svn-id: trunk@29547 -
2011-02-14 15:37:03 +00:00
mattias
8c126c8067 codetools: function to merge c header files into one
git-svn-id: trunk@29546 -
2011-02-14 13:52:23 +00:00
zeljko
8308cf24d5 Qt: creation of QMainWindow class could fail in case when splash screen is shown before Application.MainForm is created, so we never have MainForm=True (eg. lazarus on win32 - triggers sometimes).Returned checking of QKeySequence_isEmpty() for global actions.
git-svn-id: trunk@29545 -
2011-02-14 13:23:54 +00:00
zeljko
0080ce812a Qt: do not ask if QKeySequence_isEmpty for global action, otherwise it won't be added to global actions list.
git-svn-id: trunk@29544 -
2011-02-14 12:26:53 +00:00
zeljko
4aa7b988f1 Qt: added global actions handling (Alt+Key in app main form).issue #18478
git-svn-id: trunk@29543 -
2011-02-14 11:50:23 +00:00
mattias
4654e9dfb1 codetools: clean up
git-svn-id: trunk@29541 -
2011-02-13 23:23:10 +00:00
mattias
38d6797573 cody: sort for package
git-svn-id: trunk@29540 -
2011-02-13 22:22:01 +00:00
mattias
7d563e06c6 cody: ppu list: show owner package
git-svn-id: trunk@29539 -
2011-02-13 22:08:42 +00:00
zeljko
c6ef1ee885 LCL: fixed stRoundRect drawing problem on Carbon.Patch by u-boot. issue #17892
git-svn-id: trunk@29538 -
2011-02-13 20:33:29 +00:00
zeljko
b8d5b4793d Gtk2: introduced TGtkDeviceContext.ClipRect, now gtk_paint_xxx() respects clipping rectangle. issue #14660
git-svn-id: trunk@29537 -
2011-02-13 20:26:48 +00:00
zeljko
a5cebb65d2 Gtk2: renamed Gtk1Create & Gtk1Destroy to Gtk2 counterparts.
git-svn-id: trunk@29536 -
2011-02-13 19:16:43 +00:00
ask
1b48a23ce3 TAChart: Fix AV when drawing pie series of near-zero radius
git-svn-id: trunk@29535 -
2011-02-13 19:12:04 +00:00
ask
0ff70e0b68 TAChart: Use IChartDrawer to draw radial series
git-svn-id: trunk@29534 -
2011-02-13 18:54:36 +00:00
ask
bea6cd43d9 TAChart: Extract TFPCanvasDrawer and ISimpleTextOut
git-svn-id: trunk@29533 -
2011-02-13 18:50:52 +00:00
ask
2d3a007277 TAChart: Refactor TADrawUtils unit
git-svn-id: trunk@29532 -
2011-02-13 17:42:03 +00:00
ask
829ea72a9d TAChart: Use IChartDrawer to draw labels
git-svn-id: trunk@29531 -
2011-02-13 17:28:51 +00:00
ask
e3c19880f0 TAChart: Use IChartDrawer to draw axises. Add IChartDrawer.ClippingStart ans ClippingStop methods.
git-svn-id: trunk@29530 -
2011-02-13 16:52:50 +00:00
ask
6edfc21f02 TAChart: Use IChartDrawer to draw chart back wall
git-svn-id: trunk@29529 -
2011-02-13 15:57:46 +00:00
ask
a4fb8cc245 TAChart: Use IChartDrawer to draw chart title and footer
git-svn-id: trunk@29528 -
2011-02-13 15:49:51 +00:00
juha
29469237ae Converter: Set IsConsoleApp in a different place to avoid AV.
git-svn-id: trunk@29527 -
2011-02-13 15:05:15 +00:00
ask
f4437ee29b TAChart: Use IChartDrawer for legend drawing
git-svn-id: trunk@29526 -
2011-02-13 15:04:41 +00:00
maxim
0cb9ab07e5 Components, H2Pas IDE wizard: fixed compilation
git-svn-id: trunk@29525 -
2011-02-13 14:11:38 +00:00
paul
ea700f0efd lazbuild: fix compilation
git-svn-id: trunk@29524 -
2011-02-13 13:56:12 +00:00
mattias
2755108d9c IDEIntf: moved compiler options to unit of its own (compoptsintf.pas), added access to compiler options of packages
git-svn-id: trunk@29523 -
2011-02-13 13:42:19 +00:00
paul
ac062467ca ide: remove a possibility to use a single frame class more than 1 time by assigning Name property to an empty string - this breaks help because help uses component name to prepare an url
git-svn-id: trunk@29522 -
2011-02-13 13:31:05 +00:00
ask
684c623fc2 TAChart: Sort TChart methods alphabetically
git-svn-id: trunk@29521 -
2011-02-13 13:01:41 +00:00
ask
2acf57df8d TAChart: Start implementation of IChartDrawer interface
git-svn-id: trunk@29519 -
2011-02-13 12:45:10 +00:00
maxim
09d05b6a3c regenerated translations; updated Russian translation
git-svn-id: trunk@29518 -
2011-02-13 12:43:10 +00:00
juha
d35aef1e38 Converter: improve setting IsMainFile and IsConsoleApp properties.
git-svn-id: trunk@29517 -
2011-02-13 12:25:21 +00:00
mattias
63f43459ae cody: ppu list: jump to unit
git-svn-id: trunk@29516 -
2011-02-13 12:20:30 +00:00
mattias
bba3e2b3fc cody: show uses path
git-svn-id: trunk@29515 -
2011-02-13 12:10:34 +00:00
juha
d1c893c176 Converter: Conditional compilation to allow commenting missing units automatically.
git-svn-id: trunk@29514 -
2011-02-13 12:04:55 +00:00
juha
2e2e795109 Converter: improve reporting missing units.
git-svn-id: trunk@29513 -
2011-02-13 12:04:52 +00:00
paul
cd87a812cc ide: add an option to open options dialog in read only mode, use it for packages
git-svn-id: trunk@29509 -
2011-02-13 11:37:47 +00:00
zeljko
1611f70770 Gtk2: fixed assert with TCustomListView and lisFocused on gtk2 >= 2.20, Gtk2TranslateScrollStyle moved to gtk2proc to be reused by all
scrolling controls.

git-svn-id: trunk@29508 -
2011-02-13 11:30:14 +00:00
mattias
8ec972aca3 codetools: debugging
git-svn-id: trunk@29506 -
2011-02-13 11:03:17 +00:00
mattias
c6784e6213 codetools: ppu parser: read macros only if there
git-svn-id: trunk@29505 -
2011-02-13 10:06:34 +00:00
juha
c7bbbd33c1 Converter: Don't complain about missing units in the project .dpr file.
git-svn-id: trunk@29504 -
2011-02-13 09:54:02 +00:00
mattias
ad1d5994bb codetools: ppu tool: error handling
git-svn-id: trunk@29503 -
2011-02-13 09:41:35 +00:00
paul
98b5643d20 packager:
- remove package options dialog
  - remove compiler options button
  - call new package + compiler options dialog on options button click

git-svn-id: trunk@29502 -
2011-02-13 06:31:42 +00:00
paul
9224d401fc ide, packager: add provides and i18n options frames
git-svn-id: trunk@29501 -
2011-02-13 06:22:57 +00:00
paul
4f3a72534b ide: remove old compiler options dialog
git-svn-id: trunk@29500 -
2011-02-13 06:20:32 +00:00
paul
a4f6f1e56a ide, packager: add IDE integration page
git-svn-id: trunk@29499 -
2011-02-13 06:04:15 +00:00
mattias
78d68ef5a6 codetools: ppu parser: updated proc options
git-svn-id: trunk@29498 -
2011-02-13 00:09:41 +00:00
mattias
b64cc46583 codetools: ppu parser: added module options
git-svn-id: trunk@29497 -
2011-02-12 23:05:01 +00:00
zeljko
7b7300a573 Gtk2: make gtk2 toolbuttons more look like real gtk2 theme toolbuttons.issue #18714
git-svn-id: trunk@29496 -
2011-02-12 21:25:15 +00:00
juha
8cf2c6b279 Converter: refactor so that IsMainFile is set before it is used.
git-svn-id: trunk@29495 -
2011-02-12 20:27:06 +00:00
juha
f26b21daea Converter: Experiment with removing and adding used units.
git-svn-id: trunk@29494 -
2011-02-12 20:27:02 +00:00