Commit Graph

59023 Commits

Author SHA1 Message Date
zoran
2a396aa137 DateTimePicker: Prevent calling change when user start editing and date was null and not yet updated to valid date
git-svn-id: trunk@63264 -
2020-06-01 22:05:39 +00:00
maxim
5a32b9dc2e Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #37162
git-svn-id: trunk@63263 -
2020-06-01 21:40:02 +00:00
wp
bc73c3cae4 Graphics: Fix misleading parameter names in comment headers of TCanvas.Arc and .RadialPie
git-svn-id: trunk@63262 -
2020-06-01 21:32:57 +00:00
martin
e6702de323 Win32, PageControl: remove white flicker when switching tabs. Issue #0037161 Patch by BrunoK
git-svn-id: trunk@63261 -
2020-06-01 19:05:59 +00:00
maxim
815371c9aa LCL: updated Russian translation
git-svn-id: trunk@63260 -
2020-05-31 22:32:42 +00:00
martin
ec643a2cb2 SynEdit: Clean up compiler hints
git-svn-id: trunk@63259 -
2020-05-31 14:20:57 +00:00
dmitry
a98a4e9c28 cocoa: adding an ability to avoid reordering windows on app actication
git-svn-id: trunk@63258 -
2020-05-31 05:07:37 +00:00
dmitry
1c8f242dab cocoa: cleaning up dialog used units. Hidding Tags selection as unsupported by LCL. using the new resoruce contsant string (for localization). Adding explicit retain and release for a file dialog for OSX10.6 and earlier. As suggested by Apple docs
git-svn-id: trunk@63257 -
2020-05-31 03:47:59 +00:00
dmitry
fb02c076c3 cocoa: adding showsTagField props to NSSavePanel class
git-svn-id: trunk@63256 -
2020-05-31 02:15:51 +00:00
dmitry
5b58a7d20c cocoa: adding a new resource string to display on file open dialog
git-svn-id: trunk@63255 -
2020-05-31 01:49:37 +00:00
dmitry
84daf73dce cocoa: fix the file type selected index reported to LCL
git-svn-id: trunk@63254 -
2020-05-30 22:35:38 +00:00
dmitry
c2955d01ee lcl: reinstating Readonly property for ComboBox with a new meaning of TEdit-like Readonly. Implementation is provided for Win32, Qt5, Gtk2 and Cocoa
git-svn-id: trunk@63253 -
2020-05-30 17:48:43 +00:00
dmitry
3aa1056043 docs: updating combobox.readonly property documentation
git-svn-id: branches/comboboxreadonly@63252 -
2020-05-30 17:42:44 +00:00
wp
102cb0b364 LCL/Win32: Fix drawing artefacts of ComboBox in Windows when style is csSimple and static listbox is visible. Issue #37129, patch by Jamie Philbrook.
git-svn-id: trunk@63251 -
2020-05-30 16:13:11 +00:00
zoran
6e4dbe9fd0 DateTimePicker: change declaration of NullDate - Math.MaxDouble declaration changed in fpc 3.2, and in some corner cases can make problems (mantis #37087). So, we'll just keep using 1.7e+308 (which was Math.MaxDouble in fpc 3.0.4).
git-svn-id: trunk@63250 -
2020-05-30 15:12:22 +00:00
martin
668ee99dd1 FpDocView, SourceEditor: Prevent loosing MouseCapture while user selects text with mouse. Issue #0037150
git-svn-id: trunk@63249 -
2020-05-29 16:52:36 +00:00
juha
03e92d0d2c fpWeb: Remove duplicate resource images.
git-svn-id: trunk@63248 -
2020-05-29 08:45:19 +00:00
dmitry
e5dd3bb2c6 cocoa: update handling of isRunning flag in NSApplication, for the proper modal window passing focus back to the calling window. (partial rework of r62707 #64e40526df)
git-svn-id: trunk@63247 -
2020-05-29 04:46:01 +00:00
dmitry
9ce582e416 cocoa: implementing readonly for combobox
git-svn-id: branches/comboboxreadonly@63246 -
2020-05-29 02:04:04 +00:00
maxim
001d9849ac InstantFPC: added missing periods, regenerated translations and updated Russian translation
git-svn-id: trunk@63245 -
2020-05-28 22:10:44 +00:00
maxim
c5801c4689 FPCUnit: regenerated translations and updated Russian translation
git-svn-id: trunk@63244 -
2020-05-28 21:59:00 +00:00
maxim
20fa70809e FPWeb: changed forgotten resource string, regenerated translations and updated Russian translation
git-svn-id: trunk@63243 -
2020-05-28 21:50:51 +00:00
michl
917aadc2e0 ObjectInspector: Don't clear CompFilterEdit in SetSelection or it will always select the root note in Application.OnIdle. Related to r37349 #2d53c6ccb3. Issue #37149.
git-svn-id: trunk@63242 -
2020-05-28 21:49:21 +00:00
bart
f6a9533a52 Win32: comments regarding issue #0037105.
git-svn-id: trunk@63241 -
2020-05-28 16:44:59 +00:00
dmitry
6c358d11ef qt5: implement combobox readonly
git-svn-id: branches/comboboxreadonly@63240 -
2020-05-28 14:21:42 +00:00
dmitry
02b7d44d7d gtk2: support for combobox readonly
git-svn-id: branches/comboboxreadonly@63239 -
2020-05-28 13:35:12 +00:00
dmitry
dbeeed9c09 win32: implementing combobox readonly property
git-svn-id: branches/comboboxreadonly@63238 -
2020-05-28 12:54:25 +00:00
dmitry
bc8507e6b6 lcl: adding combobox readonly back. The indentation for the property is to work like TEdit.ReadOnly preventing user from editing combobox text field by manipulating the text.
Changes by selecting combobox items are to be allowed

git-svn-id: branches/comboboxreadonly@63237 -
2020-05-28 12:46:33 +00:00
dmitry
b67240c535 feature branch: combobox readonly revise
git-svn-id: branches/comboboxreadonly@63236 -
2020-05-28 12:26:38 +00:00
juha
0d191847d7 LCL: Fix an error in TTreeView mouse selection + some refactoring. Issue #37145.
git-svn-id: trunk@63235 -
2020-05-27 11:58:07 +00:00
juha
1e444d8398 IDE: Show name and description in "New Item" and "New Project" dialogs. Simplifies GetLocalizedDescription methods. Issue #37134.
git-svn-id: trunk@63234 -
2020-05-27 10:30:19 +00:00
juha
5312403ae8 InstantFPC: Use constant "LineEnding" instead of #13 for Format() call. Issue #37134.
git-svn-id: trunk@63233 -
2020-05-26 23:52:24 +00:00
juha
257f842d30 LCL: Improve TTreeView mouse selection. Issue #37145, patch from Joeny Ang.
git-svn-id: trunk@63232 -
2020-05-26 23:24:01 +00:00
ondrej
5be9338540 win32 combobox: disallow setting selection parameters for comboboxes without an editbox to prevent exceptions
git-svn-id: trunk@63231 -
2020-05-26 22:52:57 +00:00
ondrej
a46759822f combobox: fix FSelLength condition in InitializeWnd
git-svn-id: trunk@63230 -
2020-05-26 22:51:35 +00:00
ondrej
d8adb758e5 ComboBox: implement TComboBoxStyle.SetEditBox
git-svn-id: trunk@63229 -
2020-05-26 22:42:13 +00:00
ondrej
ef8d6a825e ComboBox: implement TComboBoxStyle.IsOwnerDrawn and .IsVariable and use them instead of the in [] syntax
git-svn-id: trunk@63228 -
2020-05-26 22:25:15 +00:00
bart
a8d3315c24 Win32: fix TBitBtn not showing glyph and caption after r62947 #c6a922e9c2. Issue #0037105. Also properly fixes the original issue #0036678. Patch by Anton Kavalenka.
git-svn-id: trunk@63227 -
2020-05-26 21:56:26 +00:00
juha
c516e2543c IDE: Show frames and datamodules correctly in menu with option "Window menu shows designed form's name instead of caption". Issue #37138, patch from FTurtle.
git-svn-id: trunk@63226 -
2020-05-26 21:55:06 +00:00
ondrej
1c63f54328 ComboBox: more fixes with TComboBoxStyle.HasEditBox
git-svn-id: trunk@63225 -
2020-05-26 21:53:31 +00:00
ondrej
34e6f40639 ComboBox: implement TComboBoxStyle.HasEditBox as a replacement for the old and removed TCustomComboBox.ReadOnly property
git-svn-id: trunk@63224 -
2020-05-26 21:30:13 +00:00
michael
18d6e48e90 * Syntax error fixed in non-wince branch
git-svn-id: trunk@63223 -
2020-05-26 16:57:52 +00:00
maxim
de89fb1f38 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@63222 -
2020-05-25 22:19:04 +00:00
jesus
f107619061 LazReport: moved printer initial setup out of unit's initialization, patch from Zdravko Gabrovski with changes, fix issue #37065
git-svn-id: trunk@63221 -
2020-05-25 16:57:23 +00:00
wp
254e43bb4f LCL/Calendar: Remove option dsStartMonday from Calendar.DisplaySettings and replace it by Delphi-compatible Calendar.FirstDayOfWeek
git-svn-id: trunk@63220 -
2020-05-25 14:16:57 +00:00
wp
0b121ff6fe WinCE: Fix compilation of LCL due to property TCustomCombobox.ReadOnly not existing any more.
git-svn-id: trunk@63219 -
2020-05-25 14:04:07 +00:00
michl
2bdfd2f614 SpartaDockedFormEditor: Make form resizable again on Windows after r61997 #a5cca7c662. Issue #36127
git-svn-id: trunk@63218 -
2020-05-25 13:12:58 +00:00
martin
aefa3215f8 IDE, SynEdit: New options for auto scroll on edit
git-svn-id: trunk@63217 -
2020-05-23 22:54:52 +00:00
martin
6ad0380fb1 SynEdit: Enhanced horiz scrolling, when reaching border while typing/backspacing
git-svn-id: trunk@63216 -
2020-05-23 22:54:50 +00:00
wp
c97a2a7c76 TAChart: Fix AreaSeries crashing when y of first or last data point is NaN.
git-svn-id: trunk@63215 -
2020-05-23 21:56:28 +00:00