Commit Graph

50204 Commits

Author SHA1 Message Date
juha
a151ca6a3f LazControls: Add procedure Notification for TListFilterEdit and TListViewFilterEdit. Handles deletion gracefully.
git-svn-id: trunk@53125 -
2016-10-16 19:23:54 +00:00
joost
0c726c9131 * Re-generated and adapted fpmake.pp
git-svn-id: trunk@53124 -
2016-10-16 18:01:27 +00:00
joost
c46441fe7c * Re-generated and adapted fpmake.pp
git-svn-id: trunk@53123 -
2016-10-16 17:25:35 +00:00
juha
4785d293ae Finnish translation for jsonviever and tachart by Seppo Suutarla.
git-svn-id: trunk@53122 -
2016-10-16 12:16:25 +00:00
joost
658c696e81 * Re-generated fpmake.pp, added some resources manually
git-svn-id: trunk@53121 -
2016-10-14 19:32:56 +00:00
joost
6d7e8beb4e * Added wslazdeviceapis to lclbase-package
git-svn-id: trunk@53120 -
2016-10-14 19:30:52 +00:00
mattias
e86e540a69 codetools: fixed ReadAndCompareUsedUnit, bug #30505
git-svn-id: trunk@53119 -
2016-10-14 18:51:19 +00:00
mattias
7b3bc48258 IDE: fixed package macros with dotted unit names, bug #30504
git-svn-id: trunk@53118 -
2016-10-14 18:37:58 +00:00
joost
dd12fca090 * Re-generated fpmake.pp
git-svn-id: trunk@53117 -
2016-10-14 18:37:23 +00:00
mattias
3771df1c24 IDE: open project: when file does not exist, remove from recent list, bug #30555
git-svn-id: trunk@53116 -
2016-10-14 18:22:46 +00:00
mattias
2e697531df codetools: identifier completion: fixed ilcfNeedsDo when as is next token, bug #30703
git-svn-id: trunk@53115 -
2016-10-14 18:11:56 +00:00
mattias
261d36c0b3 IDE: clean up
git-svn-id: trunk@53114 -
2016-10-14 18:11:20 +00:00
mattias
d7351afc81 IDE: clean up
git-svn-id: trunk@53113 -
2016-10-14 18:06:15 +00:00
mattias
d15596f13e IDE: compiler options: -pg gprof added hint that it only works on 32bit
git-svn-id: trunk@53112 -
2016-10-14 17:46:39 +00:00
mattias
76a051e364 IDE: default code templates: use AddSemicolon macro to insert ending semicolon only if needed
git-svn-id: trunk@53111 -
2016-10-14 17:31:51 +00:00
mattias
9dbd2f1f15 IDE: code templates: added macro AddSemicolon
git-svn-id: trunk@53110 -
2016-10-14 17:27:18 +00:00
mattias
8a18022cc5 IDEIntf: menuintf: fixed hiding existing MenuItems
git-svn-id: trunk@53109 -
2016-10-14 17:00:01 +00:00
maxim
b40800c317 IDE: French translation update by Gilles Vasseur, bug #30732
git-svn-id: trunk@53108 -
2016-10-13 22:49:48 +00:00
maxim
1b348cc2b8 IDE, Code Templates dialog: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@53107 -
2016-10-13 22:44:01 +00:00
juha
9078e09305 IDE: Try to solve wrong calculation of main window height in some systems. Calculate in Resizing handler only after IDE has started.
git-svn-id: trunk@53106 -
2016-10-13 14:06:51 +00:00
maxim
ce7e800da1 IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@53105 -
2016-10-12 22:09:37 +00:00
maxim
dbbc611572 IDE, Form editor options: improved 'Change OI on form titlebar click' option caption
git-svn-id: trunk@53104 -
2016-10-12 22:02:28 +00:00
juha
391999a15b IdeIntf: Add FormShow and FormHide handlers also to ActionsEditor form file. Forgotten in r53095 #2ce7ea53c5.
git-svn-id: trunk@53103 -
2016-10-12 20:57:45 +00:00
juha
ec91cfdc9a LCL: Use "out" parameter instead of "var" in Printer.Write() and derivatives. Issue #29950.
git-svn-id: trunk@53102 -
2016-10-12 13:37:37 +00:00
juha
ca343fe6d1 LCL-GTK2: Change the mouse cursor when moving over controls. Issue #30728.
git-svn-id: trunk@53101 -
2016-10-12 12:53:34 +00:00
juha
897ddc96eb LCL-Win32: Throw error when a sorted TCheckListBox item is replaced. Issue #30004, patch from Michl.
git-svn-id: trunk@53100 -
2016-10-12 11:05:07 +00:00
juha
7fc07f3753 LCL-GTK2: Remove tests for "(gtk_major_version = 2) and (gtk_minor_version < 17)". Caused error with backspace on TEdit. Issue #30596.
git-svn-id: trunk@53099 -
2016-10-12 10:45:18 +00:00
juha
37be425708 LCL-GTK2: Remove old GTK2USEDUMMYNOTEBOOKPAGE code. Not needed any more.
git-svn-id: trunk@53098 -
2016-10-12 10:45:13 +00:00
juha
d55fd7d036 IDE: Show form's properties in Object Inspector when clicking its title bar. Issue #17488, patch from Michl.
git-svn-id: trunk@53097 -
2016-10-12 09:17:30 +00:00
juha
0b5d88346b IDE: Support canceling "Close All Other Pages" in Source Editor. Issue #30727, patch from Michl.
git-svn-id: trunk@53096 -
2016-10-12 08:18:42 +00:00
juha
2ce7ea53c5 IdeIntf: Add / remove ActionListEditor handlers for GlobalDesignHook when form is shown / hidden.
git-svn-id: trunk@53095 -
2016-10-11 21:28:51 +00:00
juha
41ea2e0f9e IdeIntf: Sanitize and simplify ActionListEditor code. Don't use for-loop variable after loop. Fix potential bugs.
git-svn-id: trunk@53094 -
2016-10-11 20:04:52 +00:00
bart
78830476ff TCustomTabControl: do not call OnChange when setting PageIndex/TabIndex by code. Issue #0025554.
git-svn-id: trunk@53089 -
2016-10-10 09:00:22 +00:00
juha
94d424d93a IDE: Allow selecting a toolbar of IDE Coolbar config by clicking on its icons. Issue #30713, patch from Silvio Clécio.
git-svn-id: trunk@53088 -
2016-10-09 21:21:40 +00:00
juha
61e72dabdc Menu designer: Add/remove OnDesignerSetSelection handler when window is shown/hidden. Issue #30712, inspired by a patch from Michl.
git-svn-id: trunk@53087 -
2016-10-09 20:13:37 +00:00
wp
738cf3bc30 Examples: Fix merged_cells grid example crashing if OnMergeCells event handler needs cell content (Cells[]).
git-svn-id: trunk@53086 -
2016-10-09 17:46:47 +00:00
bart
821eb9c465 TNoteBook: fix deleting pages. Issue #0030688.
git-svn-id: trunk@53085 -
2016-10-09 14:28:44 +00:00
juha
223f280d3a LCL: Small optimization for ShortcutToText. Issue #30709, patch from Alexey Torgashin.
git-svn-id: trunk@53084 -
2016-10-09 13:12:13 +00:00
juha
8cfa96523a Packager: formatting
git-svn-id: trunk@53083 -
2016-10-09 13:12:08 +00:00
juha
6625ac8e9c Menu designer: Refactor TShadowMenu.AddImageListIcon more.
git-svn-id: trunk@53082 -
2016-10-08 17:44:59 +00:00
juha
4336f9fe8c Menu designer: Refactor, reuse code.
git-svn-id: trunk@53081 -
2016-10-08 11:02:26 +00:00
juha
bd674747c1 Menu designer: Use Invalidate instead of Repaint.
git-svn-id: trunk@53080 -
2016-10-08 11:02:15 +00:00
juha
45e651f472 Menu designer: Don't toggle the Checked state of an AutoCheck menu item. Instead call real item's Click method. Issue #30689.
git-svn-id: trunk@53079 -
2016-10-08 10:23:36 +00:00
juha
0814870e66 LCL: Don't AutoCheck an item in TMenuItem.Click when designing. Simplify condition clauses.
git-svn-id: trunk@53078 -
2016-10-08 10:23:24 +00:00
juha
813f5cb5d7 LCL: Small optimization for TextToShortcut. Issue #30707, patch from Alexey Torgashin.
git-svn-id: trunk@53077 -
2016-10-08 07:15:11 +00:00
hnb
bcc930023d sparta_generics: Use proper constraint for TDictionaryEnumerable (rtl-generics related code)
git-svn-id: trunk@53076 -
2016-10-07 23:23:55 +00:00
mattias
38aaf21a27 translations: German: updates from Swen Heinig
git-svn-id: trunk@53075 -
2016-10-07 12:24:28 +00:00
juha
bb4d3113ac Menu designer: Disable TMenuItemsPropertyEditor. It opened a menu editor window always when selecting a menu item in OI.
git-svn-id: trunk@53074 -
2016-10-07 10:31:42 +00:00
maxim
eccf4247ad IDE: Brazilian Portuguese translation update by Silvio Clécio, bug #30702
git-svn-id: trunk@53073 -
2016-10-06 22:02:11 +00:00
mattias
02b83950b4 IDE: messages window: on linking error make all low urgency messages in front important
git-svn-id: trunk@53072 -
2016-10-06 08:52:17 +00:00