Commit Graph

46092 Commits

Author SHA1 Message Date
mattias
a1c02e40de LCL: TCustomForm: call Paint for designer forms
git-svn-id: trunk@48162 -
2015-03-07 10:35:59 +00:00
mattias
7bfd7e12cc LCL: TPOTranslator constructor with TPOFile, patch #27616 from Simon Ameis
git-svn-id: trunk@48161 -
2015-03-07 10:14:36 +00:00
mattias
88ba0ca4c8 synedit: less notes
git-svn-id: trunk@48160 -
2015-03-07 10:11:02 +00:00
martin
8ab3f3a5d8 LazControls DividerBevel: Styles. Patch by Vojtech Cihak . Issue #0027618
git-svn-id: trunk@48159 -
2015-03-07 03:56:42 +00:00
martin
c740a16492 SynEdit / IDE: add full line selection on line-gutter click
git-svn-id: trunk@48158 -
2015-03-07 02:21:55 +00:00
martin
95fc578439 SynEdit Improve detection of mouse up, related to mouse down pos
git-svn-id: trunk@48157 -
2015-03-06 23:56:33 +00:00
bart
57ec5256cd LCL: update Dutch translation (fix typo).
git-svn-id: trunk@48156 -
2015-03-06 22:48:54 +00:00
bart
9d08b32e1c LCL: update Dutch translation.
git-svn-id: trunk@48155 -
2015-03-06 22:45:33 +00:00
bart
b83671949f LazFileUtils: implement DbgSFileAttr() function.
git-svn-id: trunk@48154 -
2015-03-06 22:02:59 +00:00
juha
9fd01f73ee JCF2: Support ESCAPE button in parse tree form. Issue #27600, patch from Mark Kjornvitch.
git-svn-id: trunk@48153 -
2015-03-06 18:09:07 +00:00
mattias
95c74adaba fpcunit: guitestrunner: scroll to first error after run, patch from Graeme, issue #27613
git-svn-id: trunk@48152 -
2015-03-06 16:25:06 +00:00
martin
c4f6dcb1fa debugger, gdb: improve break conditions for charvalue='a'
git-svn-id: trunk@48151 -
2015-03-06 00:36:52 +00:00
maxim
f44411bd31 IDE: fixed 'Multiline tabs' combobox alignment in 'Tabs and Windows' options page
git-svn-id: trunk@48150 -
2015-03-05 23:36:27 +00:00
martin
67ffa45db5 Fix some Regression from Revision: 47581 Debugger: GDB more fixes for gdb 7.7 and up. Uppercase expressions
Do not modify string literals

