Commit Graph

36501 Commits

Author SHA1 Message Date
juha
b1a2dfb791 IDE: Add Source/Insert General/MIT Notice. Issue #22151, patch from Reinier Olislagers
git-svn-id: trunk@37466 -
2012-05-30 16:56:55 +00:00
jesus
56bf9efdff LazReport, when date is null return emtpy string instead of invalid date, from Julio Jimenez Borreguero
git-svn-id: trunk@37465 -
2012-05-30 16:35:06 +00:00
martin
b390fae9c0 Help, DBG: New link to wiki for watch properties
git-svn-id: trunk@37464 -
2012-05-30 13:54:56 +00:00
mattias
08414d0f69 IDE: when docked keep IDE caption
git-svn-id: trunk@37463 -
2012-05-30 08:05:25 +00:00
mattias
b4dc5f9ade anchordocking: comments
git-svn-id: trunk@37462 -
2012-05-30 08:02:37 +00:00
mattias
3bfe2eecf6 lcl: TCustomForm.UpdateDockCaption: fixed repair garbage
git-svn-id: trunk@37461 -
2012-05-30 08:01:43 +00:00
maxim
42312bafc2 LeakView: added dbginforeader.pas to package and improved main dialog layout
git-svn-id: trunk@37460 -
2012-05-29 22:45:49 +00:00
maxim
7cae4e4c5d IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@37459 -
2012-05-29 22:14:59 +00:00
maxim
aedf5ac693 LeakView: updated Russian translation
git-svn-id: trunk@37458 -
2012-05-29 22:13:53 +00:00
maxim
e6f3eb494e LazReport: updated Russian translation
git-svn-id: trunk@37457 -
2012-05-29 22:13:24 +00:00
martin
50e5a166c9 DBG: Improved parsing of class structure (for new watch window detail pane)
git-svn-id: trunk@37456 -
2012-05-29 22:04:01 +00:00
martin
bbf31875cd DBG: implemented "Repeat Count" for watches
git-svn-id: trunk@37455 -
2012-05-29 20:46:36 +00:00
jesus
6f93a15f00 LCL, fix dbgrid dragging, issue #21614
git-svn-id: trunk@37454 -
2012-05-29 20:01:20 +00:00
martin
d8b0d0defc SynEdit: Fix goto bookmark and persistent block. Do not clear persistent block
git-svn-id: trunk@37453 -
2012-05-29 16:24:08 +00:00
mattias
0fa5af44a5 IDE: designer selection: emit OnChange before OnChangeProperties
git-svn-id: trunk@37452 -
2012-05-29 11:10:04 +00:00
zeljko
d182302cc7 Qt: fixed wrong SetCapture() under win32. Problem was passed TQtWidget handle instead of underlaying widget winID() which is native handle.
git-svn-id: trunk@37451 -
2012-05-29 10:12:15 +00:00
mattias
fb9c855546 IDEIntf: added TObjectInspectorDlg.EnableHookGetSelection, IDE: designer selection is now stored in TheControlSelection, as OI does not always exist
git-svn-id: trunk@37450 -
2012-05-29 09:42:07 +00:00
mattias
e4298bec55 lcl: comments
git-svn-id: trunk@37449 -
2012-05-29 06:27:51 +00:00
jesus
f1c82d9a6d LazReport, continue work on dialogs and some fixes, for details see issue #22141
git-svn-id: trunk@37448 -
2012-05-29 04:42:31 +00:00
jesus
974b7ca2a6 LazReport, fix crash because of uninitialized variable, issue #22145
git-svn-id: trunk@37447 -
2012-05-29 02:19:41 +00:00
jesus
8dd4e1d1d7 LCL, grids+gtk2, when pressing somekeys like shift introduces '?' in cell, relaed to issue #22056
git-svn-id: trunk@37446 -
2012-05-28 19:40:46 +00:00
martin
e8b7145331 DBG: minor refactor (Watches)
git-svn-id: trunk@37445 -
2012-05-28 18:08:27 +00:00
martin
c319ad6bd8 DBG: Watches, save "Use instance class" to config
git-svn-id: trunk@37444 -
2012-05-28 15:20:17 +00:00
mattias
4ba47f05cb lazbuild: add-package: forbid combine with create-makefile, error code if failed, check package type, load package file, save changed misc options.xml, using FileExistsUTF8
git-svn-id: trunk@37443 -
2012-05-28 14:57:46 +00:00
mattias
d1b708d96f rx: clean up
git-svn-id: trunk@37442 -
2012-05-28 14:57:33 +00:00
mattias
e3961d3827 lazbuild: added option --add-package
git-svn-id: trunk@37441 -
2012-05-28 13:56:49 +00:00
martin
dce6409cc1 DBG: do not set temporary stack = -1 in thread changing. This may cause errors
git-svn-id: trunk@37440 -
2012-05-27 22:59:11 +00:00
martin
44b364786b LeakView: Find addresses from exe (Resolve)
git-svn-id: trunk@37439 -
2012-05-27 22:57:57 +00:00
martin
4bdc01ca57 LeakView: Find addresses from exe (Resolve)
git-svn-id: trunk@37438 -
2012-05-27 22:57:22 +00:00
juha
58ea455548 LCL: for TStringGrid, replace FPC's TXMLConfig with LazUtils' TXMLConfig. Makes further streaming support easier.
git-svn-id: trunk@37437 -
2012-05-27 19:54:16 +00:00
juha
6d009e924d LCL: Implement LoadFromCSVFile and SaveToCSVStream for TCustomStringGrid. Related to issue #22139
git-svn-id: trunk@37436 -
2012-05-27 17:19:36 +00:00
martin
38a49eae3f DBG: Fixed gdb result parser for empty sub-record
git-svn-id: trunk@37435 -
2012-05-27 14:08:50 +00:00
martin
6065637900 LeakView: Find repeated addresses, and complete line info from previous entry
git-svn-id: trunk@37434 -
2012-05-27 12:15:51 +00:00
juha
daf53bbb89 SynEdit: Fix error in GuiTestRunner. Issue #22138, patch from Alexander Strokach
git-svn-id: trunk@37433 -
2012-05-27 08:15:22 +00:00
maxim
e4137548cc JCF: improved localization, regenerated translations and updated Russian translation
git-svn-id: trunk@37432 -
2012-05-26 17:50:09 +00:00
maxim
3e8e2d0c05 LazReport: updated Russian translation
git-svn-id: trunk@37431 -
2012-05-26 17:22:05 +00:00
maxim
2a3ed0c4bc IDE: regenerated translations
git-svn-id: trunk@37430 -
2012-05-26 17:19:25 +00:00
juha
aae5037201 JCF2: Don't show crHourGlass cursor any more when opening parse treeview.
git-svn-id: trunk@37429 -
2012-05-26 11:45:24 +00:00
juha
0824d575c4 JCF2: ask with a MessageDlg before starting converting the editor file. May take long. Issue #22025
git-svn-id: trunk@37428 -
2012-05-26 11:45:18 +00:00
juha
ad7e25634a Packager: Apply the saved layout of AddDirToPkg Dialog
git-svn-id: trunk@37427 -
2012-05-26 08:37:02 +00:00
juha
44d265123c IDE: Save layout of Publish Project Dialog
git-svn-id: trunk@37426 -
2012-05-26 08:36:53 +00:00
juha
4885c85f6f IDE: Save layout of Check LFM Dialog
git-svn-id: trunk@37425 -
2012-05-26 08:36:44 +00:00
juha
15294f2cb3 Debugger: Apply the saved layout of Inspect Dialog
git-svn-id: trunk@37424 -
2012-05-26 08:36:35 +00:00
juha
b448e67ef1 Debugger: Apply the saved layout of Evaluate Dialog
git-svn-id: trunk@37423 -
2012-05-26 08:36:30 +00:00
juha
48d4107e26 IDE: Focus active source editor before executing menu command, did not work with anchordocking. Issue # 22114, modified from patch by Takeda Matsuki
git-svn-id: trunk@37422 -
2012-05-26 07:25:27 +00:00
juha
5fd2bc261d Packager: improve usability of Open Installed Packages dialog.
git-svn-id: trunk@37421 -
2012-05-26 06:50:58 +00:00
jesus
5789006e91 Lazreport, enable text rotation in pdfexport, from Julio Jimenez Borreguero
git-svn-id: trunk@37420 -
2012-05-25 16:59:42 +00:00
ask
e123a13fff TAChart: Add TPublishedIntegerSetTest.TestAsBooleans method
git-svn-id: trunk@37419 -
2012-05-25 13:49:04 +00:00
ask
71d05cc6c6 TAChart: Fix range check using datapoint tool on a chart without series
git-svn-id: trunk@37418 -
2012-05-25 13:48:17 +00:00
vincents
a9097788d4 mac os x installer build script: build lazcontrols before ideintf
git-svn-id: trunk@37417 -
2012-05-25 13:18:05 +00:00