Commit Graph

42638 Commits

Author SHA1 Message Date
mattias
25716f17e3 IDE: fixed extracting custom compiler options from active project
git-svn-id: trunk@44339 -
2014-03-04 11:27:06 +00:00
mattias
630b9a4efd IDE: fixed typo, bug #25816
git-svn-id: trunk@44338 -
2014-03-04 09:11:12 +00:00
zoran
26b20e2946 datetimectrls - AutoAdvance defaults to True
git-svn-id: trunk@44337 -
2014-03-04 04:34:20 +00:00
zoran
58e0398461 datetimectrls - prevent calendar drop when day is not shown
git-svn-id: trunk@44336 -
2014-03-04 04:26:23 +00:00
mattias
02b09d18e6 IDEIntf: form designer: added AddClicked hook, called whenever the user selected a component class and clicked on the designer to add a new component
git-svn-id: trunk@44335 -
2014-03-03 20:03:24 +00:00
jesus
ca052fe4aa LCL, fix DbImage leak if stream is empty, slightly modified from Stratis Aravias patch in issue #25750
git-svn-id: trunk@44334 -
2014-03-03 19:17:50 +00:00
mattias
d0d17505d9 IDE: build IDE: use default compiler, not compiler of project
git-svn-id: trunk@44333 -
2014-03-03 09:58:07 +00:00
mattias
45e9bd0b9c IDEIntf: added TAbstractIDEOptions handler destroy
git-svn-id: trunk@44332 -
2014-03-03 09:47:13 +00:00
mattias
bc1ecef605 lazutils: TMethodList: added AllowDuplicates, default false
git-svn-id: trunk@44331 -
2014-03-03 09:46:31 +00:00
martin
483139f4fb FPDebug: refactor, renamed some classes
git-svn-id: trunk@44330 -
2014-03-02 21:58:15 +00:00
mattias
0d6f31cc8a IDE: clean up
git-svn-id: trunk@44329 -
2014-03-02 21:23:03 +00:00
mattias
79d0bce2d6 IDE: clean up
git-svn-id: trunk@44328 -
2014-03-02 21:22:13 +00:00
mattias
bcaf4e5eed IDE: clean up
git-svn-id: trunk@44327 -
2014-03-02 21:20:40 +00:00
maxim
9f11b0a9f6 IDE: improved Russian translation
git-svn-id: trunk@44325 -
2014-03-02 16:41:10 +00:00
mattias
dbbc33545b lplupdate: fixed svn mv command
git-svn-id: trunk@44323 -
2014-03-02 16:26:52 +00:00
zeljko
fc0b1bc033 carbon: fixed crash with overrided InsertItem() with fpc > 2.6.2
git-svn-id: trunk@44316 -
2014-03-02 12:28:25 +00:00
zeljko
934bfc66e3 Qt: fixed crash with fpc-2.6.4
git-svn-id: trunk@44315 -
2014-03-02 12:17:21 +00:00
zeljko
7767d83380 fpdebug: make fpdebug compileable for non mswindows targets.
git-svn-id: trunk@44314 -
2014-03-02 10:17:52 +00:00
martin
ee0df892d8 LazUtils: helper for refcnt object
git-svn-id: trunk@44313 -
2014-03-02 02:22:18 +00:00
martin
09f97f2afd FPDebug: refactor
git-svn-id: trunk@44312 -
2014-03-02 02:14:44 +00:00
mattias
45c47d090f IDE: build IDE: do not pass -FE when building to default dir, pass -o when targetfilename differs from default
git-svn-id: trunk@44311 -
2014-03-01 21:20:44 +00:00
martin
f2745c8af3 FPDebug: disable wrong caching / refactor
git-svn-id: trunk@44310 -
2014-03-01 19:38:20 +00:00
martin
a8be1a3d8a FPGDBMIDebugger: check obj initialized
git-svn-id: trunk@44309 -
2014-03-01 19:37:01 +00:00
mattias
8497743a6a IDEIntf: ListDataSourceFields
git-svn-id: trunk@44308 -
2014-03-01 16:19:24 +00:00
martin
ea1e624deb Debugger: Inspector, accept extended types from fpdebug
git-svn-id: trunk@44307 -
2014-03-01 14:34:39 +00:00
mattias
874de17967 codetools: fixed IsFPCExecutable checking exe extension
git-svn-id: trunk@44306 -
2014-02-28 20:57:31 +00:00
mattias
6bbcd8740a IDE: designer: change parent: do not allow children of inlined components, do not allow to move to nested components
git-svn-id: trunk@44299 -
2014-02-28 18:32:28 +00:00
martin
0335ddab2a Installer, Win: do not append lazarus do user chosen install dir. issue #0025796
git-svn-id: trunk@44298 -
2014-02-28 17:58:08 +00:00
martin
4ea228a9e3 LazLogger: fixed logfile with relative path
git-svn-id: trunk@44296 -
2014-02-28 17:42:19 +00:00
mattias
1489dc5cb6 IDE: more details why the IDE does not like the compiler file
git-svn-id: trunk@44295 -
2014-02-28 17:29:04 +00:00
martin
4c8bf0291a LazLogger: fixed logfile with relative path
git-svn-id: trunk@44293 -
2014-02-28 17:06:01 +00:00
mattias
4fdcc812d9 IDE: show error if compiler is not fpc
git-svn-id: trunk@44292 -
2014-02-28 14:05:45 +00:00
mattias
0f9dddfecb IDE: fpc info: use -Xp and -V
git-svn-id: trunk@44291 -
2014-02-28 13:52:26 +00:00
mattias
e595122eae codetools: clean up
git-svn-id: trunk@44290 -
2014-02-28 13:40:07 +00:00
mattias
0f252ce423 IDE: using -Xp and -V as keys for cache of fpc settings
git-svn-id: trunk@44289 -
2014-02-28 13:38:12 +00:00
juha
4b4d589d8c IDE: in Find/Replace dialog, remove AutoSize from OptionsGroupBox. On Windows the size was wrong when the lowest checkbox was disabled.
git-svn-id: trunk@44287 -
2014-02-28 10:12:07 +00:00
sekelsenmat
cb58ec84c0 fpvectorial: Initial implementation of text support in ODG
git-svn-id: trunk@44286 -
2014-02-28 08:33:21 +00:00
martin
62f45fec3a Installer, Win: update deleted/moved file list
git-svn-id: trunk@44284 -
2014-02-28 05:38:56 +00:00
martin
ee9e84a0d1 Installer, Win: update deleted/moved file list
git-svn-id: trunk@44283 -
2014-02-28 05:34:55 +00:00
martin
c6763d342d Installer, Win: update deleted/moved file list
git-svn-id: trunk@44282 -
2014-02-28 02:34:16 +00:00
jesus
5f2c42d8c1 LazReport: Patch from Alexey Lagunov:
1. In frVarible removed unnecessary manipulation of memory with PString
2. To export filters can now be controlled via the function Setup. In the future we plan to implement the export options window for some of
the filters.
3. In a script bug fixed constants for color. Uses all standard colors Lazarus ( previously only 16 colors ).
4. In the script added constants and mrOk mrCancel. You can use the built-in function for MessageBox.
5. The script Fixed bug with setting object properties in the case of several pages in the report.
6. Fixed a bug report from the designer view - did not work identified in the program of event report.

