Commit Graph

38474 Commits

Author SHA1 Message Date
jesus
99d66ad98d LazReport, fix problem on some long objects some text lines might overflow to footer or might be completly missing (jujibo's report), complements issue #23490
git-svn-id: trunk@39802 -
2013-01-08 08:18:23 +00:00
jesus
741be02a96 LazReport, modified debug info
git-svn-id: trunk@39801 -
2013-01-08 07:57:27 +00:00
juha
a4cebdfafc Converter: Organize and clean method FindMissingUnits. Use original unit name when reporting special cases as missing.
git-svn-id: trunk@39800 -
2013-01-07 19:45:38 +00:00
mattias
c47b6d72a2 lazutils: TranslateUTF8Chars: multibyte with different size replacements
git-svn-id: trunk@39799 -
2013-01-07 16:49:16 +00:00
mattias
d594f5e36a lazutils: TranslateUTF8Chars: multibyte with same size replacements
git-svn-id: trunk@39798 -
2013-01-07 16:12:40 +00:00
maxim
250ae9f3f1 PoChecker: fixed comment
git-svn-id: trunk@39797 -
2013-01-07 13:17:07 +00:00
maxim
0252709b10 PoChecker: Do not select all tests by according checkbox, but only "basic" ones. Do not include search for duplicate strings to this selection as it tends to confuse translators most of the time and usually used only by developers.
git-svn-id: trunk@39796 -
2013-01-07 13:04:30 +00:00
mattias
dbdae2d1c7 lazutils: TranslateUTF8Chars: ascii with delete
git-svn-id: trunk@39795 -
2013-01-07 12:51:47 +00:00
mattias
222d3f6e64 lazutils: TranslateUTF8Chars: plain ascii
git-svn-id: trunk@39794 -
2013-01-07 12:34:37 +00:00
maxim
7e6e68af59 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@39793 -
2013-01-07 12:26:20 +00:00
mattias
a9f38a9a10 codetools: TLinkScanner.CursorToCleanPos: fixed reporting wrongly skipped code for beyond code
git-svn-id: trunk@39792 -
2013-01-06 22:57:41 +00:00
mattias
0a8e0f92ce cody: nicer links
git-svn-id: trunk@39791 -
2013-01-06 22:38:17 +00:00
mattias
0105f2f1c4 anchordocking: todo
git-svn-id: trunk@39790 -
2013-01-06 22:32:36 +00:00
juha
e45915c36c Converter: omit pascalscript units from project, use the Lazarus package
git-svn-id: trunk@39789 -
2013-01-06 22:23:53 +00:00
juha
146edd9711 Converter: add the same package dependency only once
git-svn-id: trunk@39788 -
2013-01-06 22:23:48 +00:00
juha
4d015441b6 Converter: for units omitted from project, add Lazarus Package as a dependency
git-svn-id: trunk@39787 -
2013-01-06 19:18:38 +00:00
mattias
87703369e3 LCL: fixed AsFirst for AddHandler of TCustomForm, TControl and TApplication
git-svn-id: trunk@39786 -
2013-01-06 19:10:21 +00:00
mattias
fce82b284a LCL: TScreen.AddHandlerFormAdded+AddHandlerRemoveForm+AddHandlerActiveControlChanged+AddHandlerActiveFormChanged+AddHandlerFormVisibleChanged: changed default AsFirst to false for consistency
git-svn-id: trunk@39785 -
2013-01-06 19:01:28 +00:00
mattias
31e711a9a4 LCL: TCustomForm.AddHandlerFirstShow+AddHandlerClose+AddHandlerCreate: changed default AsFirst to false for consistency
git-svn-id: trunk@39784 -
2013-01-06 19:00:14 +00:00
mattias
e25cb27f70 LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it
git-svn-id: trunk@39783 -
2013-01-06 18:58:47 +00:00
mattias
62fb47e350 LCL: TMenuItem.AddHandler: changed AsLast to AsFirst for consistency and implemented it
git-svn-id: trunk@39782 -
2013-01-06 18:58:26 +00:00
mattias
7392702afb IDE: update DisplayState when switching tabs via mouse
git-svn-id: trunk@39781 -
2013-01-06 18:50:24 +00:00
mattias
95af5c2088 translations: German: updates from Swen Heinig
git-svn-id: trunk@39780 -
2013-01-06 15:06:16 +00:00
mattias
23762136b6 LCL: published TListBox.ItemIndex, TCheckListBox.ItemIndex
git-svn-id: trunk@39779 -
2013-01-06 12:53:48 +00:00
mattias
419a0a3a82 anchordocking: comment
git-svn-id: trunk@39778 -
2013-01-06 12:53:31 +00:00
mattias
489b465793 anchordocking: comment
git-svn-id: trunk@39777 -
2013-01-06 12:31:31 +00:00
mattias
0438d5e258 anchordocking: removed IDE option enabled
git-svn-id: trunk@39776 -
2013-01-06 12:27:48 +00:00
mattias
a86dfa48c1 anchordocking: comment
git-svn-id: trunk@39775 -
2013-01-06 11:54:28 +00:00
mattias
88c2af49d0 IDE: designer: fixed handling deactivate messages
git-svn-id: trunk@39774 -
2013-01-06 11:53:30 +00:00
maxim
69cc8c5905 PoChecker: report error if formatting symbol is at the end of the string and therefore doesn't have its formatting argument
git-svn-id: trunk@39773 -
2013-01-05 20:31:24 +00:00
maxim
16d97f6a60 PoChecker: only report formatting error if translation is present
git-svn-id: trunk@39772 -
2013-01-05 17:27:42 +00:00
maxim
97a96b51f1 PoChecker:
* don't skip formatting errors check even if translated string has no formatting arguments at all;
  * rewrite formatting arguments comparison function in order to make it more robust and detect invalid formatting arguments;
  * report formatting error even if arguments match, but some of them are invalid (only skip the case when original and translated strings exactly match, to not report e.g. '{%Region}' string);
  * regenerated translations, updated Russian translation.

git-svn-id: trunk@39771 -
2013-01-05 17:15:40 +00:00
maxim
a4f6c3035e Translations: Spanish translation update by Lucas Martín, bug #23575
git-svn-id: trunk@39770 -
2013-01-04 19:58:03 +00:00
maxim
b658d2c7f0 PoChecker: fixed Czech translation
git-svn-id: trunk@39769 -
2013-01-04 19:21:21 +00:00
maxim
e66fe290fa Updated Russian translation
git-svn-id: trunk@39768 -
2013-01-04 19:12:23 +00:00
mattias
895fb44375 anchordocking: restoretest: scroll
git-svn-id: trunk@39767 -
2013-01-04 18:18:28 +00:00
juha
56d30918e9 Converter default settings: Convert Filesetattr parameters correctly. Issue #23576
git-svn-id: trunk@39766 -
2013-01-04 17:12:25 +00:00
mattias
0f03c7c0ac anchordocking: restoretest: restore zoom
git-svn-id: trunk@39765 -
2013-01-04 15:28:52 +00:00
mattias
63420eef9d anchordocking: restoretest: zoom
git-svn-id: trunk@39764 -
2013-01-04 15:15:41 +00:00
mattias
83842a0123 anchordocking: restoretest: zoom
git-svn-id: trunk@39763 -
2013-01-04 15:08:47 +00:00
martin
b0a41e34b9 SynEdit: OverviewGutter, improved positions of marks
git-svn-id: trunk@39762 -
2013-01-04 13:54:23 +00:00
mattias
054ca147eb cody: view code node info: added Scanner links
git-svn-id: trunk@39757 -
2013-01-03 20:42:28 +00:00
mattias
f66348186c anchordocking: added TAnchorDockLayoutTree.Assign
git-svn-id: trunk@39756 -
2013-01-03 18:35:04 +00:00
mattias
0d543afcbf codetools: more verbosity for fd fail
git-svn-id: trunk@39755 -
2013-01-03 18:34:24 +00:00
mattias
75452dd427 lcl: added TXMLConfigStorage.SaveToStream
git-svn-id: trunk@39754 -
2013-01-03 18:33:53 +00:00
mattias
60bdd54869 codetools: added flag -dVerboseFindDeclarationFail
git-svn-id: trunk@39753 -
2013-01-03 16:30:56 +00:00
ask
16dba85488 TAChart: Support NaNs in TBSplineSeries
git-svn-id: trunk@39752 -
2013-01-03 15:41:58 +00:00
mattias
9b7bd51717 codetools: added flag -dVerboseFindDeclarationFail
git-svn-id: trunk@39751 -
2013-01-03 15:28:07 +00:00
mattias
c60a0830f0 lazutils: docs: moved SplitCmdLineParams
git-svn-id: trunk@39750 -
2013-01-03 14:06:04 +00:00
mattias
8298e344f3 codetools: added flag -dVerboseFindDeclarationFail
git-svn-id: trunk@39749 -
2013-01-03 13:56:50 +00:00