Commit Graph

39652 Commits

Author SHA1 Message Date
juha
2db3f52443 IDE: Add assignments for classes used by build modes.
git-svn-id: trunk@40837 -
2013-04-18 16:56:29 +00:00
juha
2e6446193d IDE: formatting
git-svn-id: trunk@40836 -
2013-04-18 16:56:23 +00:00
mattias
34906c6a9f lcl: carbon: undo 40684, comboboxes dwere all empty in the IDE
git-svn-id: trunk@40835 -
2013-04-18 12:35:38 +00:00
jesus
6e08b82839 LCL, grids, handle ENTER key on KeyPress instead of on KeyDown to give a change user get it in OnKeyPress, issue #24284
git-svn-id: trunk@40834 -
2013-04-18 07:16:15 +00:00
jesus
3105302469 Lazreport, Patch form Aleksey Lagunov:
1. Fix AV in BeforePrintScript
 2. Fix set Visible:=false in BeforePrintScript for LazReport Dialog forms.

git-svn-id: trunk@40833 -
2013-04-18 03:34:31 +00:00
mattias
88212d1ab2 fpcunit: guitestrunner: handle xml errors
git-svn-id: trunk@40832 -
2013-04-17 08:01:05 +00:00
jesus
2ef3cf5a5c LCL, fix grids not hiding editor in TValueListEditor, issue #24273
git-svn-id: trunk@40831 -
2013-04-17 00:45:31 +00:00
jesus
b565a9a1ee LazReport, removed (sample) report_url session file
git-svn-id: trunk@40830 -
2013-04-16 17:51:44 +00:00
mattias
0103e5c4cb IDE, lazbuild: added macro BuildMode
git-svn-id: trunk@40829 -
2013-04-16 10:51:43 +00:00
juha
378844986e LazUtils: Handle a temporarily non-accessible file in CopyFile function. Issue #24162, patch from Cyrax
git-svn-id: trunk@40828 -
2013-04-16 07:50:07 +00:00
juha
87a68af276 Converter: move a string constant to resource strings
git-svn-id: trunk@40827 -
2013-04-16 07:50:02 +00:00
mattias
3a3877297a IDE: what needs building: fixed showing parameters
git-svn-id: trunk@40826 -
2013-04-15 22:03:06 +00:00
mattias
47609b022c IDE: what needs building: encode special characters in custom options
git-svn-id: trunk@40825 -
2013-04-15 21:57:57 +00:00
mattias
f215fb45f7 IDE: code templates: use tabs and BlockTabIndent
git-svn-id: trunk@40824 -
2013-04-15 21:48:38 +00:00
mattias
c126098b39 IDEIntf: comment
git-svn-id: trunk@40823 -
2013-04-15 11:35:40 +00:00
mattias
2971eecad1 codetools: use GetLineIndent of beautifier
git-svn-id: trunk@40822 -
2013-04-15 10:12:26 +00:00
mattias
f47d8f4577 codetools: code completion: use GetLineIndent of beautifier
git-svn-id: trunk@40821 -
2013-04-15 10:07:23 +00:00
mattias
f1b6abfac5 codetools: stdcodetools: use GetIndentStr of beautifier
git-svn-id: trunk@40820 -
2013-04-15 09:58:00 +00:00
mattias
3c5846fe89 codetools: stdcodetools: use GetLineIndent of beautifier
git-svn-id: trunk@40819 -
2013-04-15 09:53:05 +00:00
mattias
4b82e6e707 codetools: stdcodetools: use GetIndentStr of beautifier
git-svn-id: trunk@40818 -
2013-04-15 09:40:57 +00:00
mattias
1c83932008 codetools: extract proc: use GetIndentStr of beautifier
git-svn-id: trunk@40817 -
2013-04-15 09:23:57 +00:00
mattias
e9156f83de codetools: gather identifiers: use tool beautifier
git-svn-id: trunk@40816 -
2013-04-15 09:14:12 +00:00
mattias
a0f58c4b7d codetools: moved CommentCode to TStdCodeTool
git-svn-id: trunk@40815 -
2013-04-15 09:09:08 +00:00
mattias
5ee76dbc83 codetools: code completion: use GetIndentStr of beautifier
git-svn-id: trunk@40814 -
2013-04-15 09:04:37 +00:00
mattias
fd4d0497fc IDE,IDEIntf: added TSourceEditorManagerInterface.ReIndent, added parameter Beautify to TLazProjectFile.SetSourceText
git-svn-id: trunk@40813 -
2013-04-15 08:31:41 +00:00
jesus
53774998ef Patch form Aleksey Lagunov implementing:
1. In frReport added property BeforePrintScript - script executable before generating the report. 
 2. Added to designer "File" menu an editor for the BeforePrintScript property. 
 3. In the example report_url added an example for BeforePrintScript. 
 4. Process LazReport variables in Tags of all TMemoView objects before creating a report.
 

