Commit Graph

52610 Commits

Author SHA1 Message Date
michl
058c0d8e3a LCL: TComboBox: GTK2: Fixed KeyUp and KeyDown react like tab key after revision 55920 #c5e11a9e95. Issue #32458
git-svn-id: trunk@55979 -
2017-10-05 17:55:28 +00:00
juha
323352579d IDE: Use local variable FStringTable instead of global property in ProjectVersionInfo.
git-svn-id: trunk@55978 -
2017-10-05 16:37:05 +00:00
juha
7c6ce88d18 IDE: Improve ProductVersion logic in ProjectVersionInfo. Patch from Dmitry D. Chernov.
git-svn-id: trunk@55977 -
2017-10-05 16:27:53 +00:00
juha
0befe31267 IDE: Remove TLvItem and MainList from ToolBarConfig. It was a useless indirection.
git-svn-id: trunk@55976 -
2017-10-05 13:36:37 +00:00
juha
bc30decf62 LCL: Do not trigger Escape key for a disabled cancel button. Issue #32509, patch from Denis Kozlov.
git-svn-id: trunk@55975 -
2017-10-04 22:43:28 +00:00
juha
38acac9e99 LCL: Improve row selection logic in DBGrid when opening a PopupMenu. Issue #32471, patch from Soner.
git-svn-id: trunk@55974 -
2017-10-04 22:43:27 +00:00
juha
5b79756134 IDE: Do not OwnerDraw the ListView in ToolBarConfig for QT any more. Apparently not needed.
git-svn-id: trunk@55973 -
2017-10-04 22:43:26 +00:00
juha
06714edf26 IDE: Do not search for MainList index in ToolBarConfig, they are always synced. Improve selection logic. Reduce duplicate code. Refactoring.
git-svn-id: trunk@55972 -
2017-10-04 22:43:19 +00:00
wp
d6b6fe9b4b wiki: Fix compilation of wikiget
git-svn-id: trunk@55971 -
2017-10-04 10:48:10 +00:00
juha
a0f92faa73 IDE: In ToolBarConfig ListView select correct item after adding a command. Refactoring, improve identifier names.
git-svn-id: trunk@55970 -
2017-10-04 08:48:46 +00:00
michl
a21c5e4fed IDE: High-DPI icons. Issue #32493 Patch by FTurtle
git-svn-id: trunk@55969 -
2017-10-03 19:06:55 +00:00
juha
48558bcd40 IDE: Fix ProductVersion logic in ProjectVersionInfo. Patch from Dmitry D. Chernov.
git-svn-id: trunk@55968 -
2017-10-03 18:19:51 +00:00
juha
091c73c8e7 Add Pino Toscano to contributors.
git-svn-id: trunk@55967 -
2017-10-03 18:19:31 +00:00
wp
60baefff0d IDE: HiRes icons for System component palette (by Roland Hahn)
git-svn-id: trunk@55966 -
2017-10-03 17:07:05 +00:00
wp
d8655a553a TAChart: Fix crash due to uninitialized function variable OnInitBuiltinTools if unit TATools is not "used".
git-svn-id: trunk@55965 -
2017-10-03 16:02:59 +00:00
maxim
1565f1578c Translations: regenerated German translation
git-svn-id: trunk@55959 -
2017-10-02 22:30:49 +00:00
balazs
2f7641a460 Opkman: Fixed bug related to node unfolding. Issue r32497 #5429c2b84b, reported by AlexeyT.
git-svn-id: trunk@55958 -
2017-10-02 20:25:26 +00:00
wp
3cd545016b IDE: Update copyright.txt for icons added in previous commit
git-svn-id: trunk@55957 -
2017-10-02 13:13:03 +00:00
wp
dc7023a412 IDE: Add some HiRes icons for Run menu (drawn by Roland Hahn)
git-svn-id: trunk@55956 -
2017-10-02 11:30:50 +00:00
mattias
429d58ac16 translations: German: updates from Swen Heinig
git-svn-id: trunk@55955 -
2017-10-02 10:03:37 +00:00
wp
ced51791c2 Debugger: In BreakpointPropertyDlg, add new conditions at top of list, remove duplicates and reject empty strings.
git-svn-id: trunk@55954 -
2017-10-01 18:01:38 +00:00
wp
84fee411a5 DBExport examples: fix compilation and layout, improved usability
git-svn-id: trunk@55953 -
2017-10-01 17:34:00 +00:00
mattias
8961126033 codetools: added ctnSrcName
git-svn-id: trunk@55951 -
2017-09-30 19:20:56 +00:00
mattias
027f9ab2e6 codetools: updated test dottedt unit name
git-svn-id: trunk@55950 -
2017-09-30 19:20:43 +00:00
mattias
fb8fc48319 codetools: fixed continuing parsing after source name
git-svn-id: trunk@55948 -
2017-09-30 14:29:25 +00:00
mattias
4cee79f31d codetools: fixed skipping sourcename, added TPascalParserTool.FindUsesNode
git-svn-id: trunk@55946 -
2017-09-30 13:52:10 +00:00
mattias
ccf46cda1d codetools: fixed RemoveUnitFromAllUsesSections
git-svn-id: trunk@55944 -
2017-09-30 13:14:44 +00:00
juha
e25051e5ae Installation: Fix lazarus.desktop file (FreeDesktop). Issue #32485, patch from Pino Toscano.
git-svn-id: trunk@55943 -
2017-09-29 14:35:57 +00:00
juha
3b86b0e628 LCL: Improve Tab and Enter behavior in TDBGrid when dgRowSelect in options. Issue #32468, patch from Michal Gawrycki.
git-svn-id: trunk@55942 -
2017-09-29 11:57:30 +00:00
martin
7e8132a70d SynEdit: Paint Caret in paint-event (except win32) / some very few gtk may have issues
git-svn-id: trunk@55941 -
2017-09-28 22:01:04 +00:00
juha
451dd1597a LCL: Don't unselect a row in DBGrid when opening a PopupMenu. Issue #32471, patch from Soner.
git-svn-id: trunk@55940 -
2017-09-28 12:07:22 +00:00
balazs
cb3c2eb2ec Opkman: More space between labels on form opkman_progressfrm.lfm
git-svn-id: trunk@55939 -
2017-09-28 11:20:25 +00:00
juha
faf48ec178 LCL-GTK2: Turn lcTransparentWindow capability off again. It breaks things.
git-svn-id: trunk@55938 -
2017-09-28 08:48:18 +00:00
balazs
fdde5e54a3 Opkman: VST support for Cocoa.
git-svn-id: trunk@55937 -
2017-09-28 05:44:46 +00:00
michael
ac938407f0 * Fix update of designer at change of page orientation (bugID 32470)
git-svn-id: trunk@55936 -
2017-09-27 19:37:53 +00:00
michael
91c3879a87 * Rename files to avoid too generic names
git-svn-id: trunk@55935 -
2017-09-27 18:39:19 +00:00
zeljko
2cf9b0d547 LCL: fixed incosistency in pen when using TLogPen and TExtLogPen. issue #32465
git-svn-id: trunk@55934 -
2017-09-27 13:18:08 +00:00
michael
b21af159d3 * Patch from Pascal Riekenberg to fix bug ID #32472 (when editing page no, page not redrawn correctly).
git-svn-id: trunk@55933 -
2017-09-27 11:45:14 +00:00
michl
f5a9fce989 IDE: High-DPI icons. Issue #32454. Patch by FTurtle
git-svn-id: trunk@55932 -
2017-09-26 20:24:35 +00:00
juha
51367feff0 LCL: In TDBGrid prevent "Grid index out of range" when dgRowSelect in options and tab or enter pressed. Issue #32468, patch from Michal Gawrycki.
git-svn-id: trunk@55931 -
2017-09-26 16:48:05 +00:00
juha
24f4125a85 AnchorDocking: Prevent parasitic changes in sites height with TAnchorDockPanel. Issue #32376, patch from Andrey Zubarev.
git-svn-id: trunk@55930 -
2017-09-26 13:42:04 +00:00
juha
12046b3ddb LCL: Add capability lcTransparentWindow for GTK2. Formatting.
git-svn-id: trunk@55929 -
2017-09-26 11:28:00 +00:00
juha
835f1e78f2 LCL: Place a non-transparent TreeView hint further left. Issue #32462.
git-svn-id: trunk@55928 -
2017-09-26 11:27:54 +00:00
juha
1d7dfe0488 LCL: Prevent paste, cut and clean in DB edit controls if field or control is read-only. Issue #32467, patch from Michal Gawrycki.
git-svn-id: trunk@55927 -
2017-09-26 10:04:16 +00:00
wp
a9b83ae73a IDE: Replace TStaticText palette icons with fully transparent ones.
git-svn-id: trunk@55926 -
2017-09-26 07:30:44 +00:00
juha
4299c355b0 LCL: Don't cover a TreeView item with its non-transparent hint. Put it either on right or left side. Issue #32462, inspired by AlexeyT's patch.
git-svn-id: trunk@55925 -
2017-09-25 23:47:28 +00:00
maxim
7c09223bb5 IDEIntf: regenerated translations and updated Russian translation
git-svn-id: trunk@55922 -
2017-09-25 21:50:29 +00:00
michl
90e664c499 LCL: AnchorDocking: Fixed faulty load layout from config when used second time. Issue #31238. Patch by Andrey Zubarev
git-svn-id: trunk@55921 -
2017-09-25 20:01:11 +00:00
michl
c5e11a9e95 LCL: GTK2: Fixed tab cannot go from combobox to combobox. Issue #32458
git-svn-id: trunk@55920 -
2017-09-25 18:13:09 +00:00
wp
3e05a17dbf TAChart: Fix event TDbChartSource.OnGetItem not being alterable in designer. Add demo db-barseries.
git-svn-id: trunk@55919 -
2017-09-25 09:36:47 +00:00