Commit Graph

43792 Commits

Author SHA1 Message Date
juha
4b79aadd71 IDE: Implement import / export for compiler options of all build modes.
git-svn-id: trunk@45638 -
2014-06-23 18:51:19 +00:00
juha
e1a399a0e7 IDE: refactoring and cleanup for load/save BuildModes.
git-svn-id: trunk@45637 -
2014-06-23 18:51:12 +00:00
juha
97d35ceb6f IDE: refactor TProject.SaveUnits.
git-svn-id: trunk@45636 -
2014-06-23 18:51:02 +00:00
juha
dd20833f33 IDE: refactor TProjectBuildModes.SaveToXMLConfig.
git-svn-id: trunk@45635 -
2014-06-23 18:50:49 +00:00
juha
314cc9e32f IDE: refactor TProjectBuildModes.SaveToXMLConfig.
git-svn-id: trunk@45634 -
2014-06-23 18:50:42 +00:00
juha
496f5b3bb1 IDE: refactor, remove TProject.SaveBuildModes.
git-svn-id: trunk@45633 -
2014-06-23 18:50:32 +00:00
juha
e87969d7a6 IDE: simplify code for getting package version in compiler options import/export.
git-svn-id: trunk@45632 -
2014-06-23 18:50:18 +00:00
juha
bbbdc686ac IDE: TProject.LoadFromSession is never called with prfLoadParts flag, remove test.
git-svn-id: trunk@45631 -
2014-06-23 18:50:00 +00:00
juha
40a84ea443 IDE: refactor, get rid of TProject.LoadBuildModes.
git-svn-id: trunk@45630 -
2014-06-23 18:49:46 +00:00
juha
b0076d4eca IDE: refactor TProject.LoadBuildModes more.
git-svn-id: trunk@45629 -
2014-06-23 18:49:26 +00:00
juha
345f2fcb2e IDE: refactor TProject.LoadBuildModes. (is the original logic correct?)
git-svn-id: trunk@45628 -
2014-06-23 18:49:14 +00:00
juha
75a6bae773 IDE: refactor, remove useless variable FLoadParts for loading project.
git-svn-id: trunk@45627 -
2014-06-23 18:49:00 +00:00
juha
8973816671 IDE: refactor, separate loading project and session BuildModes.
git-svn-id: trunk@45626 -
2014-06-23 18:48:44 +00:00
juha
f61ce110b2 IDE: refactor loading compiler options for build modes.
git-svn-id: trunk@45625 -
2014-06-23 18:48:25 +00:00
juha
7f873f8ee6 IDE: refactor, separate loading project and session default compiler options for BuildModes.
git-svn-id: trunk@45624 -
2014-06-23 18:48:13 +00:00
juha
2aaeab682e IDE: refactor loading compiler options for BuildModes. Separate default and other modes.
git-svn-id: trunk@45623 -
2014-06-23 18:48:00 +00:00
mattias
521b65bbed IDE: clean up
git-svn-id: trunk@45622 -
2014-06-23 18:32:41 +00:00
mattias
50e6e8ecf9 IDE: clean up
git-svn-id: trunk@45621 -
2014-06-23 16:38:31 +00:00
mattias
e09f10816f IDE: object inspector: show error if integer out of range
git-svn-id: trunk@45620 -
2014-06-23 16:23:51 +00:00
mattias
bf29568adb IDE: fpc msg parser: check package file flag Use Unit
git-svn-id: trunk@45619 -
2014-06-22 16:59:23 +00:00
mattias
ad2d4103c7 IDE: fpc msg parser: check package file flag Use Unit
git-svn-id: trunk@45618 -
2014-06-22 16:55:06 +00:00
bart
08e38d3746 TCustomEdit: Dont set Modified to True in TextChanged when text is set by code. (Issue #0025666)
git-svn-id: trunk@45617 -
2014-06-22 16:38:22 +00:00
mattias
33ebf1adac IDE: added macro LazVer, from Mike Thompson
git-svn-id: trunk@45616 -
2014-06-22 16:27:51 +00:00
mattias
e7656175f0 IDE: project inspector: dnd files
git-svn-id: trunk@45615 -
2014-06-22 12:05:27 +00:00
mattias
70baddad3d IDE: package editor: fixed dnd to directory nodes
git-svn-id: trunk@45614 -
2014-06-22 11:43:34 +00:00
mattias
1d8608aa7f IDE: project inspector: menu item: copy/move file to directory
git-svn-id: trunk@45613 -
2014-06-22 11:07:45 +00:00
bart
bc6d6a987d PoChecker: make CompareFormatArgs a little smarter, so it does not give false errors for strings like e.g.
"Hide message at %s by inserting IDE directive {%H-}"
(Issue #0026360)

git-svn-id: trunk@45612 -
2014-06-22 10:40:00 +00:00
juha
5ca5c5401d IDE: commit automatic changes for lazarus.lpi
git-svn-id: trunk@45611 -
2014-06-22 09:56:56 +00:00
juha
b13cb7de63 IDE: remove Import/Export project options functions from IDEIntf.
git-svn-id: trunk@45610 -
2014-06-22 09:56:32 +00:00
juha
f3d543e261 IDE: add separators around Import/Export buttons in Project options dialog.
git-svn-id: trunk@45609 -
2014-06-22 09:55:48 +00:00
juha
3a7d798fa6 IDE: Revamp the GUI for importing / exporting compiler options.
git-svn-id: trunk@45608 -
2014-06-22 09:55:10 +00:00
juha
750993ff2d IDE: Import / export compiler options, remove Options parameter. Prepare working with BuildModes.
git-svn-id: trunk@45607 -
2014-06-22 09:54:32 +00:00
juha
eef99cf9b7 IDE: Import / export compiler options, use const strings.
git-svn-id: trunk@45606 -
2014-06-22 09:54:01 +00:00
juha
732fcf9725 IDE: refactor loading the default CompilerOptions in BuildModes separately.
git-svn-id: trunk@45605 -
2014-06-22 09:53:36 +00:00
juha
87cbbd926f IDE: Optimize away redundant tests for FLoadParts when loading project.
git-svn-id: trunk@45604 -
2014-06-22 09:53:09 +00:00
mattias
cc0f2b8e77 IDE: jitlist error: show exception message
git-svn-id: trunk@45603 -
2014-06-22 09:31:45 +00:00
mattias
8d3d5b37b4 synedit: fixed compilation, bug #26371, from Reinier Olislagers
git-svn-id: trunk@45602 -
2014-06-22 09:07:32 +00:00
mattias
7abd5e6276 LCL: gtk2: fixed uses section
git-svn-id: trunk@45601 -
2014-06-22 08:57:16 +00:00
mattias
f86ca1636d LCL: gtk2: fixed uses section
git-svn-id: trunk@45600 -
2014-06-22 08:36:02 +00:00
joost
5ca2fb27e0 FpDebugger (pure): If the debugger failed to start, clear TDebuggerIntf.FileName to make sure the state of the debugger is set properly on the next start.
git-svn-id: trunk@45599 -
2014-06-22 08:34:03 +00:00
jesus
4af1d3acba LCL, gtk2, corrects PGtkWidget to Handle conversion under FreeBSD 64bits it fix LazReport AV on showing report designer, issue #26354
git-svn-id: trunk@45598 -
2014-06-22 07:56:31 +00:00
mattias
e36d6f373e IDE: move files: more generic
git-svn-id: trunk@45597 -
2014-06-21 23:11:49 +00:00
mattias
95e940dff4 IDEIntf: using TIDEOwnedFile as common ancestor of TLazPackageFile and TLazProjectFile
git-svn-id: trunk@45596 -
2014-06-21 20:57:14 +00:00
joost
4171928dd9 LazDebuggerFp (pure): Improved handling of step-over/into-line, when a library is loaded, a breakpoint is hit or when stepping out of a procedure.
git-svn-id: trunk@45595 -
2014-06-21 19:10:03 +00:00
mattias
4aec88b1cd IDE: quick fix for No matching implementation for interface method found: show abstracts methods
git-svn-id: trunk@45594 -
2014-06-21 16:02:43 +00:00
mattias
9ddf3d4196 codetools: FindAbstractMethods: search class interfaces
git-svn-id: trunk@45593 -
2014-06-21 15:35:46 +00:00
maxim
c300707e90 CHMHelp: regenerated translations; updated Russian translation
git-svn-id: trunk@45592 -
2014-06-20 22:33:05 +00:00
maxim
a24058e8a7 IDE: fixed typo in string
git-svn-id: trunk@45591 -
2014-06-20 22:02:30 +00:00
joost
843f23eafd LazDebuggerFp (pure): Rewrote/refactored ResolveDebugEvent. As much as possible code moved from the os-specific classes to the general classes. Now TDbgProcess and TDbgThread only handle single-stepping and the handling of breakpoints and exceptions. Other commands (like step-line, step-into-line etc) are implemented as childs of TDbgControllerCmd. All specific handling is done in those classes.
git-svn-id: trunk@45590 -
2014-06-20 15:22:45 +00:00
mattias
7d00cd341d IDE: package editor: move files: use interface
git-svn-id: trunk@45589 -
2014-06-20 11:49:55 +00:00