mattias
|
5b945f55ec
|
lcl: treeview: added DefaultTreeNodeHeight, patch #30884, from AlexeyT
git-svn-id: trunk@53321 -
|
2016-11-08 16:00:03 +00:00 |
|
mattias
|
144135bfcc
|
IDE: designer: fixed show border spacing, patch #30876, from Michl
git-svn-id: trunk@53320 -
|
2016-11-08 15:56:08 +00:00 |
|
mattias
|
f8c567425b
|
lcl: gtk2: fixed compilation
git-svn-id: trunk@53319 -
|
2016-11-08 15:53:44 +00:00 |
|
mattias
|
8f1ee7af01
|
sqldb: updated po files, issue #30841, from Silvio Clécio
git-svn-id: trunk@53318 -
|
2016-11-08 15:38:50 +00:00 |
|
mattias
|
1acb6ad60d
|
lcl: added cocoa/agl.pp
git-svn-id: trunk@53317 -
|
2016-11-08 15:36:00 +00:00 |
|
mattias
|
b63621e7a0
|
lcl: update_allunits: add {%H-}
git-svn-id: trunk@53316 -
|
2016-11-08 15:31:35 +00:00 |
|
mattias
|
c7e89e3205
|
aggpas: fixed example
git-svn-id: trunk@53315 -
|
2016-11-08 15:27:54 +00:00 |
|
mattias
|
fe406f91e2
|
IDE: fpc msg parser: fixed reversing instantfpc cache from history
git-svn-id: trunk@53314 -
|
2016-11-08 15:14:48 +00:00 |
|
mattias
|
48ab9d2cbb
|
IDEIntf: TPasswordStringPropertyEditor: draw empty field on empty password and allow to override value, patch #30842, from Silvio Clécio
git-svn-id: trunk@53313 -
|
2016-11-08 14:59:32 +00:00 |
|
mattias
|
31d3f43475
|
IDE: open file at cursor: for Pascal files use codetools
git-svn-id: trunk@53312 -
|
2016-11-08 12:24:31 +00:00 |
|
mattias
|
4eaf02c3a1
|
codetools: FindFileAtCursor: unit name, search in comment
git-svn-id: trunk@53311 -
|
2016-11-08 12:20:40 +00:00 |
|
mattias
|
6e64d8a23d
|
leakview: less hints
git-svn-id: trunk@53310 -
|
2016-11-08 12:19:47 +00:00 |
|
ondrej
|
0fdd65225d
|
LCL: treeview: hide hint window when showing=false.
git-svn-id: trunk@53309 -
|
2016-11-08 10:57:25 +00:00 |
|
ondrej
|
43db30003e
|
LCL: wincotrol: broadcast UpdateShowing regardless of showing value. (When parent was hidden, the child controls didn't receive UpdateShowing resulting in wrong FShowing value.)
git-svn-id: trunk@53308 -
|
2016-11-08 10:51:05 +00:00 |
|
bart
|
b4d261ea82
|
IDE: Replace call to deprecated function ValidUTF8String with call to Utf8EscapeControlChars.
git-svn-id: trunk@53307 -
|
2016-11-07 12:59:46 +00:00 |
|
bart
|
e0a1a0b0a2
|
LCL Fix access violation when deleting a TMainMenu after r53250 #4161b1f5e1. Issue #0030882. Patch by Michl.
git-svn-id: trunk@53306 -
|
2016-11-07 11:37:56 +00:00 |
|
mattias
|
f96014d35b
|
lazutils: TStringToPointerTree: fixed freeing value on replace
git-svn-id: trunk@53305 -
|
2016-11-07 11:29:29 +00:00 |
|
bart
|
7d3b4320c2
|
Deprecate TCustomEdit's TextHintFontColor and TextHintFontStyle properties and reduce their visibility to Public.
git-svn-id: trunk@53304 -
|
2016-11-07 11:25:30 +00:00 |
|
mattias
|
5fee726073
|
lcl: TTreeView: clean up
git-svn-id: trunk@53303 -
|
2016-11-07 09:06:16 +00:00 |
|
wp
|
896f4abbc4
|
TAChart: Translate some axis-related strings
git-svn-id: trunk@53302 -
|
2016-11-06 11:51:23 +00:00 |
|
wp
|
636191a91d
|
LCL: Setting TControl.Color must set TControl.ParentColor to false incl sending CM_PARENTCOLORCHANGED (issue #0030854, based on patch by Pascal Riekenberg).
git-svn-id: trunk@53301 -
|
2016-11-05 15:50:42 +00:00 |
|
mattias
|
eefe2518a1
|
lazutils: comment
git-svn-id: trunk@53300 -
|
2016-11-05 14:57:02 +00:00 |
|
mattias
|
37069d7601
|
codetools: FindFileAtCursor: test literal
git-svn-id: trunk@53299 -
|
2016-11-05 14:56:50 +00:00 |
|
zeljko
|
42da67c6c4
|
Qt: keep current ItemIndex. issue #28597
git-svn-id: trunk@53298 -
|
2016-11-05 12:45:16 +00:00 |
|
bart
|
39750fff57
|
LazUtf8
- deprecate ValidUTF8String() (confusing name)
- implement Utf8EscapeControlChars()
Resolves Issue #0030821.
git-svn-id: trunk@53297 -
|
2016-11-04 14:23:20 +00:00 |
|
blikblum
|
1c88d48964
|
lcl: in TCustomEdit, replaces Text property check for CanShowTextHint before showing text hint. Move the logic to hide the text hint from RealSetText to TextChanged
git-svn-id: trunk@53296 -
|
2016-11-04 11:58:36 +00:00 |
|
blikblum
|
eb95373456
|
win32: remove dumb destroy method in TWin32MemoStrings
git-svn-id: trunk@53295 -
|
2016-11-04 11:34:58 +00:00 |
|
blikblum
|
f43e1bfde6
|
win32: avoid redundant call for GetRealCount and GetLineStart in TWin32MemoStrings.Insert
git-svn-id: trunk@53294 -
|
2016-11-04 11:32:17 +00:00 |
|
blikblum
|
d99fe899e7
|
lcl: use TMemo.Lines.Count to check if TextHint can be show. Part of 30851. Based on tip from AlexeyT
git-svn-id: trunk@53293 -
|
2016-11-04 11:32:11 +00:00 |
|
blikblum
|
f95821fe94
|
lcl: Do not check for Text property directly in TextChanged. Part of issue #30851. Patch by Michl
git-svn-id: trunk@53292 -
|
2016-11-04 11:32:03 +00:00 |
|
mattias
|
bebe80cc91
|
IDE: fpc msg parser: simplified
git-svn-id: trunk@53291 -
|
2016-11-03 19:39:32 +00:00 |
|
juha
|
548c20fb9f
|
Clarify some license texts. Remove CodeTyphon name when they are not the original author.
git-svn-id: trunk@53290 -
|
2016-11-03 14:09:44 +00:00 |
|
mattias
|
47fc941c8f
|
codetools: FindFileAtCursor: disabled directives
git-svn-id: trunk@53289 -
|
2016-11-02 14:21:44 +00:00 |
|
mattias
|
9e59740549
|
codetools: FindFileAtCursor: fixed find enabled include directive of empth file
git-svn-id: trunk@53288 -
|
2016-11-02 13:34:48 +00:00 |
|
mattias
|
8fdf97baa2
|
lcl: carbon: clean up
git-svn-id: trunk@53287 -
|
2016-11-02 12:51:21 +00:00 |
|
mattias
|
42ea23f324
|
IDEIntf: TPasswordStringPropertyEditor: show fixed amount of *
git-svn-id: trunk@53286 -
|
2016-11-02 12:42:26 +00:00 |
|
mattias
|
874e696110
|
lcl: gtk2: unity desktop use UTF-8
git-svn-id: trunk@53285 -
|
2016-11-02 11:15:00 +00:00 |
|
mattias
|
43d6a1e7ab
|
IDE: run parameters: default terminal and PATH use UTF-8
git-svn-id: trunk@53284 -
|
2016-11-02 11:14:14 +00:00 |
|
mattias
|
887269a2be
|
lazutils: ExpandFileNameUTF8: fixed HOME with UTF-8
git-svn-id: trunk@53283 -
|
2016-11-02 11:13:07 +00:00 |
|
mattias
|
d0c5c53609
|
synedit: clean up
git-svn-id: trunk@53282 -
|
2016-11-02 11:06:13 +00:00 |
|
mattias
|
e83f7944d0
|
sqldb: TSQLite3Connection: propery editor for DatabaseName, from Silvio Clécio, issue #30841
git-svn-id: trunk@53281 -
|
2016-11-02 10:46:03 +00:00 |
|
mattias
|
b9bc408f0b
|
sqldb: designer: hide Password in object inspector, from Silvio Clécio, issue #30843
git-svn-id: trunk@53280 -
|
2016-11-02 10:33:07 +00:00 |
|
mattias
|
c08ab12276
|
IDEINtf: added TPasswordStringPropertyEditor and TPasswordWideStringPropertyEditor, from Silvio Clécio, issue #30842
git-svn-id: trunk@53279 -
|
2016-11-02 10:31:07 +00:00 |
|
sekelsenmat
|
aa835e67f1
|
cocoa: Patch #30795 fixes compilation
git-svn-id: trunk@53278 -
|
2016-11-01 20:43:12 +00:00 |
|
mattias
|
8d7e2139ee
|
codetools: test FindFileAtCursor
git-svn-id: trunk@53277 -
|
2016-11-01 19:56:42 +00:00 |
|
mattias
|
8872e27e69
|
tests: added tests for TrimFilename
git-svn-id: trunk@53276 -
|
2016-11-01 19:55:44 +00:00 |
|
mattias
|
88c8a65391
|
lazutils: ResolveDots: fixed a/../b
git-svn-id: trunk@53275 -
|
2016-11-01 19:55:25 +00:00 |
|
ondrej
|
b8c9f6d510
|
LCL: controlcanvas: protect TControlCanvas.CreateHandle debugln with an IFDEF
git-svn-id: trunk@53274 -
|
2016-11-01 19:18:42 +00:00 |
|
maxim
|
6a74f2e274
|
Anchordocking: improved Russian translation
git-svn-id: trunk@53273 -
|
2016-10-31 22:46:08 +00:00 |
|
maxim
|
2c150a6825
|
IDEIntf: Regenerated translations and updated Russian translation
git-svn-id: trunk@53272 -
|
2016-10-31 22:38:35 +00:00 |
|