Commit Graph

41503 Commits

Author SHA1 Message Date
martin
b6abc8d962 Debugger: Spelling
git-svn-id: trunk@42988 -
2013-09-27 13:31:29 +00:00
martin
665feafdc0 SynEdit: Spelling
git-svn-id: trunk@42987 -
2013-09-27 13:31:20 +00:00
jesus
4a666839dd LCL, grids, fixed selection by mouse if editor is visible and focused (also undoes de previous premature commit)
git-svn-id: trunk@42986 -
2013-09-27 13:29:32 +00:00
jesus
c9715d9f6b LCL, grids, fix check for focused
git-svn-id: trunk@42985 -
2013-09-27 12:59:45 +00:00
paul
7f4caeb374 ide, components: move images related code to use FPC resource instead of Lazarus resources
git-svn-id: trunk@42984 -
2013-09-27 12:27:04 +00:00
paul
b49be32350 lcl: add an ability to create a TGraphic from resource which at the moment supports Bmp, Png, Ico and Cur resources, add an ability to add an ImageList element from resource
git-svn-id: trunk@42983 -
2013-09-27 11:46:02 +00:00
paul
ab1634fea8 ide: remove unused code
git-svn-id: trunk@42982 -
2013-09-27 11:36:28 +00:00
paul
21663ec7d3 ide: remove unneeded resource
git-svn-id: trunk@42981 -
2013-09-27 11:33:05 +00:00
mattias
4470449f12 cody: fixed icon
git-svn-id: trunk@42980 -
2013-09-27 11:19:36 +00:00
paul
3674b3d5bf ide: fix loading of some IDE resources
git-svn-id: trunk@42979 -
2013-09-27 10:48:59 +00:00
zeljko
86dacb6100 Gtk3: use LCLIntfCellRenderer for text rendering in TGtk3CheckListBox, so we can use OwnerDraw modes (OnDrawItem event)
git-svn-id: trunk@42978 -
2013-09-27 09:02:10 +00:00
paul
6ec1af244d ide: load component treeview images from FPC resource
git-svn-id: trunk@42977 -
2013-09-27 08:58:33 +00:00
paul
d0e5148925 ide: load splash logo from FPC resource
git-svn-id: trunk@42976 -
2013-09-27 08:51:41 +00:00
zeljko
5cffde6483 gtk3: setted up selection mode on TGtk3CheckListBox
git-svn-id: trunk@42975 -
2013-09-27 08:51:28 +00:00
zeljko
d31c6bc623 gtk3: implemented TCheckListBox handle - TGtk3CheckListBox
git-svn-id: trunk@42974 -
2013-09-27 08:47:13 +00:00
paul
347238c5e8 ide: start to use component images as FPC resources with ability to load them from Lazarus resource too
git-svn-id: trunk@42973 -
2013-09-27 08:46:08 +00:00
paul
102a858398 lcl, ide: redo LoadGlypFromResource to LoadGlyphFromResourceName with ability to pass an Instance handle
git-svn-id: trunk@42972 -
2013-09-27 08:44:38 +00:00
paul
1f87e24e5e images: create an FPC resource for component images
git-svn-id: trunk@42971 -
2013-09-27 08:42:28 +00:00
paul
07ac5de9b2 lcl: move wince dialog images from Lazarus to FPC resources
git-svn-id: trunk@42970 -
2013-09-27 06:49:35 +00:00
paul
a2af79db7b lcl: move grid images from Lazarus to FPC resources
git-svn-id: trunk@42969 -
2013-09-27 06:31:54 +00:00
paul
00855d5eff lcl: move db navigator images from Lazarus to FPC resources
git-svn-id: trunk@42968 -
2013-09-27 06:17:23 +00:00
zeljko
e6338e1d02 gtk3: Implemented TListView.OnSelectItem
git-svn-id: trunk@42967 -
2013-09-27 06:11:03 +00:00
paul
c92edcbd6b lcl: move dock images from Lazarus to FPC resources
git-svn-id: trunk@42966 -
2013-09-27 06:00:50 +00:00
paul
84a7c42b2f lcl: move calculator images from Lazarus to FPC resources
git-svn-id: trunk@42965 -
2013-09-27 05:40:11 +00:00
paul
2a28f2f8b4 lcl: rename image name as it is used in LCL
git-svn-id: trunk@42964 -
2013-09-27 05:37:23 +00:00
paul
88f15398f4 lcl: move edit button images from Lazarus to FPC resources
git-svn-id: trunk@42963 -
2013-09-27 03:52:44 +00:00
paul
449c561861 lcl: move dialog icons from Lazarus to FPC resources
git-svn-id: trunk@42962 -
2013-09-27 03:38:18 +00:00
paul
f182409b90 lcl: move cursors from Lazarus to FPC resources
git-svn-id: trunk@42961 -
2013-09-27 03:19:05 +00:00
paul
9e96f9c9a9 ide: don't load standard button images from lazarus resources anymore
git-svn-id: trunk@42960 -
2013-09-27 03:17:50 +00:00
paul
6c44c5a938 lcl: add LoadGlyphFromResource similar to LoadGlyphFromLazarusResource
git-svn-id: trunk@42959 -
2013-09-27 03:15:50 +00:00
jesus
74824cdc4e LCL, fix ValueListEdit not showing key column at runtime, issue #24780
git-svn-id: trunk@42958 -
2013-09-27 02:56:24 +00:00
paul
9c3cd46cff lcl: load button icons from FPC resources instead of Lazarus resources
git-svn-id: trunk@42957 -
2013-09-27 02:48:55 +00:00
paul
f6f27bf260 lcl: load TBitmap only from RT_BITMAP resources. Other bitmap types should be loaded from RT_RCDATA since RT_BITMAP stream is not valid
git-svn-id: trunk@42956 -
2013-09-27 02:42:52 +00:00
paul
6ba2d6e372 lcl: load graphic from RT_RCDATA resources by default.
git-svn-id: trunk@42955 -
2013-09-27 01:17:23 +00:00
jesus
c1f577aa5a LCL, grids, modify editor bounds in case it's affected by modifying default Col width or Row height
git-svn-id: trunk@42954 -
2013-09-26 23:38:00 +00:00
mattias
595776b9f2 IDEIntf: Get LookupRoot for TFieldDefs, bug #25068
git-svn-id: trunk@42953 -
2013-09-26 23:03:07 +00:00
mattias
005037e85b IDEIntf: clean up
git-svn-id: trunk@42952 -
2013-09-26 22:44:43 +00:00
mattias
ddfef1337a IDEIntf: object inspector: component tree: list tkClass property only once
git-svn-id: trunk@42951 -
2013-09-26 22:31:26 +00:00
mattias
0a9b67d773 IDEIntf: object inspector: component tree: always use property name of TCollection, instead of PropName
git-svn-id: trunk@42950 -
2013-09-26 22:23:39 +00:00
zeljko
c72e600b5b gtk3: implemented TListView.OnColumnClick
git-svn-id: trunk@42949 -
2013-09-26 18:52:45 +00:00
jesus
c3619f28f4 LCL, gtk2, check if widget is still valid (avoid a CRITICAL warning)
git-svn-id: trunk@42948 -
2013-09-26 17:20:24 +00:00
mattias
094c6ba1bb lcl: gtk2: convert gtk_file_chooser encoding to UTF-8, bug #11207
git-svn-id: trunk@42947 -
2013-09-26 15:03:07 +00:00
mattias
7a4a60f132 IDE: when closing a modified package and user does not save mods, clear modified, bug #22956
git-svn-id: trunk@42946 -
2013-09-26 14:16:31 +00:00
mattias
446747ed6c IDE: designer: fixed adding components on inherited form, bug #25084
git-svn-id: trunk@42945 -
2013-09-26 13:48:25 +00:00
martin
239bc0c246 FPDebug: refactor abbrevs
git-svn-id: trunk@42944 -
2013-09-26 12:34:42 +00:00
jesus
2ed7a8a17c LCL, fix grids focus where OnEnter occurs twice, issue #25010
git-svn-id: trunk@42943 -
2013-09-26 12:20:54 +00:00
martin
8fdf3fd810 fpdebug: fix fpdd
git-svn-id: trunk@42942 -
2013-09-26 11:03:59 +00:00
zeljko
64d0588972 Qt: change current row of TQtCheckListBox for Qt >= 4.8 since it does not change ItemIndex when checkbox is clicked.
git-svn-id: trunk@42941 -
2013-09-26 10:15:25 +00:00
zeljko
84d84eb479 Qt: fixed TQtCheckListBox double click event duplication.issue #25089
git-svn-id: trunk@42940 -
2013-09-26 09:15:24 +00:00
paul
1a5fff7c4d lazres: add an ability to generate an .rc script if output file has .rc extension
git-svn-id: trunk@42939 -
2013-09-26 02:52:00 +00:00