Commit Graph

15452 Commits

Author SHA1 Message Date
juha
93fb04d879 IdeIntf: Harmonize method names in ComponentRef. Use CaseSensitive parameter in IndexOfPageName.
git-svn-id: trunk@52404 -
2016-05-28 19:52:31 +00:00
blikblum
0f8dcb2831 IDE: add const for string parameters in resource handling classes
git-svn-id: trunk@52402 -
2016-05-28 14:42:39 +00:00
maxim
b2605a63b4 POChecker: added total translated/untranslated/fuzzy strings statistics to result report and Graphical Statistics form.
Regenerated translations and updated Russian translation.

git-svn-id: trunk@52401 -
2016-05-27 22:47:40 +00:00
sekelsenmat
2f3f70779c fpvectorial: Adds rsvg-based svg rendering system
git-svn-id: trunk@52400 -
2016-05-27 19:06:34 +00:00
ondrej
5b81517c26 lazutils: add TMethodList enumerators.
git-svn-id: trunk@52398 -
2016-05-27 15:40:19 +00:00
ondrej
f12d1d31f1 codetools: show protected methods after the inherited keyword.
git-svn-id: trunk@52397 -
2016-05-27 15:35:59 +00:00
maxim
7c86c1a6b9 POChecker: fixed typos which prevented loading of window state from config for Results and Graphical Statistics forms
git-svn-id: trunk@52393 -
2016-05-26 21:55:04 +00:00
maxim
d467aa5554 POChecker: show popup menu in Graphical Statistics form only on right mouse button click
git-svn-id: trunk@52392 -
2016-05-26 13:28:45 +00:00
wp
c51bc87bab TAChart: Avoid chart popup menu opening at the end of a pan-drag operation with right mouse button.
git-svn-id: trunk@52391 -
2016-05-25 14:58:28 +00:00
wp
55188988d4 TAChart: Publish event OnContextPopup
git-svn-id: trunk@52389 -
2016-05-25 12:10:07 +00:00
maxim
763e4881c7 POChecker: added ability to open PO file in system PO file editor from Graphical Statistics form (via context menu).
Regenerated translations and updated Russian translation.

