Commit Graph

12422 Commits

Author SHA1 Message Date
mattias
dae7d26d45 codetools: started fixing function alias
git-svn-id: trunk@12339 -
2007-10-05 21:52:42 +00:00
zeljko
9e80047adf Qt: AbstractScrollArea update according to latest changes inside bindings.
git-svn-id: trunk@12338 -
2007-10-05 21:38:15 +00:00
zeljko
4b4333bf3c Qt: Bindings update to v 1.53.
git-svn-id: trunk@12337 -
2007-10-05 21:36:56 +00:00
mattias
9f67277474 h2pas wizard: added tool to add missing pointer types
git-svn-id: trunk@12336 -
2007-10-05 20:43:40 +00:00
kirkpatc
3d5706e971 Some documentation for ScrollBars etc added by Chris
git-svn-id: trunk@12335 -
2007-10-05 17:03:15 +00:00
zeljko
8354849194 Qt: Workaround for resize problem with viewport of TQtAbstractScrollArea.
git-svn-id: trunk@12334 -
2007-10-05 15:11:29 +00:00
kirkpatc
6aff8c0e22 Changes added by Chris Kirkpatrick
git-svn-id: trunk@12333 -
2007-10-05 13:34:21 +00:00
tombo
4fc95f2b20 Carbon intf: fixed #0009732: Carbon SpinEdit accepts return key
- fixed #0009688: Carbon OpenDialog.Filter is ignored...
- fixed #0009716: Carbon TSpinEdit active area is to the RIGHT of the component.
- removed DrawFrameControl from Carbon - use base implementation

