juha
b10f4d426b
Build Lazarus: Replace radiogroup with combobox. Change layout.
...
git-svn-id: trunk@28098 -
2010-11-05 15:47:00 +00:00
zeljko
1364a5441f
Gtk2: avoid presence of horizontal scrollbar when TListBox is cleared by using gtk_tree_view_columns_autosize().Fixes issue #17837
...
git-svn-id: trunk@28097 -
2010-11-05 15:37:14 +00:00
juha
d492ceb716
Build profiles: update selected list when removing or renaming profiles.
...
git-svn-id: trunk@28096 -
2010-11-05 11:56:02 +00:00
vincents
820b49e20c
lcl docs: pass units in order of dependencies to fpdoc, to work around the fact that fpdoc doesn't reorder them, so that it can create the links correctly.
...
patch by: Marco van de Voort
Issue #17246
git-svn-id: trunk@28095 -
2010-11-05 11:25:47 +00:00
paul
019f77c33d
gtk2: don't change the focus on GetCapture call. gtk_grab_add do all the required job
...
win32: improve the debugging
git-svn-id: trunk@28094 -
2010-11-05 10:56:38 +00:00
paul
615c6c2c5f
gtk2: define USE_GTK_MAIN_OLD_ITERATION for windows
...
git-svn-id: trunk@28093 -
2010-11-05 09:50:29 +00:00
zeljko
674800cb1b
LCL: treeview: trigger OnDeletion() event before node is unbinded.Fixes issue #17832 .
...
git-svn-id: trunk@28092 -
2010-11-05 09:23:09 +00:00
zeljko
ab18b9f85b
Gtk2: TListView - take into account that user can change imagelist items via addImage,delete etc.., we must check that case.Fixes issue #17831 .
...
git-svn-id: trunk@28091 -
2010-11-05 09:08:37 +00:00
zeljko
0ed014d074
Gtk2: use Ampersands2Underscore() for dialog buttons.Fixed activation problem for msgdialogs, now it's correctly focused when run executed.Fixes issue #17821 .
...
git-svn-id: trunk@28090 -
2010-11-05 08:30:48 +00:00
mattias
88875f45c2
LCL: TWinControl.DoAllAutoSize: do not call UpdateShowing for form if already running, bug #17770
...
git-svn-id: trunk@28089 -
2010-11-05 08:25:59 +00:00
paul
c708840d05
lcl: fix name clash with ancestor fields after fpc:r16303
...
git-svn-id: trunk@28088 -
2010-11-05 08:07:11 +00:00
vincents
5712a7109a
cleanup in windows installer scripts:
...
* merged win32 and win64 specific environmentoptions.xml into one file, they are the same nowadays
- don't expand FPCSrcDir in environmentoptions.xml, this is not needed anymore since r28086 #bc2ebabd28
+ instead keeping the old environmentoptions.xml, the installer nows asks if it may overwrite the existing environmentoptions.xml
git-svn-id: trunk@28087 -
2010-11-05 07:36:23 +00:00
vincents
bc2ebabd28
windows installer: use $(FPCVER) macro in fpc source directory environment option, improves issue #17834
...
git-svn-id: trunk@28086 -
2010-11-05 07:24:53 +00:00
paul
01ef4a90b2
lcl: formatting
...
git-svn-id: trunk@28085 -
2010-11-05 02:42:19 +00:00
mattias
12bd4b87a6
LCL: TDateEdit: displaysettings
...
git-svn-id: trunk@28084 -
2010-11-05 01:51:03 +00:00
mattias
7c80c43236
IDE: if fpc path, fpc source directory or lazarus source directory not found: try secondary configs
...
git-svn-id: trunk@28083 -
2010-11-05 01:16:37 +00:00
mattias
0f54b04345
IDE: stop opening designer forms if one failed
...
git-svn-id: trunk@28082 -
2010-11-05 00:51:37 +00:00
mattias
9bd3a94663
IDE: fixed keeping installed packages when adding new needed packages
...
git-svn-id: trunk@28081 -
2010-11-05 00:41:08 +00:00
mattias
2bf7963f78
IDE: when opening a form with missing design time package: show option to install those packages
...
git-svn-id: trunk@28080 -
2010-11-05 00:19:24 +00:00
mattias
e8b131614c
LCL: QuestionDlg: added option to set default button
...
git-svn-id: trunk@28079 -
2010-11-05 00:11:35 +00:00
juha
b6a99db82e
Converter: improved comments.
...
git-svn-id: trunk@28078 -
2010-11-04 22:30:41 +00:00
mattias
1d91673a50
exzmples: update
...
git-svn-id: trunk@28077 -
2010-11-04 22:18:46 +00:00
mattias
00536fed8a
examples: trubopower_ipro: fixed image links
...
git-svn-id: trunk@28076 -
2010-11-04 22:16:54 +00:00
mattias
cce9f3cdd8
examples: trubopower_ipro: fixed image links
...
git-svn-id: trunk@28075 -
2010-11-04 22:15:25 +00:00
sekelsenmat
5e993a5501
Now some drawing appears in TCDGroupBox
...
git-svn-id: trunk@28074 -
2010-11-04 17:06:56 +00:00
juha
1d2770f40f
Generic form with a checklistbox for selecting items
...
git-svn-id: trunk@28073 -
2010-11-04 13:12:29 +00:00
juha
e50753b288
Advanced build Lazarus: build many profiles at once.
...
git-svn-id: trunk@28072 -
2010-11-04 13:07:43 +00:00
sekelsenmat
a95c92eeaf
Adds the code to render the image
...
git-svn-id: trunk@28071 -
2010-11-04 11:04:46 +00:00
sekelsenmat
b7d2ca7755
Initial sketch of the custom drawn group box
...
git-svn-id: trunk@28070 -
2010-11-04 10:50:05 +00:00
juha
9eee5d1c46
Build Lazarus dialog: leave space at bottom to prevent clipping.
...
git-svn-id: trunk@28069 -
2010-11-04 08:34:26 +00:00
zeljko
3ccc0e702d
Gtk2: map all non-standard gtk2 stock id's to lcl resource strings. fixes #17821
...
git-svn-id: trunk@28068 -
2010-11-04 07:18:35 +00:00
juha
c2618b7462
Build Lazarus: Made lazbuild work again.
...
git-svn-id: trunk@28067 -
2010-11-03 23:43:15 +00:00
juha
518721e8a0
Build Lazarus dialog: make the dialog smaller and improve layout.
...
git-svn-id: trunk@28066 -
2010-11-03 22:02:10 +00:00
maxim
0040ee1db6
regenerated translations; updated Russian translation
...
git-svn-id: trunk@28065 -
2010-11-03 21:31:38 +00:00
juha
1e3683325a
Converter: minor comment changes.
...
git-svn-id: trunk@28064 -
2010-11-03 20:46:44 +00:00
juha
ee539962d8
Converter: check for nil pointers.
...
git-svn-id: trunk@28063 -
2010-11-03 20:46:38 +00:00
juha
c7e0f334c6
Converter: Handle units in main and implementation uses sections separately. Includes patch from issue #17578 .
...
git-svn-id: trunk@28062 -
2010-11-03 20:17:54 +00:00
juha
6a1f9c0370
Converter: Add the forgotten file header license info and comment for ConvCodeTool.
...
git-svn-id: trunk@28061 -
2010-11-03 20:17:50 +00:00
vincents
4bee02cf44
lcl docs: added skeletonxml documention for new xmlbase unit
...
git-svn-id: trunk@28060 -
2010-11-03 19:52:32 +00:00
mattias
1c7a2d7963
LCL: fixed compiling with DebugDisableAutoSizing, bug #17817
...
git-svn-id: trunk@28059 -
2010-11-03 15:33:10 +00:00
zeljko
e7da031bee
Gtk2: TGtk2WidgetSet.PromptUser() fixed wrong mapping of ignore button to gtk-remove stock id. Now it's mapped to gtk-cancel since gtk2 doesn't have "ignore" as stock id. Fixes #17812 .
...
git-svn-id: trunk@28058 -
2010-11-03 14:53:49 +00:00
mattias
6f951c6cc6
IDE: fix case of override target os/cpu
...
git-svn-id: trunk@28057 -
2010-11-03 14:53:23 +00:00
mattias
5ca80379a2
IDE: when compile of an install package failed: more verbose buttons
...
git-svn-id: trunk@28056 -
2010-11-03 14:45:03 +00:00
sekelsenmat
56f71a1c43
Moves the code to set the initial dir for win32 from the LCL to the win32 widgetset. Fixes bug #17772
...
git-svn-id: trunk@28055 -
2010-11-03 10:54:18 +00:00
mattias
65fda5bbfe
IDE: clean up
...
git-svn-id: trunk@28054 -
2010-11-03 10:12:30 +00:00
vincents
56646eb28c
removed support for compiled units in .ppw files, this is obsolete after fpc 1.0 (issue #16067 )
...
git-svn-id: trunk@28053 -
2010-11-03 09:48:49 +00:00
juha
429eeda612
Build Profiles: improve layout
...
git-svn-id: trunk@28052 -
2010-11-03 09:38:35 +00:00
mattias
c94957e49b
IDE: disable run speed button if project and file not runnable
...
git-svn-id: trunk@28051 -
2010-11-03 09:36:26 +00:00
mattias
ec803db711
IDEIntf: clean up
...
git-svn-id: trunk@28050 -
2010-11-03 09:22:26 +00:00
vincents
3edd6cc7f1
gtk1 interfaces: added TForm.AlphaBlend and TFrom.AlphaBlendValue to the restricted properties, because AlphaBlending is not possible with gtk1 (issue #17730 )
...
git-svn-id: trunk@28049 -
2010-11-03 08:05:53 +00:00