Commit Graph

11879 Commits

Author SHA1 Message Date
paul
dd9f310d20 Qt:
- bindings v 1.48 from Den

git-svn-id: trunk@11946 -
2007-09-06 01:57:36 +00:00
marc
5f938bdfed * Fixed TImage autosizing
git-svn-id: trunk@11945 -
2007-09-05 23:41:26 +00:00
tombo
f488c6af5e Carbon intf:
- improved custom control focusing
- fixed visibility in IDE designer
- improved file dialog filtering using masks
LCL masks: added TParseStringList for parsing mask lists

git-svn-id: trunk@11944 -
2007-09-05 11:38:47 +00:00
sekelsenmat
61d494b039 Small fix for the qt trayicon.
git-svn-id: trunk@11943 -
2007-09-05 07:29:05 +00:00
sekelsenmat
2fa4d2d577 Small fixes for the trayicon ifdefs on windows.
git-svn-id: trunk@11942 -
2007-09-05 07:19:49 +00:00
paul
ddfc237f5c LCL:
- dont call WS class methods in listview.loaded if handle is not  allocated yet

git-svn-id: trunk@11941 -
2007-09-05 03:05:43 +00:00
paul
f07ef75265 - fix qt trayicon
git-svn-id: trunk@11940 -
2007-09-05 01:00:24 +00:00
marc
596a8de9d9 * reverted removal of application title
git-svn-id: trunk@11939 -
2007-09-04 21:50:10 +00:00
marc
13424312fa * Updates by Chris Kirkpatrick
git-svn-id: trunk@11938 -
2007-09-04 21:37:50 +00:00
tombo
5937d4ff1c IntfBaseWinAPI: applied patch #0009592: Bug in TWidgetSet.DrawText from Phil J. Hess
git-svn-id: trunk@11937 -
2007-09-04 11:45:49 +00:00
tombo
6d207da78e Carbon intf:
- fixed setting root menu
- working: TArrow, TPairSplitter

git-svn-id: trunk@11936 -
2007-09-04 11:31:47 +00:00
sekelsenmat
cbb13cafb4 Small fixes for the trayicon example.
git-svn-id: trunk@11935 -
2007-09-04 10:15:20 +00:00
paul
f20510c8f5 Qt: fix RawImage_FromDevice (by Felipe request)
git-svn-id: trunk@11934 -
2007-09-04 07:20:04 +00:00
paul
3d77f2e0a2 Qt:
- postoned Destroying of widgets in case of destroy during event processing (introduced Release method)
- safer DeliverMessage
- cleanup

git-svn-id: trunk@11933 -
2007-09-04 02:28:26 +00:00
marc
c640644c8f * fixed unreferencing nil colormap
git-svn-id: trunk@11932 -
2007-09-03 23:09:13 +00:00
marc
69bf6a17fc * fixed unreferencinf nil visual
git-svn-id: trunk@11931 -
2007-09-03 22:59:19 +00:00
marc
6bf56052f7 * fixed crash on gtk2
git-svn-id: trunk@11930 -
2007-09-03 22:39:06 +00:00
marc
2ba030118e * Updated by Chris Kirkpatrick
git-svn-id: trunk@11929 -
2007-09-03 20:45:54 +00:00
tombo
0c6910d00f Carbon intf:
- Fixed text metrics is now rounded instead of truncated as suggested by Phil J. Hess
- GetTextExtent accepts empty strings and returns zero size
- scrolling should now partially work!!!, implemented TScrollingWinControl.ScrollBy
- force 32-bit bitmaps to allow supported context creation

git-svn-id: trunk@11928 -
2007-09-03 12:16:24 +00:00
paul
d00181d3e6 forgotten files + cleanup
git-svn-id: trunk@11927 -
2007-09-03 08:04:01 +00:00
paul
0fbe24b1c2 - qt: reimplement getDeviceSize
git-svn-id: trunk@11926 -
2007-09-03 07:24:47 +00:00
paul
146f5e01f2 Qt:
- remove unneeded widget destructors (use mostly TQtWidget.destroy)
- handle TForm.FormStyle = fsStayOnTop

