Commit Graph

52629 Commits

Author SHA1 Message Date
ondrej
b5e57a129f CodeTools: allow absolute $0:$0 syntax. Issue #32506
git-svn-id: trunk@56002 -
2017-10-09 07:33:22 +00:00
ondrej
c4eba5ff15 IDE: designer: High-DPI: selection grabber. Issue #32397
git-svn-id: trunk@56001 -
2017-10-09 07:08:51 +00:00
ondrej
f0349db72b LCL: dbgrids: publish properties. Patch by Michal Gawrycki, issue #32445
git-svn-id: trunk@56000 -
2017-10-09 06:20:43 +00:00
juha
b36128e0a4 Sparta mdi: Send pBG panel back instead of hiding it. Affects Sparta form designer with TMainMenu. Issue #32200, patch from Anthony Walter.
git-svn-id: trunk@55999 -
2017-10-08 16:58:36 +00:00
juha
b0ad9479d1 LCL-GTK2: Fix SelStart and SelLength in OnChange with some widgetset versions. Issue #24371.
git-svn-id: trunk@55998 -
2017-10-08 12:09:06 +00:00
juha
0102785359 IDE: Don't ask questions about symlinks when project is loading.
git-svn-id: trunk@55997 -
2017-10-07 23:45:56 +00:00
juha
28389af5d2 IDE: Simplify symlink loading. Project directory is already in source path. Don't ask questions while IDE starts.
git-svn-id: trunk@55996 -
2017-10-07 22:34:26 +00:00
michael
5ac6230db9 * Allow to load report that misses design data definitions
git-svn-id: trunk@55995 -
2017-10-07 19:34:21 +00:00
juha
fd4150950b IDE: Optimise the logic for symlinked files. Issue #32292.
git-svn-id: trunk@55994 -
2017-10-07 13:37:01 +00:00
wp
832ce1039a LazControls: Make TCustomLvlGraphControl respect property Color when painting its background.
git-svn-id: trunk@55993 -
2017-10-07 08:47:58 +00:00
juha
053878c753 IDE: Open a symlinked file without questions if it is found in search path or is open in editor. Issue #32292.
git-svn-id: trunk@55992 -
2017-10-06 21:42:40 +00:00
juha
c5c014abf9 Packager: Remove a useless line. Formatting.
git-svn-id: trunk@55991 -
2017-10-06 21:38:39 +00:00
wp
4803801696 LazControls: Add new property CaseSensitive to TLvlGraph (http://www.lazarusforum.de/viewtopic.php?f=18&t=11108).
git-svn-id: trunk@55990 -
2017-10-06 10:57:57 +00:00
juha
c5ebf982e9 IdeIntf: Remember the layout of many property editor windows.
git-svn-id: trunk@55989 -
2017-10-06 10:47:12 +00:00
juha
d25418e28d IdeIntf: Change TIDEDialogLayoutList.ApplyLayout UseAsMin parameter default from True to False. Clean calls in code accordingly.
git-svn-id: trunk@55988 -
2017-10-06 10:20:45 +00:00
juha
60b135d29f IdeIntf: Remember the layout of String property editors, and ToolbarConfig dialog. Issue #32113.
git-svn-id: trunk@55987 -
2017-10-06 10:06:02 +00:00
juha
1f7440575f IDE: Remove an extra IDEDialogLayoutList.ApplyLayout call from NewDialog constructor.
git-svn-id: trunk@55986 -
2017-10-06 09:44:51 +00:00
maxim
4865f71238 Translations: French translation update by Gilles Vasseur, bug #32507
git-svn-id: trunk@55985 -
2017-10-05 22:55:42 +00:00
maxim
75d2b6b092 Translations: Hungarian translation update by Péter Gábor, bug #32503
git-svn-id: trunk@55983 -
2017-10-05 22:45:21 +00:00
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