git-svn-id: trunk@12332 -
2007-10-05 13:22:48 +00:00
tombo
90b32a9139 OpenGL component: fixed #0009775: OpenGLContext fails to compile under Carbon
git-svn-id: trunk@12331 -
2007-10-05 13:18:54 +00:00
vincents
e2e7a99c22 docs: fixed some short descriptions
git-svn-id: trunk@12330 -
2007-10-05 12:29:44 +00:00
zeljko
5775337ed1 Qt: Make mousewheel useable with all TCustomControls.
git-svn-id: trunk@12329 -
2007-10-05 06:18:15 +00:00
paul
852f93d82f lcl: move VerboseScrollingWinControl debug condition to separate method (to simplify condition change)
git-svn-id: trunk@12328 -
2007-10-05 05:48:17 +00:00
paul
81d81a6040 fix typo in comment
git-svn-id: trunk@12327 -
2007-10-05 05:46:09 +00:00
paul
38c4cf597b change formatting of controlscrollbar.inc (since nobody from devels were against)
git-svn-id: trunk@12326 -
2007-10-05 01:42:04 +00:00
marc
dde8cbb08a * Groupbox sizeing fix on first tab by Maxim Ganetsky
git-svn-id: trunk@12325 -
2007-10-04 23:33:13 +00:00
vincents
f471de0998 docs: fixed links
git-svn-id: trunk@12324 -
2007-10-04 22:09:05 +00:00
vincents
fe99a52bb9 docs: fixed some warnings from fpdoc
git-svn-id: trunk@12323 -
2007-10-04 21:58:36 +00:00
marc
7199fd61e7 * CodeToolsOptions improvements by Maxim Ganetsky
git-svn-id: trunk@12322 -
2007-10-04 20:39:30 +00:00
sekelsenmat
ea7c9a28a9 Moved the minimum necessary types and constants from commctrl to lcltype to allow compilation of gtk, gtk2, carbon and qt.
git-svn-id: trunk@12321 -
2007-10-04 19:39:15 +00:00
zeljko
74948a0ce6 Qt: Revert last patch, TTreeView have problems with such case - others work fine.
git-svn-id: trunk@12320 -
2007-10-04 19:32:42 +00:00
zeljko
5db853472f Qt: Create viewport on demand, not while initalizing TQtAbstractScrollArea.
git-svn-id: trunk@12319 -
2007-10-04 19:19:21 +00:00
zeljko
8225324ac4 Qt: restored wheel problem, fix wasn't good (does not work for mac) and it was wrong to use spontaneous() flag of QEvent.
git-svn-id: trunk@12318 -
2007-10-04 18:26:56 +00:00
mattias
a2c2fa0c0d example: scanline: using black instead of gray, for better contrast
git-svn-id: trunk@12317 -
2007-10-04 17:54:02 +00:00
zeljko
87d3f98b51 Qt: cleanups.
git-svn-id: trunk@12316 -
2007-10-04 17:45:10 +00:00
mattias
dc1e321f46 codetools: improved fixing definition order and fixing alias defs
git-svn-id: trunk@12315 -
2007-10-04 17:14:19 +00:00
zeljko
f6fe5420e0 Qt: Fixed crash on initialization of viewport.
git-svn-id: trunk@12314 -
2007-10-04 16:31:14 +00:00
zeljko
e779284d35 Qt: Fixed MouseWheel problem for all TCustomControls, introduced by TQtViewport.
git-svn-id: trunk@12313 -
2007-10-04 15:08:01 +00:00
zeljko
913a6539fa Qt: Introduced new class - TQtViewPort. Known problems: Mouse wheel does not work inside some TCustomControls (eg.SynEdit, TTreeView), but works inside eg. TStringGrid.
git-svn-id: trunk@12312 -
2007-10-04 14:26:06 +00:00
vincents
b872b7d1f0 docs: fixed typos in r12310 #a57b325d5b
git-svn-id: trunk@12311 -
2007-10-04 11:40:05 +00:00
vincents
a57b325d5b docs: tried to fix some errors and warnings given by fpdoc
git-svn-id: trunk@12310 -
2007-10-04 11:22:36 +00:00
tombo
ce78835f46 Carbon: updated README.txt
git-svn-id: trunk@12309 -
2007-10-04 09:43:18 +00:00
paul
7f4f699fb3 Qt: fix misuse of viewportEvent
git-svn-id: trunk@12308 -
2007-10-04 07:18:47 +00:00
jesus
5e37281a3c LazReport, delay initial bitmap creation until application is created, it affects qt, from Zeljko
git-svn-id: trunk@12307 -
2007-10-04 07:16:50 +00:00
zeljko
17de2cbca3 Qt: Fixed crash on abstractscrollarea introduced by latest patch.
git-svn-id: trunk@12306 -
2007-10-04 06:46:25 +00:00
paul
9e05f89ab6 qt: paint TCustomControls on viewport of QAbstractScrollArea
git-svn-id: trunk@12305 -
2007-10-04 05:22:15 +00:00
marc
8ebbbef03d * Maxim Ganetsky: Conversion to LFM of CodeTools Options Dialog
git-svn-id: trunk@12304 -
2007-10-03 22:19:00 +00:00
zeljko
18645bdfa1 Qt: Bindings update to v 1.52. Added QLCLAbstractScrollArea, enhanced mac compile scripts by Den.
git-svn-id: trunk@12303 -
2007-10-03 16:24:16 +00:00
tombo
1f1b6ec141 Added FPDoc Updater: a GUI tool for updating FPDoc files
git-svn-id: trunk@12302 -
2007-10-03 15:35:25 +00:00
jesus
1e240ab866 LCL, grids, ColumnChanged made virtual
git-svn-id: trunk@12301 -
2007-10-03 06:25:49 +00:00
paul
6c7ee16314 Qt: cleanup
git-svn-id: trunk@12300 -
2007-10-03 01:53:40 +00:00
mattias
976eea2d51 lazbuild: added lazbuild.rc with icon
git-svn-id: trunk@12299 -
2007-10-02 22:36:32 +00:00
marc
f5fa6eb07a * updated documentation by Chris Kirkpatrick
git-svn-id: trunk@12298 -
2007-10-02 21:46:11 +00:00
mattias
0bee7cfd80 IDE: added flag if packagesystem should free link in RemoveLink
git-svn-id: trunk@12297 -
2007-10-02 20:52:00 +00:00
paul
36106630ec Qt: minor changes in ProcessMessage (no more "crazy menu")
git-svn-id: trunk@12296 -
2007-10-02 14:50:57 +00:00
sekelsenmat
58d1ed40c9 Fixed compiling the Qt interface under Mac OS X.
git-svn-id: trunk@12295 -
2007-10-02 13:19:30 +00:00
zeljko
00578d83f3 Qt: Fixed debugging typos.
git-svn-id: trunk@12294 -
2007-10-02 11:58:37 +00:00
vincents
59a0068926 LCL: moved commctrl to the nonwin32 directory, so that for windows the commctrl unit from the fpc packages is used (bug #8994)
git-svn-id: trunk@12293 -
2007-10-02 10:37:29 +00:00
mattias
b0cfc74f8e translations: undo changes
git-svn-id: trunk@12292 -
2007-10-02 10:05:38 +00:00
mattias
a33a4aa0ce updatepofiles: keeping comment lines
git-svn-id: trunk@12291 -
2007-10-02 10:02:11 +00:00
vincents
420aff2f9d LazDE: removed unnecessary quotes from fpdoc command line (bug #9575)
git-svn-id: trunk@12290 -
2007-10-02 09:23:26 +00:00