Commit Graph

16522 Commits

Author SHA1 Message Date
paul
5f76c9b083 win32: TCustomListBox: don't recreateWnd if we are destroying handle
git-svn-id: trunk@16410 -
2008-09-04 12:15:08 +00:00
mattias
3083aece74 LCL: clean up
git-svn-id: trunk@16409 -
2008-09-04 11:21:48 +00:00
mattias
e4575cc702 LCL: docs: added short description for pfAdded
git-svn-id: trunk@16408 -
2008-09-04 10:46:31 +00:00
mattias
cdc6915cce IDE: codehelp: added enums
git-svn-id: trunk@16407 -
2008-09-04 10:43:10 +00:00
mattias
32e073f898 LCL: TListBox: fixed Sorted
git-svn-id: trunk@16406 -
2008-09-04 09:43:34 +00:00
laurent
a39f46e131 Update french languages
git-svn-id: trunk@16405 -
2008-09-04 09:39:45 +00:00
mattias
8e3fff316b IDEIntf: TSelectPropertiesForm workaround for sorting TListBox items withou objects
git-svn-id: trunk@16404 -
2008-09-04 09:13:35 +00:00
zeljko
d183b9c039 Qt: bugfix TMemo doesn't fire OnClick() OnDoubleClick()
git-svn-id: trunk@16403 -
2008-09-04 08:53:42 +00:00
paul
8c62c223c5 component: fix EditorToolbar button glyph loading (by a hint from Russian forum)
git-svn-id: trunk@16402 -
2008-09-04 08:46:39 +00:00
zeljko
5c07183e9b Qt: removed contextmenu hack.Behaviour is: if PopupMenu isn't assigned -> show system menu (if widget supports it).
git-svn-id: trunk@16401 -
2008-09-04 08:08:49 +00:00
paul
859315c62d ideintf: if no graphic format was chosen in the imagelist editor save picture dialog and thus we have no file extension then use 'bmp'
git-svn-id: trunk@16400 -
2008-09-04 07:46:35 +00:00
paul
f790ccc88c ide: simplify TMainIDEBase.UpdateWindowMen
git-svn-id: trunk@16399 -
2008-09-04 07:28:29 +00:00
paul
9c95d9870b qt: use message dispatching when menu item was triggered (#0012053)
git-svn-id: trunk@16398 -
2008-09-04 07:02:41 +00:00
paul
196b1d0098 lcl: graphic changes
- don't create dummy mask for icon if image.MaskBitsPerPixel = 0
  - win32: create dummy mask for icon if no mask is present since windows cannot live without any mask
  - force Change at correct place of TIcon.AssignImage
  - clear not only saved stream on TRasterImage.LoadFromStream but all handles too since they are not valid after loading another data to an image

git-svn-id: trunk@16397 -
2008-09-04 01:39:26 +00:00
marc
41d7c28b6b * updated Japanese translation by Haruyuki Fujimaki
git-svn-id: trunk@16396 -
2008-09-04 00:23:21 +00:00
marc
848eeac586 * When saving icon, use maskhandle when set
* Update custombitmap pixelformat when rawimage is changed

git-svn-id: trunk@16395 -
2008-09-04 00:09:45 +00:00
paul
68a2e1b6d1 lcl: improve Tomas change to CopyPixels, fixes #0012023
git-svn-id: trunk@16394 -
2008-09-03 22:23:30 +00:00
zeljko
5b4d18d1f6 Qt: Fixed problems with context menus, TQtTextEdit is not TQtAbstractScrollArea anymore.
git-svn-id: trunk@16393 -
2008-09-03 19:13:16 +00:00
mattias
8d90d8e406 IDE: using Mac OS X key mapping scheme as default under carbon, bug #12037
git-svn-id: trunk@16392 -
2008-09-03 17:17:11 +00:00
mattias
c6b8b09502 clean up
git-svn-id: trunk@16391 -
2008-09-03 16:58:19 +00:00
tombo
d32bb80d0a LCL Carbon: added GetSystemMetrics for SM_CXICON, SM_CYICON
git-svn-id: trunk@16390 -
2008-09-03 14:29:39 +00:00
paul
67ef0cd399 lcl: TImage: check Picture.Graphic existence before setting it Transparency
git-svn-id: trunk@16389 -
2008-09-03 13:46:55 +00:00
tombo
87854c957c LCL Carbon: fixed crSQLWait cursors
git-svn-id: trunk@16388 -
2008-09-03 13:34:39 +00:00
mattias
b161bf5808 IDE: auto creating application bundle on compile
git-svn-id: trunk@16387 -
2008-09-03 11:42:20 +00:00
tombo
d84640530a LCL Carbon: finally fixed #0012033: Mac OS X : LoadCursorFromLazarusResource throws Division by Zero Exception! - mask data was not copied to alpha channel, only crSQLWait needs some repair
git-svn-id: trunk@16386 -
2008-09-03 11:17:26 +00:00
kirkpatc
01176b07e2 FPDoc - several links and new descriptions for Toolbar and Toolbutton classes in ComCtrls.xml
git-svn-id: trunk@16385 -
2008-09-03 08:45:27 +00:00
mattias
ebf2d6a8bf codetools: extended directorycacher for darwin filenames
git-svn-id: trunk@16384 -
2008-09-03 08:16:07 +00:00
paul
35596739bf win32: TSavePictureDialog shows now Save Dialog instead of Open Dialog (partially fixes #0010287)
git-svn-id: trunk@16383 -
2008-09-03 08:10:32 +00:00
paul
a02a31da99 ideintf: add "save all" button to the imagelist editor (fixes another part of #0008166)
git-svn-id: trunk@16382 -
2008-09-03 07:46:22 +00:00
paul
03fcee900c lcl: add TCustomImageList.GetFullRawImage, TCustomImageList.GetFullBitmap to retrieve one image/bitmap with all icons placed in the imagelist
git-svn-id: trunk@16381 -
2008-09-03 07:43:54 +00:00
mattias
fc954bd37a codetools: fixed compilation
git-svn-id: trunk@16380 -
2008-09-03 07:43:31 +00:00
paul
c866597851 ideintf: improve imagelist editor - allow save a single bitmap to any available in application graphic format (partially fixes #0008166).
git-svn-id: trunk@16379 -
2008-09-03 07:11:44 +00:00
paul
af3f2ad36b lcl: initialize maskhandle to 0
git-svn-id: trunk@16378 -
2008-09-03 07:06:36 +00:00
paul
9de410f82a lcl:
- increase visibility of CreateCompatibleBitmaps
  - decrease TCustomImageList.GetBitmap argument type from TBitmap to TCustomBitmap

git-svn-id: trunk@16377 -
2008-09-03 06:32:12 +00:00
paul
f5d4255ad3 wince: use another way of fixing menu disabling on ShowModal call. not for wm2006 too. (#0011913)
git-svn-id: trunk@16376 -
2008-09-03 05:46:02 +00:00
paul
50f81163db lcl:
- cleanup
  - fix TPicture.ForceType. It now copies an old image to the newly created. (fixes #0011674)

git-svn-id: trunk@16375 -
2008-09-03 03:32:50 +00:00
paul
c8f918e694 lcl: don't draw background on TImage with TransparentColor.
Reasons: Transparent property controls only Graphic.Transparent and nothing more. If an image is always transparent (icon, png with alpha, etc) this property controls nothing. This is also delphi compatible behavior (fixes #0011646).

git-svn-id: trunk@16374 -
2008-09-03 03:00:41 +00:00
mattias
60daf2ddd1 fixed comparing filenames under darwin
git-svn-id: trunk@16373 -
2008-09-03 01:08:09 +00:00
marc
301ebd9881 * Implemented .ico + .cur writing
git-svn-id: trunk@16372 -
2008-09-02 23:00:19 +00:00
marc
98c9fb0791 * Don't copy mask when MaskBitsPerPixel = 0
git-svn-id: trunk@16371 -
2008-09-02 22:59:01 +00:00
marc
5d9091197c * fixed FP exception when clearing min/max of spinbutton
git-svn-id: trunk@16370 -
2008-09-02 22:54:59 +00:00
kirkpatc
4ce9e366bd FPDoc - many new descriptions and many links fixed in ComCtrls.xml
git-svn-id: trunk@16369 -
2008-09-02 18:45:25 +00:00
tombo
9368b8537a LCL Carbon: fixed #0012033: Mac OS X : LoadCursorFromLazarusResource throws Division by Zero Exception! with great help from Paul, need to fix custom cursor masking problem
git-svn-id: trunk@16368 -
2008-09-02 18:01:36 +00:00
mattias
6a41137af8 IDE: setting Project.SessionModified when bookmark changed
git-svn-id: trunk@16367 -
2008-09-02 14:03:00 +00:00
zeljko
6bb5bb81e9 Qt: bugfix for latest mdichild move propagation patch.
git-svn-id: trunk@16366 -
2008-09-02 08:50:23 +00:00
zeljko
32d0384e63 Qt: propagate move events from mdichild forms, mdichild code simplification.
git-svn-id: trunk@16365 -
2008-09-02 08:03:03 +00:00
zeljko
3a19754455 Qt: Fix problem with mousewheel in lazreport, now it can scroll inside report, added shiftstate into mousewheel message.
git-svn-id: trunk@16364 -
2008-09-02 06:20:57 +00:00
paul
16b040bd65 lcl: don't create a mask directly on adding an imagelist bitmap from the resource (#0012017)
git-svn-id: trunk@16363 -
2008-09-02 01:54:31 +00:00
paul
7712fe3795 wince: fix CreateDIBSectionFromDescription for mono bitmaps (#0011911)
git-svn-id: trunk@16362 -
2008-09-02 01:21:55 +00:00
mattias
5ed7fa3a72 IDE: using underscore for new components with numbers at end
git-svn-id: trunk@16361 -
2008-09-01 21:35:04 +00:00