git-svn-id: trunk@40812 -
2013-04-15 04:46:07 +00:00
jesus
83942fc439 LCL, qt, fix duplicated entries in TListBox, ComboBox and ChecklistBox when compiled with FPC trunk (2.7.1), issue #24059
git-svn-id: trunk@40811 -
2013-04-14 22:15:44 +00:00
jesus
534dfef951 LazReport, replaces StoreInDFM binary format by StoreInForm XML format, issue #24077
git-svn-id: trunk@40808 -
2013-04-14 19:55:51 +00:00
mattias
28f7611143 IDE: reindent new unit pascal
git-svn-id: trunk@40807 -
2013-04-14 19:16:51 +00:00
mattias
bf56f3685f tests: added TestReIndent
git-svn-id: trunk@40806 -
2013-04-14 18:45:19 +00:00
mattias
57bb6ad932 codetools: added ReIndent
git-svn-id: trunk@40805 -
2013-04-14 18:45:07 +00:00
mattias
08fd0f6206 anchrodocking: Use csDropDownList for ComboBox
git-svn-id: trunk@40804 -
2013-04-14 15:02:04 +00:00
mattias
e8c90c6b1f IDE: package editor: extend unit/include path: shorten paths that are not sub directories, bug #24272
git-svn-id: trunk@40803 -
2013-04-14 12:13:52 +00:00
mattias
9f28f08acd lazcontrols: lvlgraph: fixed mem leak
git-svn-id: trunk@40802 -
2013-04-14 12:09:05 +00:00
mattias
5245f8fc3a IDE: package graph: update graph after clean up
git-svn-id: trunk@40801 -
2013-04-14 08:48:06 +00:00
mattias
db550fef45 fileutils: fixed header
git-svn-id: trunk@40800 -
2013-04-12 22:35:39 +00:00
sekelsenmat
140415c25d fpvectorial: minor improvements
git-svn-id: trunk@40799 -
2013-04-12 15:53:56 +00:00
mattias
83c6aa7374 LCL: simplify code for fpdoc
git-svn-id: trunk@40798 -
2013-04-12 14:40:01 +00:00
sekelsenmat
ca38c244cf LazDeviceAPIs: Adds an API to read the screen orientation
git-svn-id: trunk@40797 -
2013-04-12 12:59:35 +00:00
sekelsenmat
c48f864fc6 Updates the example Android app now that I learned that only onLoad and onUnload need to be statically exported. Some other very minor fixes.
git-svn-id: trunk@40796 -
2013-04-12 12:58:39 +00:00
jesus
ea7b51a457 LazReport, avoid doing a superfluous call to GetValue if dataset is already EOF in grouped reports
git-svn-id: trunk@40795 -
2013-04-12 07:41:17 +00:00
jesus
b4c8c193ae LazReport, fix grouped report based on user dataset missing some field values, issue #24249
git-svn-id: trunk@40794 -
2013-04-12 07:26:51 +00:00
mattias
925530b425 tests: GuessIndentSize
git-svn-id: trunk@40793 -
2013-04-11 12:20:17 +00:00
mattias
09f8f9e4f4 codetools: started GuessIndentSize
git-svn-id: trunk@40792 -
2013-04-11 11:39:50 +00:00
mattias
f4cb4fec12 IDE: pass BlockTabIndent to codetools
git-svn-id: trunk@40791 -
2013-04-11 11:08:01 +00:00
mattias
501b3263a0 codetools: UseTabs
git-svn-id: trunk@40790 -
2013-04-11 10:58:56 +00:00
mattias
d6cee91c23 IDE: moved creating new unit source to sourefilemanager, it needs editor options
git-svn-id: trunk@40789 -
2013-04-11 10:15:51 +00:00
maxim
03db74c158 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@40788 -
2013-04-10 21:42:53 +00:00
maxim
7c9e3bef61 IDE: localized 'Unneeded dependencies' menu item caption in package graph explorer
git-svn-id: trunk@40787 -
2013-04-10 21:37:58 +00:00
mattias
1fd0efa2e4 IDE: fixed layout
git-svn-id: trunk@40786 -
2013-04-10 20:03:40 +00:00