Commit Graph

53817 Commits

Author SHA1 Message Date
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
martin
6f95f40044 IDE, Debugger: fixed name for "step to cursor". Two different names where in use for this.
git-svn-id: trunk@57101 -
2018-01-16 16:25:27 +00:00
dmitry
b2be413ff5 cocoa: updating mapping of clWindow (COLOR_WINDOW) to textBackgroundColor
git-svn-id: trunk@57100 -
2018-01-15 13:04:41 +00:00
juha
b2e65128ee Remove redundant "Assigned(X)" when checking "if X is Txxx". Issue #33030, patch from Vojtech Cihak.
git-svn-id: trunk@57099 -
2018-01-15 10:53:48 +00:00
juha
9bf30fe379 IdeIntf, DBGridColumnsPropertyEditorForm: Simplify FillCollectionListBox etc. Issue #32903, patch from FTurtle.
git-svn-id: trunk@57098 -
2018-01-15 10:53:39 +00:00
dmitry
082a0b0294 cocoa: prevent windows from being released automatically when closed. todo: research cross widgets compatibility
git-svn-id: trunk@57097 -
2018-01-15 03:42:41 +00:00
dmitry
24f8eff6e3 synedit: Changing the clipboard internal Format storage from UINT to TClipboardFormat (PtrUInt)
git-svn-id: trunk@57096 -
2018-01-15 01:27:01 +00:00
maxim
32fa0a2d6e IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@57095 -
2018-01-14 22:07:17 +00:00
dmitry
dd08b79863 cocoa: removing debug lines
git-svn-id: trunk@57094 -
2018-01-14 20:44:49 +00:00
dmitry
1d60042603 cocoa: mouseevents for TextField and SecureTextField
git-svn-id: trunk@57093 -
2018-01-14 20:18:02 +00:00
dmitry
8338ae3194 cocoa: additional mouse events for TCocoaTextView
git-svn-id: trunk@57092 -
2018-01-14 19:49:29 +00:00
dmitry
95c9771015 cocoa: updating hit test for TabControl tab, respecting flipped control
git-svn-id: trunk@57091 -
2018-01-14 19:12:18 +00:00