Commit Graph

17222 Commits

Author SHA1 Message Date
juha
b5ce4f63c4 JCF2: Support operators in records. Issue #32942, patch from delfion.
git-svn-id: trunk@56972 -
2018-01-05 21:36:51 +00:00
maxim
6acdb23a08 Components, LCLExtensions: committed automatically regenerated file
git-svn-id: trunk@56971 -
2018-01-05 16:16:51 +00:00
maxim
fba8681f79 Opkman: removed no longer needed VTV translations
git-svn-id: trunk@56970 -
2018-01-05 15:52:27 +00:00
maxim
ab14223c04 VTV: enabled i18n, moved localizations from Opkman, regenerated translations and updated Russian translation
git-svn-id: trunk@56969 -
2018-01-05 15:51:29 +00:00
maxim
42e3e3e670 Translations: regenerated translations
git-svn-id: trunk@56968 -
2018-01-05 15:08:14 +00:00
maxim
7c33223dae LazUtils: if existing item being updated has empty translation, search for possible translation variants just like for newly added item. This should allow to avoid the need to do two regenerations of .po files in a row in some cases.
git-svn-id: trunk@56967 -
2018-01-05 15:07:41 +00:00
balazs
65d289f941 Opkman: Link OPM to VTV from the component folder.
git-svn-id: trunk@56966 -
2018-01-05 14:56:27 +00:00
balazs
581a4a19d4 Opkman: Remove internal VTV.
git-svn-id: trunk@56965 -
2018-01-05 14:55:14 +00:00
balazs
8cb178de2c VTV: Initial commit.
git-svn-id: trunk@56963 -
2018-01-05 09:03:08 +00:00
martin
5a62be57d3 Debugger, GDBMI: fix detecting watchpoint errors
git-svn-id: trunk@56958 -
2018-01-04 23:01:49 +00:00
martin
a53b0342c4 include ide opts, when build gdbmi dbg
git-svn-id: trunk@56957 -
2018-01-04 22:28:32 +00:00
maxim
375c1edea3 LazUtils: when updating translation item, set FModified only when flags are actually modified.
git-svn-id: trunk@56954 -
2018-01-04 15:41:57 +00:00
maxim
50260ae6a6 LazUtils: when updating translation item, always check for formatting arguments and update flags accordingly, because badformat flags are often removed e.g. by poEdit. This change should allow to avoid the need to do two regenerations of .po files in a row in some cases.
git-svn-id: trunk@56953 -
2018-01-04 14:16:17 +00:00
balazs
a398131a54 Opkman: Fix connection timeout bug.
git-svn-id: trunk@56951 -
2018-01-04 12:31:40 +00:00
balazs
de416689cc Opkman: Fix memory leaks in the update feature.
git-svn-id: trunk@56950 -
2018-01-04 10:17:33 +00:00
michl
3886b2f185 IDE: PropertyEditor: Fixed components with published properties of type "interface" does not work. Issue #32919. Patch by Andi Friess
git-svn-id: trunk@56942 -
2018-01-03 21:54:13 +00:00
wp
c216c92b71 rx: Delete files, had been copied to (ccr)/components/rx/trunk(rx_laz on Nov 4, 2017.
git-svn-id: trunk@56941 -
2018-01-03 21:14:46 +00:00
wp
2a5154bef1 TAChart: Accept date/time strings in TListChartSource.DataPoints
git-svn-id: trunk@56940 -
2018-01-03 17:36:12 +00:00
maxim
3d107d6533 LazUtils: when updating translation item, also correctly set BadFormat flag.
git-svn-id: trunk@56939 -
2018-01-03 16:49:09 +00:00
maxim
edac957379 LazUtils: when updating translation item, change its PreviousID only if it was empty or translation item was not fuzzy before update. This allows to keep for translator's reference PreviousID against which this fuzzy translation was made. It helps when some changes get made to already fuzzy translation item.
git-svn-id: trunk@56938 -
2018-01-03 15:49:21 +00:00
maxim
9d91d2c25e Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #32916
git-svn-id: trunk@56934 -
2018-01-03 13:54:02 +00:00
balazs
dd4f78896d Opkman: Re-enable updates from package maintainer's homepage + fix memory leak.
git-svn-id: trunk@56933 -
2018-01-03 13:52:02 +00:00
ondrej
129140c672 IDE: Desktops: save ObjectInspector grid splitter and info panel properties.
git-svn-id: trunk@56913 -
2018-01-02 05:36:42 +00:00
ondrej
c038b06190 IDE: Remove IDE Options -> Environment -> Windows -> Window Positons. Issue #29742
git-svn-id: trunk@56907 -
2018-01-01 20:26:46 +00:00
wp
5d273b98d3 mrumenu: New Hi-DPI component palette icon (by Roland Hahn)
git-svn-id: trunk@56902 -
2018-01-01 17:53:01 +00:00
wp
8263f9c4ca dbexport: New Hi-DPI palette icons by Roland Hahn, remove old xpm icons
git-svn-id: trunk@56901 -
2018-01-01 17:51:02 +00:00
wp
51533e9d13 CustomDrawn: new Hi-DPI palette icons (by Roland Hahn)
git-svn-id: trunk@56900 -
2018-01-01 17:39:14 +00:00
juha
ed1cd9335d LazUtils: Add a new function UTF8ProperCase() to unit LazUTF8.
git-svn-id: trunk@56892 -
2017-12-31 08:49:05 +00:00
michl
fc690b742f IDE: Fixed IDE crash after putting a activex control on form. Issue #32375
git-svn-id: trunk@56886 -
2017-12-31 00:24:57 +00:00
juha
cda5c69296 IdeIntf: Don't select anything initially in Collection property editor ListBox.
git-svn-id: trunk@56881 -
2017-12-30 20:23:47 +00:00
juha
1cc6bfbcd1 IdeIntf: Make methods private. Formatting. The usefull changes in issues #32902 and #32903.
git-svn-id: trunk@56873 -
2017-12-30 12:06:13 +00:00
juha
c3e1dc4ad5 Reduce compiler warnings, initialize some uninitialized variables.
git-svn-id: trunk@56869 -
2017-12-29 18:47:51 +00:00
maxim
43438e002a Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #32897
git-svn-id: trunk@56864 -
2017-12-28 23:02:50 +00:00
juha
b561f1b752 IdeIntf: Prevent exception when fetching labels on TDBGridColumnsPropertyEditorForm. Issue #32864, patch from FTurtle.
git-svn-id: trunk@56858 -
2017-12-27 17:48:44 +00:00
maxim
c6d7c228dd LazReport: Cross-Tab component's i18n by Marcelo B Paula, bug #32883, with
some minor changes; regenerated translations and updated Russian 
translation

git-svn-id: trunk@56856 -
2017-12-27 15:24:36 +00:00
juha
cdde763da7 IdeIntf: Get LookupRoot for DefCollection instead of FieldDefs. Works with IndexDefs, too.
git-svn-id: trunk@56855 -
2017-12-27 14:05:25 +00:00
mattias
265412f333 IDE: compiler options: execute before/after: fixed adding text to history lists
git-svn-id: trunk@56854 -
2017-12-27 12:38:41 +00:00
mattias
71b6f936e7 pas2js: clean up
git-svn-id: trunk@56850 -
2017-12-26 10:57:18 +00:00
balazs
4cf2ff9452 Opkman: ShowHintFrm: Allow hint form to work properly under gtk2 too, patch from Michael.
git-svn-id: trunk@56848 -
2017-12-25 21:39:59 +00:00
maxim
7d521c4800 Pas2JS: moved resource strings from pjsdsgnregister.pas to
strpas2jsdesign.pp, regenerated translations and updated Russian 
translation

git-svn-id: trunk@56847 -
2017-12-25 16:03:23 +00:00
maxim
7c00861fb5 Opkman: improved Russian translation
git-svn-id: trunk@56846 -
2017-12-25 14:46:24 +00:00
maxim
ac9a18e2eb Pas2JS: added Russian translation
git-svn-id: trunk@56845 -
2017-12-25 14:38:25 +00:00
maxim
80918d2b98 Pas2JS: removed one redundant translation string
git-svn-id: trunk@56844 -
2017-12-25 14:28:14 +00:00
balazs
bed7ec4fc7 Opkman: ShowHintFrm: memo height was incorrectly calculated under GTK.
git-svn-id: trunk@56838 -
2017-12-24 13:15:23 +00:00
wp
adab84ef29 LazReport: New HiRes palette icons (by Roland Hahn)
git-svn-id: trunk@56836 -
2017-12-23 21:57:33 +00:00
balazs
cb04d0f86f Opkman: ShowHintfrm: Adjust memo height according to it's content.
git-svn-id: trunk@56830 -
2017-12-23 19:43:42 +00:00
michael
306bfa36c4 * Add Debug Window dialog showing the number of running webserver processes
git-svn-id: trunk@56827 -
2017-12-23 15:28:26 +00:00
michael
6add3b79ed * Fix bug #32870. Starting webserver to run the project now works
git-svn-id: trunk@56825 -
2017-12-23 11:51:27 +00:00
ondrej
0cfcc26fcf LazReport: fix FPC 3.1.1 changes. Issue #32812, patch by Lagunov Aleksey
git-svn-id: trunk@56824 -
2017-12-23 07:14:52 +00:00
balazs
37c23339cf Opkman: OptionsFrm, ColorsFrm: Small GUI tweak.
git-svn-id: trunk@56823 -
2017-12-23 06:35:18 +00:00