git-svn-id: trunk@52387 -
2016-05-24 22:52:53 +00:00
ondrej
28488723c3 anchordocking: remove unneeded IDEIntf dependency.
git-svn-id: trunk@52382 -
2016-05-24 14:15:12 +00:00
ondrej
efbd824ccd DateTimeCtrls: remove IDEIntf dependency from runtime package, add LCLBase
git-svn-id: trunk@52381 -
2016-05-24 11:00:02 +00:00
maxim
735b948b78 DateTimeCtrls: cleaned up missing files from LPK, fixes Lazarus rebuild
git-svn-id: trunk@52379 -
2016-05-23 22:33:02 +00:00
sekelsenmat
65ed3751b2 fpvectorial: Starts inverting the coordinate system for svg to avoid double-conversion (svg 2 fpvectorial 2 canvas)
git-svn-id: trunk@52374 -
2016-05-23 20:32:38 +00:00
ondrej
251c2ec7a1 DateTimeCtrls: split code into run-time and design-time packages.
git-svn-id: trunk@52353 -
2016-05-23 07:40:27 +00:00
wp
86d8a267aa TAChart: Fix missing initialization of glut library in opengl demo.
git-svn-id: trunk@52347 -
2016-05-22 20:53:45 +00:00
wp
cc9413a516 TAChart: Set "AddToUsesPkgSection" flag of TADrawerOpenGL to false (had been changed in r52340 #c3114ad322, resolves issue #0030169)
git-svn-id: trunk@52346 -
2016-05-22 20:29:53 +00:00
ondrej
bd2fb1f4bc IDEIntf: improve set active page in designer on OI selection change.
git-svn-id: trunk@52344 -
2016-05-22 10:51:17 +00:00
ondrej
6b94a5fca9 lazutils: less hints
git-svn-id: trunk@52342 -
2016-05-22 10:10:48 +00:00
ondrej
958c53a72e revert r52338 #e26e156a5c
git-svn-id: trunk@52341 -
2016-05-22 10:06:52 +00:00
wp
c3114ad322 TAChart: Fix pen style and pen width in OpenGL drawer.
git-svn-id: trunk@52340 -
2016-05-22 09:24:34 +00:00
wp
11f4b132d1 TAChart: Remove path to TADrawerOpenGl from opengl demo.
git-svn-id: trunk@52339 -
2016-05-22 09:15:35 +00:00
ondrej
e26e156a5c LCL: add CM_OBJECTINSPECTORSELECT message (to handle OI selection change). Implement it for TPageControl and TNotebook.
git-svn-id: trunk@52338 -
2016-05-22 09:01:20 +00:00
juha
e2d6d7b8b3 IdeIntf: Hide procedure RunBootHandlers from IDE plugins. Issue #30154, patch from errno.
git-svn-id: trunk@52337 -
2016-05-20 18:10:21 +00:00
wp
11f4712b8d TAChart: Add missing declaration of PutPixel to TOpenGLDrawer.
git-svn-id: trunk@52335 -
2016-05-20 18:01:04 +00:00
wp
27e59768b3 LazUtils: Extend xml reader to accept encoding name "UTF8" in addition to "UTF-8"
git-svn-id: trunk@52329 -
2016-05-19 20:59:13 +00:00
juha
1236d8fbe8 LCL: Implement WriteVariant for TLRSObjectWriter. Fix variant property editor. Issue #28040, patch from Michal Gawrycki.
git-svn-id: trunk@52328 -
2016-05-19 08:15:02 +00:00
mattias
3582be7963 aggpas: make gpc exception more clear
git-svn-id: trunk@52319 -
2016-05-17 08:18:38 +00:00
maxim
45f631604d Translations: Hungarian translation update by Péter Gábor, bug #30148
git-svn-id: trunk@52315 -
2016-05-16 22:44:17 +00:00
maxim
0f06da03a6 Translations: French translation update by Gilles Vasseur, bug #30136
git-svn-id: trunk@52312 -
2016-05-16 22:25:15 +00:00
ondrej
47bba81e9a IDEIntf: revert r52310 #cac4521b5e. Issue #30143.
git-svn-id: trunk@52311 -
2016-05-15 16:27:37 +00:00
ondrej
cac4521b5e IDEIntf: fix possible regression after r52306 #2b94ec1a7c. Issue #30143
git-svn-id: trunk@52310 -
2016-05-15 16:24:12 +00:00
ondrej
2b94ec1a7c IDEIntf: assign OnClick events in RegisterIDEButtonCommand. Issue #30137
git-svn-id: trunk@52306 -
2016-05-15 07:53:35 +00:00
juha
6a953bde6b Improve Finnish translation a little.
git-svn-id: trunk@52303 -
2016-05-14 12:38:48 +00:00
maxim
9b69c298fd Translations: regenerated translations and updated Russian translation
git-svn-id: trunk@52300 -
2016-05-10 21:42:41 +00:00
martin
b16d3fe006 SynEdit: Clicks on overview gutter. Issue #30012 po files
git-svn-id: trunk@52293 -
2016-05-09 19:17:55 +00:00
martin
6d96f1c167 SynEdit: Clicks on overview gutter. Issue #30012
git-svn-id: trunk@52292 -
2016-05-09 19:17:28 +00:00
blikblum
c3103372dc fpcunit: set unitoutput dir, target filename and testrunner dependency to fpcunit ide project templates
git-svn-id: trunk@52291 -
2016-05-08 16:03:38 +00:00
juha
1a2f15c5a4 Fix compilation in Sparta docked form designer. Broken by r52209 #bb389f40bf.
git-svn-id: trunk@52287 -
2016-05-07 22:57:54 +00:00
juha
567e0bf562 TOpenGLControl: Improve reliability, raise exceptions telling what went wrong. Issue #30099, patch from Denis Golovan.
git-svn-id: trunk@52285 -
2016-05-07 14:11:38 +00:00
ondrej
b7d9f09d50 lazfreetype: fix TFreeTypeFont.CharsPosition for unicode text
git-svn-id: trunk@52283 -
2016-05-05 11:05:49 +00:00
ondrej
b04af8ad35 ide: implement "Open unit" dialog
git-svn-id: trunk@52272 -
2016-05-03 13:36:39 +00:00
ondrej
385bdd0d4e LCL, LazControls: use DoFilterItem in all filter edits.
git-svn-id: trunk@52266 -
2016-05-02 21:57:09 +00:00
martin
20bdf22ce4 SynEdit: comment debugln
git-svn-id: trunk@52263 -
2016-05-01 14:11:10 +00:00
juha
8e9f6b65f5 Revert r51064 #c2f0586120 which fiddled with EditorMacroSript defines.
git-svn-id: trunk@52256 -
2016-04-27 10:54:31 +00:00
juha
26de115dbb Object Inspector: Restore Invalidate removed in r52208 #4e1e1dc645. Grid on Windows needs it. Issue #30062.
git-svn-id: trunk@52255 -
2016-04-27 10:54:25 +00:00
jesus
fbb22d7bea LazReport, Normalize ReportCreateDate and ReportLastChange on saving, patch from Simone Giacomelli, issue #27008
git-svn-id: trunk@52254 -
2016-04-26 20:44:06 +00:00
juha
dab7775724 IdeIntf: comment.
git-svn-id: trunk@52245 -
2016-04-24 14:15:16 +00:00
juha
3a9c90d806 Object Inspector: Update component tree after changing parent. Issue #30051.
git-svn-id: trunk@52243 -
2016-04-24 14:15:09 +00:00