git-svn-id: trunk@11925 -
2007-09-03 06:05:28 +00:00
jesus
02f5d81c2d LCL, win, implemented GetRgnBox
git-svn-id: trunk@11924 -
2007-09-03 05:29:08 +00:00
paul
ed062327ae Qt: fix setvisible/getvisible for menu items
git-svn-id: trunk@11923 -
2007-09-03 03:05:35 +00:00
jesus
de35bfb0d6 LCL, gtk1, fixes CombineRgn problem when Dest region equals Src1 or Src2
git-svn-id: trunk@11922 -
2007-09-03 00:30:00 +00:00
marc
fd56b7393b * Changed default bitmaptype to DIBSection, so different depths can be supported (fixes default transparency on win32)
git-svn-id: trunk@11921 -
2007-09-02 22:51:27 +00:00
marc
dc0c1fc783 * Updated translation by Maxim Ganetsky
git-svn-id: trunk@11920 -
2007-09-02 22:28:07 +00:00
marc
4c264b355b * Implemented setting of imagelist on win32 (issue #790)
git-svn-id: trunk@11919 -
2007-09-02 16:53:42 +00:00
marc
7bec7f1be6 * Fixed bug #9405, a wrong graphic type was forced
git-svn-id: trunk@11918 -
2007-09-02 15:46:26 +00:00
marc
c2645e0867 * Fixed black background on imagelist when no manifest or bpp < 24
git-svn-id: trunk@11917 -
2007-09-02 15:27:57 +00:00
paul
0a2a09dba0 qt: reimplement setting of formstyle and bordericons for qt forms
git-svn-id: trunk@11916 -
2007-09-02 15:14:39 +00:00
tombo
f8b9b1966c Carbon inf:
- fixed bug #0009410: Carbon TMainMenu does not reflect currently focused form
- fixed bug #0009409: Carbon Widgetset: Radio TMenuItem does not update
- fixed bug #0009266: UTF8 conversion problem with the output of components when using the cabon interace
- applied patch #0009423: Fix for Carbon custom control keyboard focus from Jonas Maebe, added to Contributors.txt
- corrected DefaultBitmap and CGBitmapContext creation
- fixed ExtTextOut origin with rotated font
- fixed FindCarbonFontID, implemented Get/SetWindowOrgEx from Phil J. Hess

git-svn-id: trunk@11915 -
2007-09-02 15:00:10 +00:00
paul
9c1f90ed0a qt: improve check of handle availability in TQtWSCustomListView class
git-svn-id: trunk@11914 -
2007-09-02 13:50:12 +00:00
paul
d3b2a9f827 partially revert 11901 #09fa0e54b6: some icos were used
git-svn-id: trunk@11913 -
2007-09-02 13:18:27 +00:00
vincents
25e0baa902 wince widgetset: fixed warning
git-svn-id: trunk@11912 -
2007-09-02 13:11:46 +00:00
vincents
2d23f53549 IDE: added Lithuanian as language in the environment options
git-svn-id: trunk@11911 -
2007-09-02 13:05:36 +00:00
vincents
73a446cb23 IDE: fixed layout of lazdocform (bug #9525 en 9526) from Darius
git-svn-id: trunk@11910 -
2007-09-02 07:29:28 +00:00
marc
658e9a848c * Modified patch #9491 to allow button grouping cross separator
git-svn-id: trunk@11909 -
2007-09-01 22:18:36 +00:00
vincents
5b520c85fe added indonesion installer strings from Zaenal Mutaquin
git-svn-id: trunk@11908 -
2007-09-01 20:59:51 +00:00
marc
0e764d0c33 * Enabled alphadescription for icons
git-svn-id: trunk@11907 -
2007-09-01 17:57:01 +00:00
paul
8e8e62be00 qt: add some checks to prevent access to handle if it is not created
git-svn-id: trunk@11906 -
2007-09-01 17:56:51 +00:00
sekelsenmat
bbe8152aa2 Fixed TrayIcon to work with the new image model.
git-svn-id: trunk@11905 -
2007-09-01 15:42:12 +00:00
marc
d78802c30f * Restored removed widht property
git-svn-id: trunk@11904 -
2007-09-01 14:38:37 +00:00
paul
f5f4f0bef8 partially revert 11901 #09fa0e54b6: some icos were used
git-svn-id: trunk@11903 -
2007-09-01 14:01:20 +00:00
paul
92bd86cbb6 - remove unused ico from subfolders
git-svn-id: trunk@11902 -
2007-09-01 13:42:33 +00:00
paul
09fa0e54b6 - remove unused images from svn (issue #0009560)
git-svn-id: trunk@11901 -
2007-09-01 13:39:09 +00:00
paul
fa4fffcebe LCL: add posibility to crDefault to have zero handle
Qt: fix controls default cursor (it was Arrow and now it is default control cursor) issue #0009200 

git-svn-id: trunk@11900 -
2007-09-01 13:09:20 +00:00
tombo
d32def858a Components/macfiles: modified Application Bundle Property List to enable dropping files on the dock icon, working OnDropFiles event for Carbon
git-svn-id: trunk@11899 -
2007-09-01 12:17:05 +00:00
tombo
646c9b1b4f test
git-svn-id: trunk@11898 -
2007-09-01 12:02:32 +00:00
marc
6767396907 * fixed alpha images on 16 bpp
* fixed adding alpha to images

git-svn-id: trunk@11897 -
2007-09-01 02:46:24 +00:00