git-svn-id: trunk@48148 -
2015-03-05 22:55:58 +00:00
maxim
3fb17dd08e SynEdit: updated Russian translation
git-svn-id: trunk@48143 -
2015-03-05 21:16:05 +00:00
maxim
ed865c9b02 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@48142 -
2015-03-05 21:14:51 +00:00
juha
58163e4f6a IDE: Harmonize the style of spaces more. Issue #27441, patch from Alexey Torgashin.
git-svn-id: trunk@48141 -
2015-03-05 19:03:24 +00:00
juha
09bbaa4174 IDE: Harmonize the style of spaces with ":=". Issue #27441, patch from Alexey Torgashin.
git-svn-id: trunk@48140 -
2015-03-05 17:39:32 +00:00
jesus
b03737cc9e IDE, field property editor: make sure FieldDefs are updated before gathering the field list, by Tony Whyman, issue #26492
git-svn-id: trunk@48139 -
2015-03-05 04:08:14 +00:00
mattias
8785c4b878 IDE: fixed layout
git-svn-id: trunk@48137 -
2015-03-04 22:56:42 +00:00
zeljko
7efeb2a3cc gtk2: fixed av with modal forms. issues #26752,#27577
git-svn-id: trunk@48136 -
2015-03-04 16:40:34 +00:00
bart
002d3acb17 TShellTreeView: don't call SetObjectType in constructor. Part of issue #0027591.
git-svn-id: trunk@48135 -
2015-03-04 16:08:47 +00:00
bart
44025191b0 ShellCtrls: don't raise unspecified exceptions for errors specific to shellctrls. (Not Delphi compatible, but won't break anything, and ShellCtrls isn't very Delphi compatible.)
git-svn-id: trunk@48134 -
2015-03-04 15:48:26 +00:00
mattias
f93f158c57 IDE: FindProgram: resolve leading ~ under Unix
git-svn-id: trunk@48132 -
2015-03-04 15:44:24 +00:00
mattias
a819e545f5 IDE: project: if target file is set and apply conventions is off then always pas -o
git-svn-id: trunk@48128 -
2015-03-04 15:23:38 +00:00
martin
a46cfc71b6 Options / Editor: Allow multiline tab, check capability
git-svn-id: trunk@48127 -
2015-03-04 14:35:03 +00:00
martin
e636205034 Options / Editor: Allow multiline tab, move tab related options to correct frame
git-svn-id: trunk@48126 -
2015-03-04 13:50:08 +00:00
bart
880871e653 TShellTreeView: setpath: adjust for the fact that some Windows versions report faHidden on drive roots (e.g. C:\). Second attempt to fix #0027591.
git-svn-id: trunk@48125 -
2015-03-04 10:32:37 +00:00
maxim
0a0c458e99 IDE, Debugger: regenerated French translation
git-svn-id: trunk@48124 -
2015-03-04 00:21:38 +00:00
martin
b87c34ebfb SynEdit/IDE: Basic Multi-Caret mode
git-svn-id: trunk@48123 -
2015-03-03 23:51:11 +00:00
maxim
c303b4f6c3 LCL: restore translations lost in r48116 #c5128925c6
git-svn-id: trunk@48122 -
2015-03-03 23:46:13 +00:00
bart
bed5f4bc45 TShellTreeView: setpath: only check for hidden dirs in folders below the root. Fixes issue #0027591.
git-svn-id: trunk@48121 -
2015-03-03 20:00:10 +00:00
bart
51a48d7494 LazFileUtils: fix error in TryCreateRelativePath (it failed e.g with Dest=C:\ and Source=C:\foo). Issue #0027601.
git-svn-id: trunk@48120 -
2015-03-03 19:51:20 +00:00
mattias
ddc18db0f9 codetools: undo 47991, broke many other features
git-svn-id: trunk@48119 -
2015-03-03 17:30:43 +00:00
mattias
c5128925c6 IDE: started checking duplicate units
git-svn-id: trunk@48116 -
2015-03-03 13:43:19 +00:00
mattias
2a879e42d4 sqldb: fixed license mentioning GPL-2 of unit registersqldb
git-svn-id: trunk@48114 -
2015-03-03 12:02:30 +00:00
mattias
0b172d9065 IDE: orphaned ppu: add warnings
git-svn-id: trunk@48113 -
2015-03-03 11:51:45 +00:00
maxim
bff933fac5 IDE: regenerated translations and updated Russian translation (also solves bug #27583)
git-svn-id: trunk@48109 -
2015-03-02 22:24:46 +00:00
maxim
2eec8479a2 IDE: fixed minor typo, bug #27583
git-svn-id: trunk@48108 -
2015-03-02 22:22:25 +00:00
maxim
07c9b30505 Translations: French translation update by Gilles Vasseur, bugs #27585, #27587
git-svn-id: trunk@48107 -
2015-03-02 22:01:58 +00:00
maxim
2951a43270 LHelp: i18n and initial Hungarian translation, based on patch by Péter Gábor, bug #27576; also added Russian translation
git-svn-id: trunk@48106 -
2015-03-02 21:48:44 +00:00
mattias
459b8abc10 examples: removed obsolete OtherUnitFiles
git-svn-id: trunk@48104 -
2015-03-02 19:04:04 +00:00
mattias
5d7eba2245 examples: removed obsolete SrcPath
git-svn-id: trunk@48103 -
2015-03-02 18:59:45 +00:00
mattias
6b22a465f7 examples: removed obsolete SrcPath
git-svn-id: trunk@48101 -
2015-03-02 18:57:39 +00:00
mattias
ec28f19074 examples: removed obsolete SrcPath
git-svn-id: trunk@48099 -
2015-03-02 18:52:45 +00:00
mattias
4e22c679d5 IDE: Messages options: added text color
git-svn-id: trunk@48098 -
2015-03-02 18:42:01 +00:00
mattias
72b9421fd2 IDE: source editor command: fixed check focus in sourcenotebook or mainidebar, issue #27165
git-svn-id: trunk@48096 -
2015-03-02 18:12:45 +00:00
mattias
0ea46491f9 IDE: Messages: options: added button to set pastel colors, issue #27582
git-svn-id: trunk@48095 -
2015-03-02 17:59:42 +00:00
mattias
1c0c90a850 IDE: comment
git-svn-id: trunk@48094 -
2015-03-02 17:59:06 +00:00
zeljko
12d74d7a9b Carbon: fixed range check error when setting column width in TListView. Patch by C Western. issue #27581
git-svn-id: trunk@48093 -
2015-03-02 12:39:23 +00:00