Commit Graph

25037 Commits

Author SHA1 Message Date
maxim
1c60a65b18 Portuguese translation updates and improvements from Marcelo B Paula, part of bug #16484; regenerated other translations.
git-svn-id: trunk@25463 -
2010-05-16 13:48:18 +00:00
dmitry
080e2acda3 carbon: implemented pasting images from system clipboard to LCL
git-svn-id: trunk@25462 -
2010-05-16 13:48:02 +00:00
mattias
7e3ca2686a LCL: AlignControls uses logical clientrect, FAdjustClientRectRealized was visible, maybe fixing loop on win32 intf
git-svn-id: trunk@25461 -
2010-05-16 13:44:40 +00:00
mattias
6be124b946 IDE: fixed crashing componenttreeview while destroying components
git-svn-id: trunk@25460 -
2010-05-16 13:28:25 +00:00
mattias
6f703c73b1 IDE: reduced debugging
git-svn-id: trunk@25459 -
2010-05-16 12:02:03 +00:00
mattias
01aa7b2e38 LCL: added -dVerboseWidgetSizing
git-svn-id: trunk@25458 -
2010-05-16 11:52:48 +00:00
mattias
811e84764c IDE: removed TComponentInterface
git-svn-id: trunk@25457 -
2010-05-16 11:41:42 +00:00
zeljko
b9d8f1fc2f Qt: added internal HASX11 define.It is used internally in qtlcl instead of IFDEF LINUX since X11 can be on FreeBsd or NetBsd.
git-svn-id: trunk@25456 -
2010-05-16 10:50:38 +00:00
mattias
d3db3fcfbb IDEIntf: removed TIFormInterface
git-svn-id: trunk@25455 -
2010-05-16 10:45:13 +00:00
mattias
eccc2cda0f codetools: FindExprTypeAsString for function results
git-svn-id: trunk@25454 -
2010-05-16 10:39:22 +00:00
mattias
e0f1d368f3 IDE: on autocompleteblock add do after while/for/foreach
git-svn-id: trunk@25453 -
2010-05-16 09:14:45 +00:00
mattias
7351db06f9 IDE: on autocompleteblock add then after if
git-svn-id: trunk@25452 -
2010-05-16 09:04:33 +00:00
maxim
f2a4eedc28 IDE, options: make height of dividing bevels in 'Editor/Automatic features' tab consistent with other tabs
git-svn-id: trunk@25451 -
2010-05-15 21:51:35 +00:00
zeljko
8c493d95f2 Gtk2: fixed TListBox.TopIndex returning.patch by Evgeny Duryagin, fixes #14613
git-svn-id: trunk@25450 -
2010-05-15 21:39:32 +00:00
zeljko
05f1f285ca Qt: fixed proper restoring of forms in AppRestore (eg. maximized forms)
git-svn-id: trunk@25449 -
2010-05-15 21:27:29 +00:00
zeljko
efdcd83830 Gtk2: minimize & restore designer forms in AppMinimize & AppRestore
git-svn-id: trunk@25448 -
2010-05-15 20:31:05 +00:00
zeljko
15f26949ac Qt: when called appMinimize & appRestore , minimize & restore designer forms too
git-svn-id: trunk@25447 -
2010-05-15 20:26:48 +00:00
maxim
4215ff202e regenerated translations; updated Russian translation
git-svn-id: trunk@25446 -
2010-05-15 20:10:01 +00:00
maxim
5cd1dd7702 IDE: improve Project Inspector (display of preferred package filename) localization
git-svn-id: trunk@25445 -
2010-05-15 20:08:15 +00:00
martin
e325bd69a0 Synedit: adjust default-font for gtk2
git-svn-id: trunk@25444 -
2010-05-15 19:50:41 +00:00
martin
4efab093cf Synedit: improve default-font (check it exists)
git-svn-id: trunk@25443 -
2010-05-15 19:23:12 +00:00
jesus
15ace269d6 LCL, fix toggle checkbox on column on right click, it should be left click, issue #16482
git-svn-id: trunk@25442 -
2010-05-15 19:23:12 +00:00
martin
aa6b21a51f Synedit: improve default-font (check it exists)
git-svn-id: trunk@25441 -
2010-05-15 18:57:55 +00:00
maxim
754af06409 LCL, DefaultTranslator:
1) Fix translation of captions in different forms, but with the same values (don't take first found translation, check also message name) when using PO files.
  2) Create message name according to the rules used for creating it in LRT files after r25431 #99c23d89c7.
  3) Impove code readability.
  4) Cleanup.

