Commit Graph

25975 Commits

Author SHA1 Message Date
mattias
692e26ec87 updated makefiles
git-svn-id: trunk@26426 -
2010-07-02 20:29:37 +00:00
zeljko
cee4590e6c Gtk2: started mouse capturing fixing
git-svn-id: trunk@26425 -
2010-07-02 20:04:07 +00:00
mattias
4d65ff6a5d codetools: search for ctnIndentifier with unit prefixes, bug #11577
git-svn-id: trunk@26424 -
2010-07-02 19:59:54 +00:00
mattias
e03811d82e codetools: clean up
git-svn-id: trunk@26423 -
2010-07-02 19:43:27 +00:00
mattias
75f8643d7d codetools: parsing class inheritance with error position on unexpected token, bug #8093
git-svn-id: trunk@26422 -
2010-07-02 19:28:11 +00:00
paul
1fce8997f8 designer: don't reset the frame width and height when it set in the object inspector (bug #0013665)
git-svn-id: trunk@26421 -
2010-07-02 17:56:28 +00:00
mattias
3f6251657d IDE: codeobserver: fixed crash
git-svn-id: trunk@26420 -
2010-07-02 16:54:06 +00:00
paul
e16c63743c components: don't use poDesktopCenter and use poScreenCenter instead since poDesktopCenter positions in the center between 2 monitors for dual-monitor systems (bug #0014978)
git-svn-id: trunk@26419 -
2010-07-02 16:49:54 +00:00
mattias
c1d61c8ba6 lazbuild: fixed compilation
git-svn-id: trunk@26418 -
2010-07-02 16:12:21 +00:00
mattias
6a7e8739a1 IDE: fixed goto form layout
git-svn-id: trunk@26417 -
2010-07-02 14:20:13 +00:00
mattias
5dd6aeadd5 IDEIntf: fixed TIDEMenuSection.GetContainerIndex
git-svn-id: trunk@26416 -
2010-07-02 14:13:07 +00:00
mattias
e704481261 IDEIntf: fixed TIDEMenuItem.HasBitmap
git-svn-id: trunk@26415 -
2010-07-02 13:43:07 +00:00
maxim
84d3841016 turbopower_ipro: updated makefile
git-svn-id: trunk@26414 -
2010-07-02 00:11:31 +00:00
maxim
33d230b512 tdbf: updated makefile
git-svn-id: trunk@26413 -
2010-07-02 00:11:10 +00:00
maxim
61c2805db6 tachart: updated makefile
git-svn-id: trunk@26412 -
2010-07-02 00:10:56 +00:00
maxim
22c3b10e80 sqldb: updated makefile
git-svn-id: trunk@26411 -
2010-07-02 00:10:43 +00:00
maxim
a620a15569 sdf: updated makefile
git-svn-id: trunk@26410 -
2010-07-02 00:10:31 +00:00
maxim
5ebf964793 rtticontrols: updated makefile
git-svn-id: trunk@26409 -
2010-07-02 00:10:13 +00:00
maxim
1ff9dd2aaa projecttemplates: updated makefile
git-svn-id: trunk@26408 -
2010-07-02 00:09:51 +00:00
maxim
d300375c37 printers: updated makefiles
git-svn-id: trunk@26407 -
2010-07-02 00:09:33 +00:00
maxim
5ee44d185b memds: updated makefile
git-svn-id: trunk@26406 -
2010-07-02 00:09:10 +00:00
maxim
7bf9dd0485 lazcontrols: updated makefile
git-svn-id: trunk@26405 -
2010-07-02 00:08:26 +00:00
maxim
2da17f5a76 fpcunitide: updated makefile
git-svn-id: trunk@26404 -
2010-07-02 00:08:05 +00:00
maxim
da3c25c65a cgilazide: updated makefile
git-svn-id: trunk@26403 -
2010-07-02 00:07:24 +00:00
blikblum
a5fdd7eea0 projectintf: change default resource type to fpc resources
git-svn-id: trunk@26402 -
2010-07-01 23:42:51 +00:00
mattias
2a0f2fb91f codetools: updated Makefile
git-svn-id: trunk@26401 -
2010-07-01 23:38:23 +00:00
mattias
fc341bc746 IDE: package editor default size
git-svn-id: trunk@26400 -
2010-07-01 23:34:24 +00:00
mattias
7655eb7144 codetools: fixed ExtractCodeFromMakefile
git-svn-id: trunk@26399 -
2010-07-01 23:29:06 +00:00
mattias
2599812941 cgi: updated Makefile
git-svn-id: trunk@26398 -
2010-07-01 23:04:19 +00:00
mattias
74b903efaf IDE: create Makefile.fpc with remove lfm and res files from unit output directory
git-svn-id: trunk@26397 -
2010-07-01 22:55:13 +00:00
mattias
399876ec14 IDE: indent on paste: check highlighter
git-svn-id: trunk@26396 -
2010-07-01 22:37:30 +00:00
mattias
105b15f19d IDE: make clean: remove lfm, or and res files
git-svn-id: trunk@26395 -
2010-07-01 22:35:35 +00:00
mattias
6c35e07beb IDE: no fixed defualt size for package editors
git-svn-id: trunk@26394 -
2010-07-01 22:33:00 +00:00
maxim
39054d861c regenerated translations; updated Russian translation
git-svn-id: trunk@26393 -
2010-07-01 19:42:45 +00:00
mattias
8a23ceb5eb IDE: prepend library prefix for libraries, bug #15944
git-svn-id: trunk@26392 -
2010-07-01 18:18:23 +00:00
mattias
93704ef98d IDE: added build laz options: update revision.inc
git-svn-id: trunk@26391 -
2010-07-01 18:02:21 +00:00
mattias
1005e41490 IDE: fixed typo
git-svn-id: trunk@26390 -
2010-07-01 17:34:38 +00:00
zeljko
d74087e32a Qt: load TCustomComboBox data and params inside CreateHandle, so avoid qt to set itemindex on it's own. fixes #16727
git-svn-id: trunk@26389 -
2010-07-01 13:46:43 +00:00
mattias
f4aff160db LCL: added TToolButton.ShowCaption, bug #16778
git-svn-id: trunk@26388 -
2010-07-01 12:56:04 +00:00
mattias
cb894f41be IDE: do not use -FE switch if not needed
git-svn-id: trunk@26387 -
2010-07-01 11:56:15 +00:00
mattias
ddca91c04b codetools: auto indenter: fixed endless loop, bug #16822
git-svn-id: trunk@26386 -
2010-07-01 11:37:03 +00:00
zeljko
58f4c0e49f Qt: reverted last TQtComboBox.setEditable() patch
git-svn-id: trunk@26385 -
2010-07-01 11:34:32 +00:00
zeljko
6340023f32 Qt: set editable for TQtComboBox while creating handle. fixes #16727
git-svn-id: trunk@26384 -
2010-07-01 11:24:55 +00:00
mattias
d8cca3c0ce IDE: keymapping: restore cleared keys
git-svn-id: trunk@26383 -
2010-07-01 10:52:40 +00:00
mattias
846ae78bbe codetools: updated example
git-svn-id: trunk@26382 -
2010-07-01 09:49:24 +00:00
mattias
ad941e817a anchordocking: updated default layout
git-svn-id: trunk@26381 -
2010-07-01 09:36:53 +00:00
zeljko
0dee08ed14 Qt: disable automatic setAutoFillBackground() for TQtPage,TQtTabWidget,TQtScrollbar and others for qt >= 4.6.0
git-svn-id: trunk@26380 -
2010-07-01 07:18:20 +00:00
zeljko
597d5aa030 Qt: added TQtScrollBar.preferredSize
git-svn-id: trunk@26379 -
2010-07-01 07:05:55 +00:00
dmitry
6bf1f4bb96 carbon: fix bitmap's floodfilling
git-svn-id: trunk@26378 -
2010-07-01 06:48:58 +00:00
maxim
97ea2bc6df Czech translation update by Martin Smat
git-svn-id: trunk@26377 -
2010-06-30 23:57:23 +00:00