micha
eb03426f43
fix menu items not firing in win95 and NT (issue #7655 , patch from msmat)
...
git-svn-id: trunk@10227 -
2006-11-21 21:46:15 +00:00
vincents
ecd3879ac4
macosx installer: added parameter for used fpc svn directory
...
git-svn-id: trunk@10226 -
2006-11-21 19:21:58 +00:00
vincents
82e647b24a
LCL: set UpDown Orientation before adding the TUpDownButtons, fixes issue #7855 .
...
git-svn-id: trunk@10225 -
2006-11-21 14:19:24 +00:00
vincents
7958b8e0ce
lcl: question dialog uses DT_INTERNAL flag for calculating the textbox size, fixes bug #1823 , #7823 and others
...
git-svn-id: trunk@10224 -
2006-11-21 13:36:13 +00:00
mattias
c045101121
codetools: remove debugging code
...
git-svn-id: trunk@10223 -
2006-11-20 18:18:40 +00:00
mattias
e5fdfd28ff
codetools: allowed: var identifier: class of identifier
...
git-svn-id: trunk@10222 -
2006-11-20 16:28:20 +00:00
mattias
01c3d62fc8
IDE: project definitions are now automatically added to all directories in the unit search path (same for packages)
...
git-svn-id: trunk@10221 -
2006-11-20 15:38:48 +00:00
vincents
13689073c2
added support for ITestListener.StartTestSuite and EndTestSuite from Graeme
...
git-svn-id: trunk@10220 -
2006-11-20 11:04:19 +00:00
vincents
4342c27eee
added new QT contributor
...
git-svn-id: trunk@10219 -
2006-11-20 08:08:01 +00:00
vincents
70452f37ec
win32 installer:
...
+ associations are user configurable
- remove license acceptance dialog
* set 64-bit installer flag
git-svn-id: trunk@10218 -
2006-11-19 21:18:08 +00:00
sekelsenmat
dc6ff66f9b
Fixes on qt interface for 64-bits platforms from Giulio Bernardi.
...
git-svn-id: trunk@10217 -
2006-11-19 18:47:19 +00:00
andrew
5302d4b562
changed lazarus to use the widgetset it is compiled with as the default when building projects
...
+ added WidgetSetName function to TWidgetSet.
+ changed the order of units on qtint and fpguiint
git-svn-id: trunk@10216 -
2006-11-18 13:45:28 +00:00
vincents
a51b2a96e2
use EnsureVisible to show collection property editor (bug #7398 )
...
git-svn-id: trunk@10215 -
2006-11-17 14:38:48 +00:00
vincents
3e30ff60cb
lcl: promptdialog underlines letter prefixed with & (bug #7591 ) from Martin Smat
...
git-svn-id: trunk@10214 -
2006-11-17 10:29:05 +00:00
vincents
39304ec572
fixed typo
...
git-svn-id: trunk@10213 -
2006-11-17 10:04:57 +00:00
andrew
d817c43808
drastically improved gtk2 synedit speed
...
git-svn-id: trunk@10212 -
2006-11-16 22:36:32 +00:00
vincents
6a2d49359c
publish project: fixed saving settings, when clicking ok
...
git-svn-id: trunk@10211 -
2006-11-16 22:20:12 +00:00
micha
3e63e3f908
make async call queue a FIFO (patch by Alexandre Leclerc)
...
git-svn-id: trunk@10210 -
2006-11-16 20:26:39 +00:00
vincents
49b77d57c0
ide: fixed taborder of publish project dialog, from Graeme
...
git-svn-id: trunk@10209 -
2006-11-16 13:32:41 +00:00
vincents
8f7f685170
ide: improved layout of the find/replace dialog, from Graeme
...
git-svn-id: trunk@10208 -
2006-11-16 12:46:14 +00:00
vincents
d4dd6c0196
wince interface: several fixes from Christian Ulrich
...
* closing a application
* window styles
+ GetPixel and SetPixel
git-svn-id: trunk@10207 -
2006-11-16 12:18:12 +00:00
vincents
9757e008dd
lcl: added TApplication.ApplicationType from Christian Ulrich
...
git-svn-id: trunk@10206 -
2006-11-16 12:16:35 +00:00
vincents
829be5d8d6
fpcunit gui runner: fixed layout from Graeme
...
git-svn-id: trunk@10205 -
2006-11-15 15:10:25 +00:00
vincents
5a325e1788
lcl: updown buttons are not selectable in designer (bug #7822 )
...
git-svn-id: trunk@10204 -
2006-11-15 07:22:07 +00:00
andrew
8eac57bde7
fixed bug #7688
...
git-svn-id: trunk@10203 -
2006-11-14 22:30:32 +00:00
vincents
668fc4540a
carbon interface: removed fpcmacosall.pas, is now part of fpc.
...
git-svn-id: trunk@10202 -
2006-11-14 22:21:57 +00:00
andrew
2763b9f1f0
fixed bug #970 and bug #7257
...
implemented gtk2 memo SelStart SelLength
git-svn-id: trunk@10201 -
2006-11-14 21:11:22 +00:00
vincents
3aa9e60885
ide: lowercase {$I %fpctargetos%}, so it can be used for directories
...
git-svn-id: trunk@10200 -
2006-11-14 20:18:54 +00:00
sekelsenmat
4b16f5c25c
Improves behavior of click event on buttons and implements TabOrder and TabStop on the Qt widgetset.
...
git-svn-id: trunk@10199 -
2006-11-14 19:14:35 +00:00
sekelsenmat
cdfcfafb10
Implements text rotation on Qt widgetset.
...
git-svn-id: trunk@10198 -
2006-11-14 16:41:31 +00:00
vincents
79c42a0c12
ide: added win64 to the targetos compileroptions
...
git-svn-id: trunk@10197 -
2006-11-14 14:17:10 +00:00
marc
1c99781bc5
* Modified utf patch from Felipe Monteiro de Carvalho
...
git-svn-id: trunk@10196 -
2006-11-14 00:31:49 +00:00
vincents
b2dd5fc016
win32 interface: implemented beveled splitter from Jernej (bug #7805 )
...
git-svn-id: trunk@10195 -
2006-11-13 11:46:18 +00:00
jesus
4baeb4b575
grid, editors now remember original col,row. EditorShowInCell for custom grids.
...
git-svn-id: trunk@10194 -
2006-11-13 10:37:53 +00:00
sekelsenmat
824e958f4e
Partially implements GetTextMetrics and improves GetSystemMetrics on the Qt interface.
...
git-svn-id: trunk@10193 -
2006-11-13 01:43:05 +00:00
mattias
119289e6bc
gtk2 intf: TListView: images from Sebastian Kraft
...
git-svn-id: trunk@10192 -
2006-11-12 22:35:45 +00:00
mattias
b0e37c7904
removed lps file
...
git-svn-id: trunk@10191 -
2006-11-12 22:32:28 +00:00
mattias
b65822fa44
added IDE printing package from Darius
...
git-svn-id: trunk@10190 -
2006-11-12 22:32:07 +00:00
mattias
64d075fa75
TDateEdit - fix color, ReadOnly, move property Date to public sections from Aleksey
...
git-svn-id: trunk@10189 -
2006-11-12 22:09:39 +00:00
micha
dbe0e57b27
optimize menu drawing, reduce code (from Sergei Gorelkin)
...
git-svn-id: trunk@10188 -
2006-11-12 14:13:19 +00:00
vincents
9f672f7dab
svn2revisioninc: fixed creating revision.inc in current directory
...
git-svn-id: trunk@10187 -
2006-11-10 14:02:42 +00:00
sekelsenmat
0e491cac43
Fixed MessageBox and other modal dialogs on Qt.
...
git-svn-id: trunk@10186 -
2006-11-10 13:08:11 +00:00
vincents
ee60b9bdcc
svn2revisioninc: fixed detecting if current revisioninc is a valid file.
...
git-svn-id: trunk@10185 -
2006-11-10 12:15:34 +00:00
mattias
3febf01ee8
LCL: TPage: removing pfAdded after destroying handle issue #7611
...
git-svn-id: trunk@10184 -
2006-11-10 08:29:49 +00:00
vincents
8a29f2f36c
fpc unit console runner:
...
* fixed memleak with long options
+ added stylesheet parameter
+ added example stylesheet
* renamed App to Appliction, so Lazarus can set the Application.Title
git-svn-id: trunk@10183 -
2006-11-10 06:52:18 +00:00
vincents
45523c4fd1
Mac OS X installer scripts: made more flexible
...
git-svn-id: trunk@10182 -
2006-11-09 21:36:18 +00:00
vincents
95d60cc076
svn2revisioninc: fixed check for valid target directory
...
git-svn-id: trunk@10181 -
2006-11-08 15:11:17 +00:00
vincents
0ed87fd43c
svn2revisioninc.pas: fixed reading svn revision from svn 1.4 entries files
...
git-svn-id: trunk@10180 -
2006-11-08 10:11:31 +00:00
mattias
dc4e0a9c65
IDE: about dlg: added platform information
...
git-svn-id: trunk@10179 -
2006-11-07 23:30:55 +00:00
mattias
921f2b2e64
LCL: TBar properties can now be changed from Aleksey Lagunov
...
git-svn-id: trunk@10178 -
2006-11-07 23:10:10 +00:00