mattias
|
31e9720f24
|
datetimectrl: updated makefile
git-svn-id: trunk@46218 -
|
2014-09-14 09:23:47 +00:00 |
|
reiniero
|
94155eb551
|
* LCL/lazhelpintf.pas: Cosmetic (comment language).
git-svn-id: trunk@46217 -
|
2014-09-14 07:26:04 +00:00 |
|
juha
|
4b38ed7b2b
|
LCL: use constants in controlconsts.inc. Issue #26673, patch from ocean.
git-svn-id: trunk@46216 -
|
2014-09-13 21:28:55 +00:00 |
|
juha
|
3b982f582d
|
LCL: Constants moved from LMessages to a new .inc file.
git-svn-id: trunk@46215 -
|
2014-09-13 21:25:40 +00:00 |
|
mattias
|
479da9dac7
|
translations: German: updates from Swen Heinig
git-svn-id: trunk@46214 -
|
2014-09-13 21:13:46 +00:00 |
|
mattias
|
b8b57b74bb
|
IDE: comments
git-svn-id: trunk@46213 -
|
2014-09-13 21:11:15 +00:00 |
|
mattias
|
8d7a8b4f81
|
datetimectrls: removed -CX, added LCLWidgetType dir to output path
git-svn-id: trunk@46212 -
|
2014-09-13 21:10:55 +00:00 |
|
mattias
|
f0d82b263b
|
IDE: package compiler options: fixed showing unitstyle
git-svn-id: trunk@46211 -
|
2014-09-13 20:57:46 +00:00 |
|
mattias
|
8ee2a47c21
|
updated Makefiles
git-svn-id: trunk@46210 -
|
2014-09-13 17:38:29 +00:00 |
|
juha
|
e08c4fde50
|
IDE: add DateTimeCtrls for Lazarus BigIde. (almost)
git-svn-id: trunk@46209 -
|
2014-09-13 17:20:37 +00:00 |
|
zeljko
|
0e6d1e27a5
|
LCL: fixed bug where OnSelectionChanged() isn't called in some circumstances.issue #26714
git-svn-id: trunk@46208 -
|
2014-09-13 14:36:46 +00:00 |
|
juha
|
60fe9db3e4
|
IDE: Makefiles needed when adding DateTimeCtrls for Lazarus BigIde.
git-svn-id: trunk@46207 -
|
2014-09-13 14:11:01 +00:00 |
|
juha
|
e1ec0784c5
|
IDE: add EditorToolbar for Lazarus BigIde.
git-svn-id: trunk@46206 -
|
2014-09-13 13:34:41 +00:00 |
|
juha
|
7db5512869
|
IDE: Mkefiles needed when adding EditorToolbar for Lazarus BigIde.
git-svn-id: trunk@46205 -
|
2014-09-13 13:32:18 +00:00 |
|
juha
|
c22d801fd0
|
LCL: Prevent empty items in Carbon TListBox. Issue #24973, patch from realXCV.
git-svn-id: trunk@46204 -
|
2014-09-13 10:02:50 +00:00 |
|
juha
|
2d68a26e97
|
LCL: Implement DBAction on DBControls. Issue #25988, patch from Luigi
git-svn-id: trunk@46203 -
|
2014-09-13 09:40:00 +00:00 |
|
juha
|
ee833d9792
|
LCL: Don't edit TDBMemo when TDataSource.AutoEdit = False. Issue #24246, patch from Éderson Cássio.
git-svn-id: trunk@46202 -
|
2014-09-13 09:06:00 +00:00 |
|
juha
|
d8ef520c3e
|
LCL: TCustomBitmap.SetMonochrome contained unreachable code. Issue #21599, patch from u-boot.
git-svn-id: trunk@46201 -
|
2014-09-13 08:40:56 +00:00 |
|
juha
|
3985d2f0cb
|
IDE: Import/export paths in path editor dialog. Part of issue #25903.
git-svn-id: trunk@46200 -
|
2014-09-13 08:40:50 +00:00 |
|
zeljko
|
4ee0f9c9c5
|
Qt: implemented TQtWidgetSet.RadialPie(). Patch by Giuliano Colla. issue #26703
git-svn-id: trunk@46199 -
|
2014-09-12 07:16:53 +00:00 |
|
zeljko
|
76de5178a1
|
Qt: fixed wrong states of themed checkboxes.Patch by Gabor Boros. issue #26586
git-svn-id: trunk@46198 -
|
2014-09-12 06:56:54 +00:00 |
|
zeljko
|
7f71751dd9
|
Qt: enclose BeginEventProcessing & EndEventProcessing pairs with try finally block.
git-svn-id: trunk@46197 -
|
2014-09-12 06:36:35 +00:00 |
|
jesus
|
fbf91ec7e9
|
LazReport, use TFileStreamUTF8 instead of TFileStream and UTF8toSys, patch from Bart, issue #26647
git-svn-id: trunk@46196 -
|
2014-09-12 01:57:40 +00:00 |
|
juha
|
22dc7e7931
|
EditorToolbar: fix text about resource formats in README.txt.
git-svn-id: trunk@46195 -
|
2014-09-11 21:44:11 +00:00 |
|
juha
|
310c961f33
|
IdeIntf: Improve painting of clNone also in color property editor of Object Inspector. Issue #26707, patch from wp.
git-svn-id: trunk@46194 -
|
2014-09-11 21:44:06 +00:00 |
|
juha
|
1dc0da4223
|
Tools/debugserver improvements. Issue #26136, patch from Reinier Olislagers.
git-svn-id: trunk@46193 -
|
2014-09-11 21:07:42 +00:00 |
|
mattias
|
7e493a6e37
|
Examples: updated example for IDE quick fixes, issue #26604
git-svn-id: trunk@46192 -
|
2014-09-11 19:21:04 +00:00 |
|
juha
|
94f04cc3f2
|
LCL: Improved painting of the clNone color icon in TColorBox. Issue #26707, patch from wp.
git-svn-id: trunk@46191 -
|
2014-09-11 18:03:30 +00:00 |
|
mattias
|
9102f248ea
|
LCL: docs
git-svn-id: trunk@46190 -
|
2014-09-11 18:02:01 +00:00 |
|
juha
|
06c903bf4b
|
Po files for EditorToolbar.
git-svn-id: trunk@46189 -
|
2014-09-11 17:12:09 +00:00 |
|
mattias
|
9d3226d369
|
LCL: removed TControl.ParentVisibleChanged
git-svn-id: trunk@46188 -
|
2014-09-11 16:52:52 +00:00 |
|
mattias
|
8c9f6d38b4
|
LCL: docs: undo
git-svn-id: trunk@46187 -
|
2014-09-11 16:50:44 +00:00 |
|
juha
|
4ed10f7d90
|
EditorToolBar: Fix a typo in resourcestrings. Issue #26705, noted by _Gábor
git-svn-id: trunk@46186 -
|
2014-09-11 16:49:29 +00:00 |
|
mattias
|
ca0211f1fc
|
LCL: docs
git-svn-id: trunk@46185 -
|
2014-09-11 16:40:26 +00:00 |
|
mattias
|
db564054c4
|
LCL: added TControl.ParentVisibleChanged
git-svn-id: trunk@46184 -
|
2014-09-11 16:40:12 +00:00 |
|
juha
|
2471a0a5b2
|
EditorToolbar package updates by G. Colla. Issue #26692.
git-svn-id: trunk@46183 -
|
2014-09-11 16:22:17 +00:00 |
|
mattias
|
07712d3201
|
anchordocking: clean up
git-svn-id: trunk@46182 -
|
2014-09-11 16:20:00 +00:00 |
|
mattias
|
cc8a8f9740
|
LCL: clean up
git-svn-id: trunk@46181 -
|
2014-09-11 16:03:48 +00:00 |
|
juha
|
ce650cffc1
|
New image for EditorToolbar.
git-svn-id: trunk@46180 -
|
2014-09-11 15:56:48 +00:00 |
|
juha
|
08fb92aaad
|
LazUtils: Move TListFileSearcher and TListDirectoriesSearcher to public interface section. Issue #26632.
git-svn-id: trunk@46179 -
|
2014-09-11 15:18:22 +00:00 |
|
jesus
|
a02f02d8ac
|
LazReport, fix AV on exporting report, from Aleksey, issue #26693
git-svn-id: trunk@46178 -
|
2014-09-11 15:16:54 +00:00 |
|
zeljko
|
a950b22207
|
Qt: fixed windowstate mismatch between LCL and Qt when QTSCROLLABLEFORMS define is on. issue #26700
git-svn-id: trunk@46177 -
|
2014-09-11 08:36:39 +00:00 |
|
wp
|
85931626dd
|
TAChart: Add Notification method to TChartListbox.
git-svn-id: trunk@46176 -
|
2014-09-11 07:12:58 +00:00 |
|
sekelsenmat
|
dfd57d9ec8
|
cocoa: Fixes drawing TTreeView expand sign, it was not being drawn at all, more work is needed to make this a Mac-ish drawing
git-svn-id: trunk@46175 -
|
2014-09-10 19:45:19 +00:00 |
|
sekelsenmat
|
098fc63ca1
|
cocoa: Improves syscolors which fixes the look of TBevel
git-svn-id: trunk@46174 -
|
2014-09-10 17:50:24 +00:00 |
|
sekelsenmat
|
5d4f3d7e67
|
canvastest: Further improves syscolor test
git-svn-id: trunk@46173 -
|
2014-09-10 17:49:20 +00:00 |
|
sekelsenmat
|
d0f50b5637
|
canvastest: Fixes background for too dark sys colors
git-svn-id: trunk@46172 -
|
2014-09-10 17:34:13 +00:00 |
|
sekelsenmat
|
6bf0c54a6d
|
canvastest: Adds system color test
git-svn-id: trunk@46171 -
|
2014-09-10 17:01:35 +00:00 |
|
sekelsenmat
|
f838124711
|
cocoa: Fixes the font size in text drawing, this fixes TLabel with Font.Size>0 and nothing else set
git-svn-id: trunk@46170 -
|
2014-09-10 14:59:13 +00:00 |
|
mattias
|
ee813e253a
|
IDE: buildmanager: fixed clearing reference to destroyed project
git-svn-id: trunk@46169 -
|
2014-09-10 11:43:05 +00:00 |
|