Commit Graph

45869 Commits

Author SHA1 Message Date
mattias
8ac17ca899 codetools: GetIDEDirectives: implemented filter, needed to fix removing all
git-svn-id: branches/fixes_1_4@48337 -
2015-03-14 10:34:29 +00:00
mattias
3b17cceb51 codetools: jvm: has no iinterface
git-svn-id: branches/fixes_1_4@48330 -
2015-03-13 00:27:56 +00:00
mattias
11fd274c95 codetools: fixed parsing class n:t; public in targetcpu=jvm
git-svn-id: branches/fixes_1_4@48327 -
2015-03-13 00:06:19 +00:00
mattias
18139fcda4 codetools: targetcpu jvm: use rtl/java/system.pp
git-svn-id: branches/fixes_1_4@48323 -
2015-03-12 23:42:24 +00:00
mattias
1beeaf066e codetools: fpc src rules: fixed using rules for CPU
git-svn-id: branches/fixes_1_4@48321 -
2015-03-12 23:41:29 +00:00
mattias
be0275fa99 codetools: fixed search in ancestor and search ancestor
git-svn-id: branches/fixes_1_4@48318 -
2015-03-12 23:11:38 +00:00
mattias
047d794823 codetools: fixed searching ancestor class *not* in ancestors (loop) and search it in ancestors of enclosing class
git-svn-id: branches/fixes_1_4@48293 -
2015-03-12 10:26:40 +00:00
mattias
a78a61f0c2 IDE: fixed resolve macros after the actual compiler target were resolved
git-svn-id: branches/fixes_1_4@48291 -
2015-03-12 09:47:52 +00:00
mattias
be48e0892a IDE: when no TargetOS or TargetCPU is empty, use default of compiler instead of IDE
git-svn-id: branches/fixes_1_4@48290 -
2015-03-12 09:46:17 +00:00
mattias
cc0a3054d5 codetools: TFPCTargetConfigCaches.GetDefaultCompilerTarget: update if needed
git-svn-id: branches/fixes_1_4@48289 -
2015-03-12 09:45:47 +00:00
mattias
4d846084c4 codetools: fixed rebuilding nodes when targetcpu changed
git-svn-id: branches/fixes_1_4@48288 -
2015-03-12 09:45:08 +00:00
mattias
f15ba59e59 codetools: implemented parsing jvm class external as no forrward, searching indirect a
git-svn-id: branches/fixes_1_4@48287 -
2015-03-12 09:43:56 +00:00
mattias
dd05e04624 IDE: install a package and cancel rebuild: fixed saving idemake.cfg
git-svn-id: branches/fixes_1_4@48286 -
2015-03-12 09:41:05 +00:00
mattias
79cd6323c1 codetools: fixed loop in FindEnumInContext
git-svn-id: branches/fixes_1_4@48282 -
2015-03-12 00:41:58 +00:00
mattias
18ee0b78a8 IDE: setup dialog: when changing compiler check the compiler again and update targetos/cpu/fpcver
git-svn-id: branches/fixes_1_4@48280 -
2015-03-12 00:32:49 +00:00
mattias
a9fd5b1d8a IDE: resourcestring
git-svn-id: branches/fixes_1_4@48278 -
2015-03-11 23:53:21 +00:00
mattias
ba5b829daa IDE: CheckCompilerQuality: ppcjvm: check for uuchar.ppu instead of classes.ppu
git-svn-id: branches/fixes_1_4@48276 -
2015-03-11 23:41:36 +00:00
mattias
2e32fef865 IDE: invalidate codetools defines when changing target
git-svn-id: branches/fixes_1_4@48267 -
2015-03-11 17:19:07 +00:00
mattias
d4c41dbb6e IDE: use as default target os/cpu the current IDE, fixed passing -P and -T
git-svn-id: branches/fixes_1_4@48263 -
2015-03-11 13:02:43 +00:00
mattias
bcb439a7ef codetools: fixed range check
git-svn-id: branches/fixes_1_4@48261 -
2015-03-11 12:28:40 +00:00
mattias
3fc9fb02c2 IDE: fixed setting IDE as target, ignoring current project settings
git-svn-id: branches/fixes_1_4@48259 -
2015-03-11 12:22:38 +00:00
mattias
27381e34b7 IDE: build IDE: merged calculating parameters
git-svn-id: branches/fixes_1_4@48256 -
2015-03-10 22:49:58 +00:00
mattias
9aa51d6ea4 IDE: clean up
git-svn-id: branches/fixes_1_4@48253 -
2015-03-10 22:01:14 +00:00
mattias
975a35dc8a cairocanvas: fixed compilation under fpc 2.7+ windows
git-svn-id: branches/fixes_1_4@48249 -
2015-03-10 21:06:03 +00:00
mattias
25f749e325 IDE: messages: About: added environment overrides
git-svn-id: branches/fixes_1_4@48244 -
2015-03-10 18:20:52 +00:00
mattias
0cd66ec072 synedit: TSynEdit has no preferred size
git-svn-id: branches/fixes_1_4@48242 -
2015-03-10 17:31:25 +00:00
mattias
0d649e1140 IDE: fpc msg parser: improve unit not found msg: fixed writing ppu file
git-svn-id: branches/fixes_1_4@48215 -
2015-03-10 13:45:13 +00:00
mattias
07cf4c4d85 IDE: fpc msg parser: improve unit not found msg: fixed writing ppu file
git-svn-id: branches/fixes_1_4@48213 -
2015-03-10 13:40:59 +00:00
bart
5b030fae6a TShellTreeView: return empty string in GetPathFromNode if Node is nil (Compatible with Delphi's TShellTreeView.GetPath).
git-svn-id: branches/fixes_1_4@48182 -
2015-03-09 19:08:27 +00:00
mattias
e37f1e46ed lcl: make: added -Sci
git-svn-id: branches/fixes_1_4@48173 -
2015-03-08 18:34:51 +00:00
mattias
482e8fa0ff IDE: make: added -vbqewnhi
git-svn-id: branches/fixes_1_4@48170 -
2015-03-08 18:29:25 +00:00
martin
f336054352 Merged revision(s) 48148 #67ffa45db5 from trunk:
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: branches/fixes_1_4@48149 -
2015-03-05 22:58:52 +00:00
maxim
2e35a42362 Merged revision(s) 48124 #0a0c458e99 from trunk:
IDE, Debugger: regenerated French translation
........

git-svn-id: branches/fixes_1_4@48147 -
2015-03-05 21:40:52 +00:00
maxim
9f01e422d7 Merged revision(s) 48139 #b03737cc9e from trunk:
IDE, field property editor: make sure FieldDefs are updated before gathering the field list, by Tony Whyman, issue #26492
........

git-svn-id: branches/fixes_1_4@48146 -
2015-03-05 21:34:22 +00:00
maxim
2ce308423f Merged revision(s) 48136 #7efeb2a3cc from trunk:
gtk2: fixed av with modal forms. issues #26752,#27577
........

git-svn-id: branches/fixes_1_4@48145 -
2015-03-05 21:33:25 +00:00
maxim
76f554daf9 Merged revision(s) 48134-48135 #44025191b0-#44025191b0 from trunk:
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.)
........
TShellTreeView: don't call SetObjectType in constructor. Part of issue #0027591.
........

