Commit Graph

27656 Commits

Author SHA1 Message Date
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
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