git-svn-id: trunk@25440 -
2010-05-15 18:16:07 +00:00
zeljko
9a50186700 Qt: cleanup
git-svn-id: trunk@25439 -
2010-05-15 17:46:40 +00:00
martin
5407544e93 SynEdit: disable anti-aliasing for drawing changes-gutter (better look on carbon) / was rev 25382 #970c7a531c, 25379 #3a1ed7cdf4
git-svn-id: trunk@25438 -
2010-05-15 16:47:48 +00:00
martin
50fec1b33a SynEdit: fix typo
git-svn-id: trunk@25437 -
2010-05-15 16:16:49 +00:00
maxim
11f782cac2 CodePage converter: remove session data from LPI.
git-svn-id: trunk@25436 -
2010-05-15 16:06:58 +00:00
maxim
78db251abd CodePage converter: regenerate translations, remove LRS file.
git-svn-id: trunk@25435 -
2010-05-15 16:01:55 +00:00
mattias
93fcb4b8c6 IDE: fixed cleaning up duplicate packagelinks, implemented preferred packages for projects and packages
git-svn-id: trunk@25434 -
2010-05-15 15:53:43 +00:00
martin
dbae298c42 IDE: added options for highlighting case labels
git-svn-id: trunk@25433 -
2010-05-15 15:49:14 +00:00
martin
82018af2fb SynEdit, Highlighter: added highlight of case-labels
git-svn-id: trunk@25432 -
2010-05-15 15:49:06 +00:00
maxim
99c23d89c7 IDE: fix grid columns localization via .lrt/.po (use TPersistent.GetNamePath for string ID). Bug #15180.
git-svn-id: trunk@25431 -
2010-05-15 15:48:07 +00:00
paul
98777bd9db qt: fix setting default color for a widget
git-svn-id: trunk@25430 -
2010-05-15 15:47:47 +00:00
martin
0273a6983b Synedit: Improved drawing of highlight frames/boxes
git-svn-id: trunk@25429 -
2010-05-15 15:45:38 +00:00
paul
04de1fcdae lcl: call defaulthandler if color=clDefault for wmerasebkgnd
git-svn-id: trunk@25428 -
2010-05-15 15:12:33 +00:00
martin
ebc780e6e8 Ide, Options,: improved Layout for translations
git-svn-id: trunk@25427 -
2010-05-15 15:11:13 +00:00
paul
1b38c456a8 lcl: draw hintwindow with themes if color = clDefault
git-svn-id: trunk@25426 -
2010-05-15 15:07:30 +00:00
paul
112777a442 win32: create form and hint window classes with brush handle (for clDefault support)
git-svn-id: trunk@25425 -
2010-05-15 15:06:48 +00:00
maxim
e039b99d81 IDE: improved general editor options tab layout - now second controls column moves when resizing dialog
git-svn-id: trunk@25424 -
2010-05-15 14:56:47 +00:00
maxim
063270e5fe regenerated translations; updated Russian translation
git-svn-id: trunk@25423 -
2010-05-15 14:36:06 +00:00
martin
8db8ccf782 Synedit-Completion: make end/home key work (independent of ctrl key)
git-svn-id: trunk@25422 -
2010-05-15 14:15:51 +00:00
martin
fa47d74a89 SynEdit: Fixed invalidation issue (intruduced in rev 25320 #8616df2434)
git-svn-id: trunk@25421 -
2010-05-15 14:06:38 +00:00
paul
22ffafbcc9 win32: bring selected page to top on switching
git-svn-id: trunk@25420 -
2010-05-15 13:04:16 +00:00
paul
c66dfcc85c lcl: DoSendPageIndex should set LastChangePageIndex for correct page reporting on page show/hide
git-svn-id: trunk@25419 -
2010-05-15 12:48:30 +00:00
paul
7faf34fbcc win32: use SetWindowPos instead of ShowWindow for page showing/hiding
git-svn-id: trunk@25418 -
2010-05-15 12:47:14 +00:00
mattias
51906d0ce2 LCL: TCanvas.RealizeAntialiasing: do not call changed
git-svn-id: trunk@25417 -
2010-05-15 11:42:47 +00:00
dmitry
403c0fde87 lcl: implement setting amDontCare mode for TCanvas. The actual value set is based on WS.GetLCLCapability
git-svn-id: trunk@25416 -
2010-05-15 11:32:32 +00:00
dmitry
6544ff1533 lcl: fix OpenDocument to use 'open' command for darwin
git-svn-id: trunk@25415 -
2010-05-15 11:25:39 +00:00
sekelsenmat
6b4280a175 Fixes LCLIntf compilation in UNIX
git-svn-id: trunk@25414 -
2010-05-15 08:53:37 +00:00