juha
3b5868962b
LCL: Fixes for property storage classes. Issue #23644 , patch from Cyrax
...
git-svn-id: trunk@39902 -
2013-01-19 21:57:23 +00:00
mattias
fb537b160f
keep old StrikeTrough for current RC 2.6.2
...
git-svn-id: trunk@39901 -
2013-01-19 20:35:10 +00:00
juha
12fb700d61
LCL, Treeview: redraw nodes after sorting them. Issue #23697
...
git-svn-id: trunk@39898 -
2013-01-19 19:33:02 +00:00
juha
7548ba8e96
LCL: Support for TImage.AntialiasingMode (stretching). Implement Win32 and GTK2. Issue #22205 , patch from Chronos
...
git-svn-id: trunk@39894 -
2013-01-19 17:42:38 +00:00
zeljko
60db6ec323
Qt: fixed preffered size of autosized groupboxes. issue #23351
...
git-svn-id: trunk@39892 -
2013-01-19 16:29:30 +00:00
zeljko
906b5868a0
LCL: do not use cached FPopupMenu pointer but property getter. issue #23336
...
git-svn-id: trunk@39887 -
2013-01-19 08:19:29 +00:00
blikblum
ced57c7fc5
win32: use VisibleIndex in MovePage. Issue #22293
...
git-svn-id: trunk@39886 -
2013-01-19 07:14:10 +00:00
ask
e10e3ce749
Fix compilation after r39879 #f1fe1fc167
...
git-svn-id: trunk@39885 -
2013-01-19 07:03:26 +00:00
blikblum
f5e292ac03
lcl: remove redundant checks
...
git-svn-id: trunk@39884 -
2013-01-19 02:21:58 +00:00
juha
ca2fc53e25
LCL: reapply patch from Chronos to update PageIndex in PageControl after setting TabVisible. Issue #23251
...
git-svn-id: trunk@39883 -
2013-01-19 00:21:51 +00:00
zeljko
8e1595bae1
Gtk2: removed (by ifdef) usage of dummy notebook page for gtk2.Old gtk1 fashioned dummy page can be used with define GTK2USEDUMMYNOTEBOOKPAGE.
...
git-svn-id: trunk@39882 -
2013-01-18 20:46:46 +00:00
zeljko
a0c274aebc
Gtk2: fixed hiding of tabcontrol during design time. issue #23648
...
git-svn-id: trunk@39881 -
2013-01-18 20:10:45 +00:00
mattias
f1fe1fc167
fixed compilation with fpc 2.6.1 23444
...
git-svn-id: trunk@39879 -
2013-01-18 16:21:23 +00:00
zeljko
00419b8bb3
Qt: fixed SetCapture() and GetCapture() for TQtCustomControl on qtwin32 targets
...
git-svn-id: trunk@39878 -
2013-01-18 09:11:57 +00:00
jesus
ff9e96532a
LCL, do not immediately start dragging when DragMode=dmAutomatic, added helper to dbgrid to convert and make some sense of mouse coords, fix issue #23558
...
git-svn-id: trunk@39877 -
2013-01-17 22:06:45 +00:00
mattias
55574e2a90
LCL: TCustomForm.MoveToDefaultPosition: use MonitorFromRect instead of center
...
git-svn-id: trunk@39874 -
2013-01-17 13:10:54 +00:00
mattias
d1e9068de2
LCL: do not move maximized form due to Form.Position
...
git-svn-id: trunk@39873 -
2013-01-17 11:33:34 +00:00
mattias
472a8172e5
LCL: simplified TCustomForm.MoveToDefaultPosition
...
git-svn-id: trunk@39872 -
2013-01-17 11:28:57 +00:00
mattias
3e1efc3341
LCL: fixed TCustomForm.MoveToDefaultPosition finding the monitor from form pos
...
git-svn-id: trunk@39871 -
2013-01-17 11:22:16 +00:00
sekelsenmat
f758bdf235
Fixes compilation of Lazarus with FPC trunk due to the fix to spelling mistake in TFPCustomFont
...
git-svn-id: trunk@39870 -
2013-01-17 09:17:52 +00:00
juha
154caf4c01
Revert "LCL: Update PageIndex in PageControl after setting TabVisible", does not work when IDE is built for GTK2. Issue #23648
...
git-svn-id: trunk@39869 -
2013-01-17 08:49:36 +00:00
jesus
459cdc0ca9
LCL, only adjust editor position if colcount/rowcount change will affect editor, issue #23652
...
git-svn-id: trunk@39868 -
2013-01-17 02:09:04 +00:00
jesus
32ed7b46e7
LCL, fix AV when grid is being destroyed and editor has focus, part of issue #23478
...
git-svn-id: trunk@39867 -
2013-01-16 23:51:25 +00:00
jesus
03fa03c235
LCL, implements TextRect in PostscriptCanvas, from Tim P. Launchbury, issue #23659
...
git-svn-id: trunk@39866 -
2013-01-16 20:59:00 +00:00
bart
5a5af581e2
Grids: make option goAutoAddRows also work with Tab key.
...
Also don't loose the state of FRowAutoInserted in KeyDown() when user presses Crl,Alt,Shift or Meta key
(otherwise "undoing" an auto-added row doesn't work anymore)
git-svn-id: trunk@39864 -
2013-01-16 14:51:29 +00:00
zeljko
a327019296
Qt: make LCL happy when changing caption of groupbox from empty to some string or viceversa.part of #23642
...
git-svn-id: trunk@39841 -
2013-01-13 17:28:20 +00:00
zeljko
a5dcd4fcb7
Qt: fixed topmargin of groupbox when caption text is empty. issue #23642
...
git-svn-id: trunk@39840 -
2013-01-13 17:11:45 +00:00
zeljko
7e7b4b3277
Qt: reverted TQtPage.getClientBounds to use TQtWidget.getClientBounds, it wasn't good solution since it produces a mess in eg. in build lazarus form.
...
git-svn-id: trunk@39839 -
2013-01-13 13:15:54 +00:00
zeljko
7815ee8a38
Qt: fixed getClientBounds for TQtPage and TQtGroupBox. It should use QWidget_contentsRect() of underlaying widget or parent. issue #23630
...
git-svn-id: trunk@39838 -
2013-01-13 12:59:57 +00:00
juha
f4b61649a6
LCL: Update PageIndex in PageControl after setting TabVisible. Issue #23251 , patch from Chronos
...
git-svn-id: trunk@39837 -
2013-01-12 23:27:29 +00:00
mattias
db44871558
lcl: carbon: handle laz,wake event via handler, needed because carbon modal forms create their own sub loops, see bug #23601
...
git-svn-id: trunk@39832 -
2013-01-11 18:51:36 +00:00
mattias
929ce8fe33
lcl: carbon: debug for bug #23601
...
git-svn-id: trunk@39831 -
2013-01-11 18:33:33 +00:00
juha
1d91cbbe30
Revert "LCL: Invalidate TCustomEdit after setting PasswordChar. Issue #23627 ". Windows issue.
...
git-svn-id: trunk@39830 -
2013-01-11 17:27:15 +00:00
juha
8f7cd7dad2
LCL: Invalidate TCustomEdit after setting PasswordChar. Issue #23627
...
git-svn-id: trunk@39826 -
2013-01-11 11:04:33 +00:00
maxim
217d70ece2
Translations: Czech translation update by Vaclav Valicek, bug #23622
...
git-svn-id: trunk@39823 -
2013-01-10 20:40:19 +00:00
juha
99e4142bb7
LCL: Make button and picklist cell editors work in TValueListEditor
...
git-svn-id: trunk@39818 -
2013-01-09 23:32:04 +00:00
juha
3dceac8624
LCL: implement method TValueListEditor.InsertRow
...
git-svn-id: trunk@39813 -
2013-01-09 09:06:23 +00:00
mattias
87703369e3
LCL: fixed AsFirst for AddHandler of TCustomForm, TControl and TApplication
...
git-svn-id: trunk@39786 -
2013-01-06 19:10:21 +00:00
mattias
fce82b284a
LCL: TScreen.AddHandlerFormAdded+AddHandlerRemoveForm+AddHandlerActiveControlChanged+AddHandlerActiveFormChanged+AddHandlerFormVisibleChanged: changed default AsFirst to false for consistency
...
git-svn-id: trunk@39785 -
2013-01-06 19:01:28 +00:00
mattias
31e711a9a4
LCL: TCustomForm.AddHandlerFirstShow+AddHandlerClose+AddHandlerCreate: changed default AsFirst to false for consistency
...
git-svn-id: trunk@39784 -
2013-01-06 19:00:14 +00:00
mattias
e25cb27f70
LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it
...
git-svn-id: trunk@39783 -
2013-01-06 18:58:47 +00:00
mattias
62fb47e350
LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it
...
git-svn-id: trunk@39782 -
2013-01-06 18:58:26 +00:00
mattias
23762136b6
LCL: published TListBox.ItemIndex, TCheckListBox.ItemIndex
...
git-svn-id: trunk@39779 -
2013-01-06 12:53:48 +00:00
mattias
88c2af49d0
IDE: designer: fixed handling deactivate messages
...
git-svn-id: trunk@39774 -
2013-01-06 11:53:30 +00:00
mattias
75452dd427
lcl: added TXMLConfigStorage.SaveToStream
...
git-svn-id: trunk@39754 -
2013-01-03 18:33:53 +00:00
mattias
7a805339f7
lclbase,lazutils: moved utf8process to lazutils
...
git-svn-id: trunk@39744 -
2013-01-03 12:19:51 +00:00
mattias
21c37055f5
lclbase: TProcessUTF8.Executable
...
git-svn-id: trunk@39740 -
2013-01-03 12:03:47 +00:00
mattias
d519ada574
lclbase: TProcessUTF8.Parameters
...
git-svn-id: trunk@39739 -
2013-01-03 11:59:44 +00:00
juha
1c2007119b
LCL: Fix direction value in TUpDownButton.ChangingEx event. Issue #23567 , patch from René Hülswitt
...
git-svn-id: trunk@39732 -
2013-01-02 17:40:30 +00:00
mattias
899bdb7156
lazutils: FileUtil: added SplitCmdLineParams
...
git-svn-id: trunk@39730 -
2013-01-02 12:43:12 +00:00