Commit Graph

13051 Commits

Author SHA1 Message Date
paul
64b5237a17 lcl: don't move csDesigning forms to non-designed positions (bug #0018623)
git-svn-id: trunk@29284 -
2011-02-01 08:08:49 +00:00
paul
5b2ff3e881 lcl: fix TPromptDialog, TQuestionDialog construction (issue #0018655)
git-svn-id: trunk@29283 -
2011-02-01 07:44:14 +00:00
paul
6521e55633 win32: cleanup
git-svn-id: trunk@29281 -
2011-02-01 05:56:48 +00:00
paul
a775500c43 win32: redo TWin32WSCustomTrayIcon.GetPosition based on description. It passed a variable by value and assigned it in enum proc. This code could never return any other value than passed.
git-svn-id: trunk@29280 -
2011-02-01 05:55:35 +00:00
paul
bc0c4be8ea win32: cleanup
git-svn-id: trunk@29279 -
2011-02-01 05:41:35 +00:00
paul
c2aca4cd85 lcl: replace TWidgetSet.AppHandle function with a readwrite property
git-svn-id: trunk@29278 -
2011-02-01 04:10:57 +00:00
maxim
9831e65102 Translations: LCL - updated Russian translation
git-svn-id: trunk@29275 -
2011-02-01 01:46:04 +00:00
paul
dec87ef90b lcl: rename RaiseEResNotFoundInTCustomFormCreate to RequireDerivedFormResource (thanks to Marc)
git-svn-id: trunk@29271 -
2011-01-31 10:28:43 +00:00
paul
430382d436 lcl: don't raise EResNotFound in TCustomForm.Create if RaiseEResNotFoundInTCustomFormCreate = False
git-svn-id: trunk@29268 -
2011-01-31 10:16:55 +00:00
mattias
950a89dbc3 LCL: TForm.Create: give a hint how to fix resourceless forms
git-svn-id: trunk@29267 -
2011-01-31 09:33:24 +00:00
paul
dca336b627 win32: start work on implementation of MainFormOnTaskBar
git-svn-id: trunk@29266 -
2011-01-31 09:07:31 +00:00
paul
caf018bbb4 win32: cleanup
git-svn-id: trunk@29265 -
2011-01-31 08:46:22 +00:00
paul
82b51df5c8 win32: use MainFormHandle in some places instead of MainForm.Handle
git-svn-id: trunk@29264 -
2011-01-31 08:45:57 +00:00
paul
84aeae0727 lcl: add WidgetSet.AppSetMainFormOnTaskBar prototype
git-svn-id: trunk@29263 -
2011-01-31 08:42:18 +00:00
paul
8b2ec0ed64 lcl: raise an exception if form resource is not found inside Create constructor. For resourceless forms CreateNew constructor must be used.
git-svn-id: trunk@29262 -
2011-01-31 03:39:06 +00:00
paul
bfe85e683f ide, synedit, lcl: don't construct resourceless forms using Create constructor - use CreateNew instead
git-svn-id: trunk@29261 -
2011-01-31 03:38:11 +00:00
maxim
d7d15d1dcb Translations: added Portuguese translation stub, based on Brazilian Portuguese
git-svn-id: trunk@29259 -
2011-01-30 17:39:09 +00:00
zeljko
5abc30c3ed Qt: fixed compilation under non X11 platforms.
git-svn-id: trunk@29255 -
2011-01-30 10:38:15 +00:00
zeljko
39fa1c6db3 Qt: make non-resizeable forms with borderstyle bsNone,bsSingle and bsDialog.issue #18372.
git-svn-id: trunk@29254 -
2011-01-30 10:07:52 +00:00
zeljko
670981f753 Qt: do not generate LM_VSCROLL and LM_WHEEL at the same time.Let LCL decide on it's needs. issue #18571
git-svn-id: trunk@29253 -
2011-01-30 09:53:08 +00:00
zeljko
3f02a01956 Qt: fixed crash when QComboBox is raised from eg. cell of TStringGrid with DblClick.
git-svn-id: trunk@29252 -
2011-01-30 09:48:20 +00:00
zeljko
a737c8b1dd Qt: workaround for qt-4.7.1 QPainter bug. issue #18631
git-svn-id: trunk@29249 -
2011-01-29 17:49:40 +00:00
maxim
9972d532ea Translations: changed Brazilian Portuguese language code according to ISO/IANA language and region codes
git-svn-id: trunk@29245 -
2011-01-29 12:23:02 +00:00
paul
e24e12ac8d lcl, win32: cleanup
git-svn-id: trunk@29244 -
2011-01-29 09:05:57 +00:00
paul
50f08451fd win32: minor refactoring
git-svn-id: trunk@29243 -
2011-01-29 08:56:22 +00:00
paul
2b5f589e66 lcl:
- add TApplication.MainFormHandle property, 
  - add TApplication.OnGetMainFormHandle event,
  - add TApplicationProperties.OnGetMainFormHandle event
  - add dummy TApplication.MainFormOnTaskBar property

git-svn-id: trunk@29242 -
2011-01-29 07:53:13 +00:00
paul
03b8af4c0f lcl: add comment
git-svn-id: trunk@29230 -
2011-01-28 04:26:35 +00:00
paul
eb0c669669 lcl: update lcl.lpk for wince
git-svn-id: trunk@29229 -
2011-01-28 04:26:15 +00:00
paul
3f53da5904 wince: add alllclintfunits
git-svn-id: trunk@29227 -
2011-01-28 04:14:53 +00:00
mattias
15e4d2cce8 lcl: fixed fpgui compilation
git-svn-id: trunk@29217 -
2011-01-27 17:27:05 +00:00
mattias
1e36476d7d LCL: increased version to 1.0.1 for compatibility
git-svn-id: trunk@29216 -
2011-01-27 16:59:54 +00:00
mattias
cbc4541093 FCL package: converted to a normal package
git-svn-id: trunk@29213 -
2011-01-27 16:41:24 +00:00
mattias
6d8a288af8 LCL: moved register components to LCLBase
git-svn-id: trunk@29212 -
2011-01-27 13:15:33 +00:00
mattias
6b6ad2d929 IDE+LCL: made LCL a normal package
git-svn-id: trunk@29210 -
2011-01-27 12:56:07 +00:00
mattias
84e6c1d086 lcl: alllclunits using normal syntax
git-svn-id: trunk@29209 -
2011-01-26 23:21:20 +00:00
jesus
0bb3877d59 LCL, fix grid cursor disappearing on scrolling up/left when toprow/leftcol>=fixedRow/fixedcolcol, issue #18243
git-svn-id: trunk@29202 -
2011-01-25 19:49:33 +00:00
mattias
3168fd2e6e LCL: lrs object reader/writer: write unique paths string properies for collection items and frames, patch #16742
git-svn-id: trunk@29201 -
2011-01-25 18:50:14 +00:00
mattias
76686be5bf LCL: TCustomMaskEdit.Text string to TTranslateString
git-svn-id: trunk@29200 -
2011-01-25 18:36:13 +00:00
mattias
e9e589d484 lcl: fixed parsing rst file, bug #18591
git-svn-id: trunk@29192 -
2011-01-25 11:04:59 +00:00
mattias
15ca442dd7 IDE: moved fixed LCL linker options to conditionals
git-svn-id: trunk@29187 -
2011-01-24 11:00:23 +00:00
mattias
f70004e7a6 lcl1: added issue.xml
git-svn-id: trunk@29186 -
2011-01-24 10:34:20 +00:00
mattias
2be0c126a9 LCL: TNoteBook: fixed mem leak, bug #17691
git-svn-id: trunk@29175 -
2011-01-23 16:41:56 +00:00
mattias
42ad008292 LCL: TFormPropertyStorage: restore after create, FirstShow is too late
git-svn-id: trunk@29174 -
2011-01-23 16:22:38 +00:00
mattias
3a1960d3ef lcl1: clean up
git-svn-id: trunk@29173 -
2011-01-23 15:57:30 +00:00
mattias
75d084a8ed LCL: fixed TSpeedButton positioning of glyphs if widgetset has ContentRect
git-svn-id: trunk@29172 -
2011-01-23 15:40:43 +00:00
mattias
b0ba957d32 LCL1: removed duplicate linker options
git-svn-id: trunk@29171 -
2011-01-23 13:21:43 +00:00
mattias
29239bd9ba lcl1: clean up
git-svn-id: trunk@29169 -
2011-01-23 13:01:55 +00:00
mattias
576fe42bc6 lcl1: not always use android units
git-svn-id: trunk@29168 -
2011-01-23 12:19:58 +00:00
mattias
5813e9c3fe lcl1: added android
git-svn-id: trunk@29167 -
2011-01-23 11:42:16 +00:00
zeljko
0797b99785 Gtk2: fix MessageDlg if contains < or/and >, patch by C Western. issue #18584
git-svn-id: trunk@29159 -
2011-01-22 12:38:53 +00:00