Commit Graph

53728 Commits

Author SHA1 Message Date
maxim
7a5ac2ef0c IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57151 -
2018-01-26 15:21:31 +00:00
maxim
d570c378c6 IDE: improved wording for force update checkbox in project options i18n
page

git-svn-id: trunk@57150 -
2018-01-26 15:19:33 +00:00
mattias
e568cca991 codetools: TBaseKeyWordFunctionList: do not sort on add
git-svn-id: trunk@57149 -
2018-01-26 09:42:38 +00:00
mattias
eb52382d06 codetools: TBaseKeyWordFunctionList: fixed resorting
git-svn-id: trunk@57148 -
2018-01-26 09:39:23 +00:00
juha
cfb33a15c7 LCL-Win32: Fix hints in mainmenu's submenus. Issue #33070, patch from Serge Anvarov.
git-svn-id: trunk@57147 -
2018-01-25 11:13:17 +00:00
maxim
47ca6a4009 LazUtils: removed unused constant from translations.pas
git-svn-id: trunk@57146 -
2018-01-25 00:02:34 +00:00
maxim
d6eb226fad POChecker: restored ability to report duplicate entries (was broken for several years and nobody noticed)
git-svn-id: trunk@57145 -
2018-01-24 23:59:59 +00:00
maxim
768142c2d9 Lazutils: fixed setting fuzzy flags for incorrectly formatted items when translations are regenerated by IDE and introduced Duplicate flag for TPOFileItem (we don't want to use Context for this, because in future it can be set not only for duplicate items)
git-svn-id: trunk@57144 -
2018-01-24 23:54:36 +00:00
maxim
692a019da4 Lazutils: Got rid of separate CheckFormatArguments method and FormatChecked property in TPOFile class. They are useless, because items are already checked for format arguments correctness when CheckFormatArguments is called.
git-svn-id: trunk@57143 -
2018-01-23 23:54:40 +00:00
dmitry
f234188327 cocoa: check and radio change event notification #33063
git-svn-id: trunk@57142 -
2018-01-23 06:56:54 +00:00
wp
88ccde9a8e Examples: In translation_demo provide ukrainian selection in language combo in correct language.
git-svn-id: trunk@57141 -
2018-01-22 00:22:46 +00:00
maxim
677bdad6b6 Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #33060
git-svn-id: trunk@57140 -
2018-01-21 22:57:34 +00:00
maxim
f0d23f46c7 Lazutils: deprecated TPOFile.Add method. FillItem should be used from now on.
git-svn-id: trunk@57139 -
2018-01-21 22:48:54 +00:00
maxim
b7f1c99d2b Lazutils: refactored code for adding/updating items in order to remove code duplication (TPOFile.Add method call was always preceded by search for duplicate item). This change introduces FillItem method which effectively renders Add method obsolete.
git-svn-id: trunk@57138 -
2018-01-21 22:35:50 +00:00
dmitry
e3176d0801 ide. using MacOSX keys scheme by default for any Darwin, rather than for LCLCarbon specifically. #33045
git-svn-id: trunk@57137 -
2018-01-21 06:39:56 +00:00
dmitry
dbfda52cb2 cocoa: reacting on the first click of window activation by default for all custom controls. #33034
git-svn-id: trunk@57136 -
2018-01-21 06:25:34 +00:00
dmitry
720f44d579 cocoa: supporting the font rotation information from LOGFONT
git-svn-id: trunk@57135 -
2018-01-21 05:53:11 +00:00
dmitry
79fa547bd1 cocoa: update theme drawing for checkboxes using NSCell
git-svn-id: trunk@57134 -
2018-01-21 05:06:52 +00:00
zeljko
d10bb3f014 Qt: respect TCanvas.AntialiasingMode when trying to use smooth transformations. issue #33011
git-svn-id: trunk@57133 -
2018-01-20 19:32:05 +00:00
zeljko
1d8aa3615d Qt5: respect canvas setting for antialiasing when enabling smooth transformations. issue #33011
git-svn-id: trunk@57132 -
2018-01-20 19:30:51 +00:00
zeljko
784b31cbda Qt5: check if handle is valid, since dangling handle pointer can be around in case of SendMessage() & PostMessage()
git-svn-id: trunk@57131 -
2018-01-20 16:13:41 +00:00
ondrej
3f66eb64a4 win32: don't restrict progress bar height on Vista and newer. Issue #33055
git-svn-id: trunk@57130 -
2018-01-20 11:14:26 +00:00
ondrej
4aed7a9e57 IDE: delete unused icons
git-svn-id: trunk@57129 -
2018-01-20 10:57:49 +00:00
ondrej
f46f474a77 IDE: code browser, code explorer: use new High-DPI icons, issue #33056
git-svn-id: trunk@57128 -
2018-01-20 10:56:23 +00:00
ondrej
427a4f600d IDE: Identifier completion window: default schemes
git-svn-id: trunk@57127 -
2018-01-20 10:43:27 +00:00
ondrej
05e47debeb IDE: Identifier completion window: fix none conditions
git-svn-id: trunk@57126 -
2018-01-20 10:42:54 +00:00
juha
b7d9f7292a Snapshot tool: fix compilation.
git-svn-id: trunk@57125 -
2018-01-20 00:08:08 +00:00
maxim
87ded12b10 IDE: regenerated translations
git-svn-id: trunk@57124 -
2018-01-19 15:34:51 +00:00
ondrej
b5f2b9bf9a IDE: Identifier completion window: remove IdentComplHighlightPrefix option - use color only.
git-svn-id: trunk@57123 -
2018-01-19 13:47:55 +00:00
maxim
e1b8d1ba7c IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57122 -
2018-01-19 13:09:48 +00:00
juha
78bc310072 IDE: Remove LCL dependency from unit DiffPatch.
git-svn-id: trunk@57121 -
2018-01-19 12:12:48 +00:00
juha
1cefe1d894 IDE: Formatting.
git-svn-id: trunk@57120 -
2018-01-19 12:12:42 +00:00
juha
4a92f982c4 LCL: Improve GetKeyShiftState. Issue #33015, patch from AlexeyT.
git-svn-id: trunk@57119 -
2018-01-19 12:03:29 +00:00
ondrej
061300d0d1 IDE: Identifier completion window: lighter default border color
git-svn-id: trunk@57118 -
2018-01-19 07:13:49 +00:00
ondrej
86baae8769 IDE: Identifier completion window: implement customizable colors, issue #29282
git-svn-id: trunk@57117 -
2018-01-19 07:09:42 +00:00
ondrej
3e12ed3bdc IDE: move identifier completion options from editor_codetools_options to codetools_identifiercompletion_options
git-svn-id: trunk@57116 -
2018-01-19 04:56:37 +00:00
mattias
fe9c29b689 IDEIntf: less hints
git-svn-id: trunk@57115 -
2018-01-18 21:23:52 +00:00
mattias
cab4029da6 codetools: fixed rangechecking
git-svn-id: trunk@57114 -
2018-01-18 21:23:38 +00:00
wp
f00551aab4 TAChart: Fix crash if multi-valued lineseries is displayed in legend using styles.
git-svn-id: trunk@57113 -
2018-01-18 08:29:28 +00:00
ondrej
8edfe34677 IDE: add images for r57110 #203b6860ad. issue #32983, patch from regs
git-svn-id: trunk@57112 -
2018-01-18 08:20:06 +00:00
ondrej
a5530300c9 LCL: treeview: fix scroll ranges (were 1px too small)
git-svn-id: trunk@57111 -
2018-01-18 08:16:11 +00:00
ondrej
203b6860ad IDE: identifier completion window: optional icons. issue #32983, patch from regs
git-svn-id: trunk@57110 -
2018-01-18 07:28:56 +00:00
juha
761123c874 IDE: Prevent an AV when completing uses section units. Code added in r57105 #3164be0b8b.
git-svn-id: trunk@57109 -
2018-01-17 15:35:19 +00:00
maxim
9273f606f7 IDE: regenerated translations
git-svn-id: trunk@57108 -
2018-01-17 13:13:48 +00:00
zeljko
87297d581c Qt5: fixed wrong drawing of header under breeze theme.
git-svn-id: trunk@57107 -
2018-01-17 13:08:21 +00:00
zeljko
22f50afec3 Qt: fixed wrong drawing of header under breeze theme
git-svn-id: trunk@57106 -
2018-01-17 13:04:43 +00:00
ondrej
3164be0b8b IDE: identifier completion window: use editor settings to (dis)allow font highlighting
git-svn-id: trunk@57105 -
2018-01-17 07:22:45 +00:00
balazs
afa1c5c035 Opkman: Bug fix: save custom data entered by the user.
git-svn-id: trunk@57104 -
2018-01-17 05:46:09 +00:00
martin
0bcb49ed21 Debugger: Allow pause button to abort auto-continue of breakpoint
git-svn-id: trunk@57103 -
2018-01-16 18:13:40 +00:00
martin
91141381c8 IDE: removed unused caption resource for "run to cursor". Clean up for rev 57101 #6f95f40044
git-svn-id: trunk@57102 -
2018-01-16 16:30:20 +00:00