git-svn-id: branches/fixes_1_4@48144 -
2015-03-05 21:32:16 +00:00
mattias
02ca60ac1e IDE: package options: provides: fixed layout
git-svn-id: branches/fixes_1_4@48138 -
2015-03-04 22:57:06 +00:00
mattias
8d762c542a IDE: FindProgram: resolve leading ~ under Unix
git-svn-id: branches/fixes_1_4@48133 -
2015-03-04 15:44:48 +00:00
mattias
2dc05fc5fc TShellTreeView: setpath: adjust for the fact that some Windows versions report faHidden on drive roots (e.g. C:\). Second attempt to fix issue #27591
git-svn-id: branches/fixes_1_4@48131 -
2015-03-04 15:29:46 +00:00
mattias
794ad0ac35 TShellTreeView: setpath: only check for hidden dirs in folders below the root. Fixes issue #27591
git-svn-id: branches/fixes_1_4@48130 -
2015-03-04 15:29:20 +00:00
mattias
75846638ed LazFileUtils: fix error in TryCreateRelativePath (it failed e.g with Dest=C:\ and Source=C:\foo), issue #27601
git-svn-id: branches/fixes_1_4@48129 -
2015-03-04 15:26:02 +00:00
mattias
103b55518d LCL, dbgrid, call SelectEditor manually in DatasetScrolled in case row index do not change, based on patch by Luca Olivetti, issue #27232
git-svn-id: branches/fixes_1_4@48118 -
2015-03-03 15:23:09 +00:00
mattias
1eb0885276 codetools: undo 47991, broke many other features
git-svn-id: branches/fixes_1_4@48117 -
2015-03-03 15:01:21 +00:00
mattias
3d0a7c4056 sqldb: fixed license mentioning GPL-2 of unit registersqldb
git-svn-id: branches/fixes_1_4@48115 -
2015-03-03 12:02:53 +00:00
maxim
520a8b792d IDE: removed unneeded string from PO files
git-svn-id: branches/fixes_1_4@48112 -
2015-03-02 22:51:43 +00:00
maxim
73b80b3961 Merged revision(s) 48107-48109 #07c9b30505-#07c9b30505 from trunk:
Translations: French translation update by Gilles Vasseur, bugs #27585, #27587
........
IDE: fixed minor typo, bug #27583
........
IDE: regenerated translations and updated Russian translation (also solves bug #27583)
........

git-svn-id: branches/fixes_1_4@48111 -
2015-03-02 22:40:28 +00:00
maxim
a1e5da0961 Merged revision(s) 48106 #2951a43270 from trunk:
LHelp: i18n and initial Hungarian translation, based on patch by Péter Gábor, bug #27576; also added Russian translation
........

git-svn-id: branches/fixes_1_4@48110 -
2015-03-02 22:37:23 +00:00
mattias
92b0998cb1 examples: removed obsolete OtherUnitFiles
git-svn-id: branches/fixes_1_4@48105 -
2015-03-02 19:04:21 +00:00
mattias
41b5920073 examples: removed obsolete SrcPath
git-svn-id: branches/fixes_1_4@48102 -
2015-03-02 18:58:42 +00:00
mattias
1ac7a65def examples: removed obsolete SrcPath
git-svn-id: branches/fixes_1_4@48100 -
2015-03-02 18:53:06 +00:00