git-svn-id: trunk@44281 -
2014-02-27 17:59:34 +00:00
mattias
db8dcbf0f9 IDEIntf: comments
git-svn-id: trunk@44280 -
2014-02-27 13:50:30 +00:00
mattias
ad284bb8ab IDE: debug componentstate
git-svn-id: trunk@44279 -
2014-02-27 12:49:45 +00:00
mattias
dabd5d7e4c lazutils: fixed dbgs(TComponentState)
git-svn-id: trunk@44278 -
2014-02-27 12:43:34 +00:00
mattias
6c43d476c4 IDEIntf: fixed ControlAcceptsStreamableChildComponent, allow inherited forms, do not allow nested components or any child of nested component
git-svn-id: trunk@44276 -
2014-02-27 10:37:14 +00:00
mattias
f656b58c53 IDE: comment
git-svn-id: trunk@44275 -
2014-02-27 10:36:22 +00:00
mattias
632f4c9629 IDE: use IDEMessageDialog
git-svn-id: trunk@44274 -
2014-02-27 10:15:06 +00:00
mattias
f0fcc99346 IDE: lazconf for openbsd
git-svn-id: trunk@44273 -
2014-02-27 07:45:35 +00:00
mattias
b641e949dc codetools: fixed parsing var n:t platform=1
git-svn-id: trunk@44271 -
2014-02-26 22:42:10 +00:00
martin
fd8f2c1da7 FPDebug: mem leak
git-svn-id: trunk@44270 -
2014-02-26 22:40:55 +00:00