Commit Graph

27671 Commits

Author SHA1 Message Date
maxim
473b9abff9 IDE, Add/Rename build profile dialog: improve layout and localization
git-svn-id: trunk@28124 -
2010-11-07 15:46:46 +00:00
maxim
df85ee4a15 regenerated translations; updated Russian translation
git-svn-id: trunk@28123 -
2010-11-07 15:21:41 +00:00
maxim
c0057e87a5 IDE, Configure Build Lazarus dialog: further localization improvements
git-svn-id: trunk@28122 -
2010-11-07 15:21:19 +00:00
maxim
1053a7ebde regenerated translations; updated Russian translation
git-svn-id: trunk@28121 -
2010-11-07 14:10:46 +00:00
maxim
fcc87b171e IDE, Configure Build Lazarus dialog: small localization cleanup
git-svn-id: trunk@28120 -
2010-11-07 14:09:04 +00:00
maxim
f1f1faf3c9 IDE, Configure Build Lazarus dialog: further layout improvements
git-svn-id: trunk@28119 -
2010-11-07 13:57:03 +00:00
maxim
83ca3688d5 regenerated translations; updated Russian translation
git-svn-id: trunk@28118 -
2010-11-07 13:39:05 +00:00
maxim
e97fa4cdac IDE: localize Edit Build Lazarus Defines dialog
git-svn-id: trunk@28117 -
2010-11-07 13:38:38 +00:00
paul
b2aa415919 win32: teach statusbar to handle clDefault color
git-svn-id: trunk@28116 -
2010-11-07 13:28:08 +00:00
maxim
1abcaefd9e regenerated translations; updated Russian translation
git-svn-id: trunk@28115 -
2010-11-07 13:22:38 +00:00
maxim
341b1368b7 IDE, Configure Build Lazarus dialog: improve layout and localization
git-svn-id: trunk@28114 -
2010-11-07 13:22:02 +00:00
paul
48a20553d3 win32: teach WM_CTLCOLORMSGBOX..WM_CTLCOLORSTATIC to handle clDefault
git-svn-id: trunk@28113 -
2010-11-07 13:04:10 +00:00
paul
bc8b1d10f7 win32: fix compilation for fpc 2.4.3
git-svn-id: trunk@28112 -
2010-11-07 13:00:41 +00:00
paul
8944d373f9 win32, lcl: further work on clDefault implementation
git-svn-id: trunk@28111 -
2010-11-07 12:54:33 +00:00
zeljko
9383e30051 Gtk2: do not set transient window for messagedlg if we are under gtk2 versions > 2.12. Fixes issue #17848
git-svn-id: trunk@28110 -
2010-11-07 11:28:21 +00:00
sekelsenmat
c56fc7345f Advances the custom drawn group box
git-svn-id: trunk@28109 -
2010-11-06 16:58:41 +00:00
paul
d9dba370df win32: start clDefault implementation
git-svn-id: trunk@28108 -
2010-11-06 16:55:08 +00:00
zeljko
cdeb7f8f68 Gtk2: improved gtk2 performance in case of pointer motions by using GDK_POINTER_MOTION_HINT_MASK.Patch by Henry Vermaak. Fixes issue #14936
git-svn-id: trunk@28107 -
2010-11-06 13:10:17 +00:00
maxim
f0374c12fd Translations: Portuguese translation update by Marcelo B Paula, bug #17845
git-svn-id: trunk@28106 -
2010-11-06 12:51:23 +00:00
juha
5488e1c2ed Build Lazarus: More layout tweaks. The dialog should be small enough now (529 pix high).
git-svn-id: trunk@28105 -
2010-11-06 08:45:48 +00:00
paul
d5c63f7aad gtk2: move focus-in after handler to focus-in handler. This cause interface to handle focus switches inside the focus events properly (fixes bug #17801)
git-svn-id: trunk@28104 -
2010-11-06 04:18:42 +00:00
maxim
513c9f2f1d regenerated translations; updated Russian translation
git-svn-id: trunk@28103 -
2010-11-06 00:07:40 +00:00
mattias
2df864d4b8 anchordocking: miniide: save/load to file
git-svn-id: trunk@28102 -
2010-11-05 19:45:24 +00:00
mattias
27461c4823 IDE: added about IDE info dialog
git-svn-id: trunk@28101 -
2010-11-05 19:26:20 +00:00
mattias
46ee94d11d IDE: clean up
git-svn-id: trunk@28100 -
2010-11-05 17:50:32 +00:00
juha
e1a6a2e960 Converter: Treat main and implementation uses sections separately. Patch from Stephano, issue #0017578.
git-svn-id: trunk@28099 -
2010-11-05 16:38:12 +00:00
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