paul
ac0a784f15
lcl: fix fpc 2.5.1 compilation for x64
...
git-svn-id: trunk@23385 -
2010-01-05 13:25:31 +00:00
paul
1af2edb94e
docs: add Juha Manninen to the contributors list
...
git-svn-id: trunk@23384 -
2010-01-05 13:14:58 +00:00
paul
af6299149d
ide: Fix a potentially uninitialized variable in main.pp by Juha Manninen + formatting (issue #0015470 )
...
git-svn-id: trunk@23383 -
2010-01-05 13:13:37 +00:00
paul
fc53888ae2
ide: don't write icon to .lrs file since .res can be used everywhere
...
git-svn-id: trunk@23382 -
2010-01-05 10:43:22 +00:00
paul
f6928e6ddc
qt: remove obsoleted qt4.3 and qt4.4 bindings
...
git-svn-id: trunk@23381 -
2010-01-05 08:45:43 +00:00
paul
57c13d9e05
ide: resources support:
...
- switch to fcl-res to resource generation
- generate .res files instead of .rc for all platforms, don't create .manifest file
git-svn-id: trunk@23380 -
2010-01-05 07:16:17 +00:00
paul
b828609367
ide: project version info frame - change language and charset combobox style
...
git-svn-id: trunk@23379 -
2010-01-05 07:14:14 +00:00
mattias
0b9820f4d8
IDE: fixed compilation
...
git-svn-id: trunk@23378 -
2010-01-04 20:02:54 +00:00
mattias
46df42a253
IDE: renamed compiler_condtree.pas
...
git-svn-id: trunk@23377 -
2010-01-04 19:56:15 +00:00
paul
48d5f10195
ide: restore .rc
...
git-svn-id: trunk@23376 -
2010-01-04 19:47:00 +00:00
mattias
20f1bee650
fixed missing s
...
git-svn-id: trunk@23375 -
2010-01-04 19:36:47 +00:00
mattias
64214c5598
fixed lazarus.lpi
...
git-svn-id: trunk@23374 -
2010-01-04 19:33:04 +00:00
mattias
33729ede58
moved compiler_buildvar_options.pas to ide/frames
...
git-svn-id: trunk@23373 -
2010-01-04 19:31:23 +00:00
mattias
294d55104b
moved ide/compoptcondpropsdlg.pas to ide/frames
...
git-svn-id: trunk@23372 -
2010-01-04 19:23:58 +00:00
mattias
b264b33907
IDE: moved conditionals frame to ide frames
...
git-svn-id: trunk@23371 -
2010-01-04 19:20:52 +00:00
mattias
bb9b4b5c81
IDE: do not translate lrs comment
...
git-svn-id: trunk@23370 -
2010-01-04 19:10:17 +00:00
mattias
436912265e
qt intf: reduced warnings
...
git-svn-id: trunk@23369 -
2010-01-04 18:24:46 +00:00
mattias
703970233e
qt intf: clean up
...
git-svn-id: trunk@23368 -
2010-01-04 18:18:31 +00:00
mattias
5848a2067c
LCL: TControl.FontChanged: moved AutoSize from TWinControl to TControl
...
git-svn-id: trunk@23367 -
2010-01-04 12:39:53 +00:00
mattias
ee54a701ad
IDE: editor options: divider lines: hint and layout
...
git-svn-id: trunk@23366 -
2010-01-04 11:48:14 +00:00
mattias
9d25c1233b
translation: german: updates from Swen Heinig
...
git-svn-id: trunk@23365 -
2010-01-04 11:09:04 +00:00
marc
be2b1f708f
* Restored alpabetical order. confuses apiwizz
...
git-svn-id: trunk@23364 -
2010-01-03 19:29:00 +00:00
marc
1a16269c53
* apiwizz: added scanner for existing functions
...
git-svn-id: trunk@23363 -
2010-01-03 19:25:29 +00:00
mattias
0e35f7bf06
IDE: build modes: fixed type picklist
...
git-svn-id: trunk@23362 -
2010-01-03 16:18:11 +00:00
paul
2effde41c0
ide: register bulid modes editor in the IDE common dialog
...
git-svn-id: trunk@23361 -
2010-01-03 16:06:02 +00:00
mattias
9e0bd4b9e8
IDE: build modes: selected
...
git-svn-id: trunk@23360 -
2010-01-03 15:10:27 +00:00
sekelsenmat
5509fc02c5
Implements LCLIntf.CreateRoundRectRgn purely with other LCL routines, using CreateRectRgn, CreateEllipticRgn and CombineRgn. Also fixes a crash in LCL-Qt
...
git-svn-id: trunk@23359 -
2010-01-03 14:49:46 +00:00
paul
2826bd7bab
ide: remove OnImExportCompilerOptions event and use MainIDEInterface directly instead
...
git-svn-id: trunk@23358 -
2010-01-03 13:51:38 +00:00
dmitry
83786d3eec
ide: renamed 'use options as default' caption to 'use compiler options as default'
...
git-svn-id: trunk@23357 -
2010-01-03 13:30:58 +00:00
paul
09f3891edd
ide: fix work of 'default' compiler options
...
git-svn-id: trunk@23356 -
2010-01-03 13:19:22 +00:00
paul
bf67a1aaf6
ide: some improvements for editing of compiler option in the common dialog
...
git-svn-id: trunk@23355 -
2010-01-03 11:08:29 +00:00
paul
199795b4c1
ide: implement custom buttons and checkbox for the compiler options
...
git-svn-id: trunk@23354 -
2010-01-03 10:43:21 +00:00
paul
28e9903440
ide: move TestCompilerOptions event to compileroptions unit
...
git-svn-id: trunk@23353 -
2010-01-03 10:42:26 +00:00
paul
f78e4a4946
ideintf, ide: add TAbstractOptionsEditorDialog.AddControl method
...
git-svn-id: trunk@23352 -
2010-01-03 10:41:37 +00:00
paul
3653d72aa7
ideintf, ide: add TAbstractOptionsEditorDialog.AddButton method
...
git-svn-id: trunk@23351 -
2010-01-03 06:31:55 +00:00
paul
90eed3dc98
lcl: fix order of custom buttons in TButtonPanel
...
git-svn-id: trunk@23350 -
2010-01-03 06:29:40 +00:00
paul
96e1d6cc49
lcl: arrange all buttons places on TButtonPanel in design time (with Align = bkCustom)
...
git-svn-id: trunk@23349 -
2010-01-03 05:07:56 +00:00
marc
eacdf95a0f
* gtk2: remove unnecesary begin/endupdate & other cleanup
...
git-svn-id: trunk@23348 -
2010-01-02 18:59:39 +00:00
marc
56ade4e781
* GTK2: Return correct inserion index into gtkliststore when an object is added to a sorted TSrings. Fixes #11942 . Based on patch by A. Schneider
...
git-svn-id: trunk@23347 -
2010-01-02 18:37:36 +00:00
marc
b7391553c7
* Code Reformatted, was part of fix for 11942, but comitted separately
...
git-svn-id: trunk@23346 -
2010-01-02 18:09:34 +00:00
paul
1887ef1c98
synedit: extend a list of places where procedure modifiers are allowed, restrict 'pascal', 'register' and 'safecall' modifiers to that places
...
git-svn-id: trunk@23345 -
2010-01-02 11:23:04 +00:00
paul
aab393226c
ide: increase compiler stamp and set modified flag if compiler options (modified by IDE options dialog) are changed
...
git-svn-id: trunk@23344 -
2010-01-02 11:09:12 +00:00
paul
7082105282
ide: add compiler compile options frame
...
git-svn-id: trunk@23343 -
2010-01-02 09:47:45 +00:00
paul
074ef3ac0d
ide: add compiler inherited options frame
...
git-svn-id: trunk@23342 -
2010-01-02 09:31:05 +00:00
paul
5413724717
ide: fix IDE option dialog ReadSettings, WriteSettings - call methods if supported class is ancestor too
...
git-svn-id: trunk@23341 -
2010-01-02 09:30:19 +00:00
paul
8cfb4412a9
ide: compiler options frames - support TBaseCompilerOptions instead of TProjectCompilerOptions
...
git-svn-id: trunk@23340 -
2010-01-02 08:23:08 +00:00
paul
658f3137f0
ide: add compiler other options frame
...
git-svn-id: trunk@23339 -
2010-01-02 08:00:15 +00:00
paul
eb4f300ff2
ide: add verbosity options frame
...
git-svn-id: trunk@23338 -
2010-01-02 07:03:01 +00:00
paul
778ab0dfd7
ide: add linking options frame
...
git-svn-id: trunk@23337 -
2010-01-02 06:53:50 +00:00
paul
7b033bbf43
ide: add compiler code generation options frame
...
git-svn-id: trunk@23336 -
2010-01-02 06:38:41 +00:00