Commit Graph

36488 Commits

Author SHA1 Message Date
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
jesus
d557766981 LazReport, add default empty template to report designer 'new...' file menu, issue #22123
git-svn-id: trunk@37416 -
2012-05-25 07:25:01 +00:00
jesus
e0aa4d9ee2 LazReport, move stretchable horizontal line objects according to stetchable band resizing, issue #22028
git-svn-id: trunk@37415 -
2012-05-25 04:36:22 +00:00
jesus
329dac14bd LazReport, fix lrcodereport compile on windows, issue #22058
git-svn-id: trunk@37414 -
2012-05-25 04:18:02 +00:00
jesus
ca0840d1cb LazReport: patch implementing user dialogs and (db)components on report designer at runtime and fixes many bugs, from Aleksey Lagunov, for details see Issue #22087
git-svn-id: trunk@37413 -
2012-05-25 04:10:21 +00:00
juha
ac7e7e1490 Comment fix and formatting
git-svn-id: trunk@37412 -
2012-05-24 23:05:05 +00:00
juha
d3b2123362 Packager: improve layout and anchors in Open Installed Packages Dialog
git-svn-id: trunk@37411 -
2012-05-24 23:04:58 +00:00
jesus
fe2540db24 LCL+LazReport, corrects postscript rotated text and remove lazreport hack that was compensating for that bug, from Julio Jimenez Borreguero
git-svn-id: trunk@37410 -
2012-05-24 19:03:20 +00:00
juha
3313d4cc7b Object Inspector: Make TreeFilterEdit wider and auto-resize it. Issue #22117, patch from Takeda Matsuki
git-svn-id: trunk@37409 -
2012-05-24 18:27:04 +00:00
mattias
857e074bf2 IDE: TMainIDE.DoSourceEditorCommand: improved focus check, bug #22102
git-svn-id: trunk@37407 -
2012-05-24 10:38:39 +00:00
juha
8e395383ce LCL: remove DebugLn from TCustomControlFilterEdit.
git-svn-id: trunk@37406 -
2012-05-23 20:55:51 +00:00
juha
5b73c6f898 Remove old ifdefs from "deprecated" declarations. They don't work with recent compilers
git-svn-id: trunk@37405 -
2012-05-23 20:28:24 +00:00
jesus
2cf7d19da5 LazReport, pdfexport, improves exported page sizes, from Julio Jimenez Borreguero
git-svn-id: trunk@37404 -
2012-05-23 17:05:20 +00:00
mattias
fecde4484b IDE: fixed TUnitInfo.Modified:=false, bug #22096
git-svn-id: trunk@37401 -
2012-05-23 12:07:03 +00:00