juha
|
06038db5f4
|
IDE: Improve the layout of Project Options -> FPDocEditor. Issue #32574.
git-svn-id: trunk@56136 -
|
2017-10-20 15:32:44 +00:00 |
|
juha
|
647d8f84ab
|
Add powerpc64 as a CPU target. Issue #32577, patch from Alfred.
git-svn-id: trunk@56135 -
|
2017-10-20 10:27:45 +00:00 |
|
mattias
|
123a50aa6f
|
IDE: unit info dlg: imporved layout
git-svn-id: trunk@56106 -
|
2017-10-17 16:27:22 +00:00 |
|
mattias
|
3fc4a08068
|
IDE: publish project dialog: improved layout
git-svn-id: trunk@56104 -
|
2017-10-17 16:24:51 +00:00 |
|
mattias
|
29b1a3fd1b
|
IDE: updated lazarus.lpi
git-svn-id: trunk@56102 -
|
2017-10-17 15:21:09 +00:00 |
|
mattias
|
f86ad4d47a
|
IDE: set watch property dialog to autosize, bug #32567
git-svn-id: trunk@56100 -
|
2017-10-17 15:17:49 +00:00 |
|
mattias
|
86e37b805e
|
IDE: fixed layout
git-svn-id: trunk@56098 -
|
2017-10-17 15:13:04 +00:00 |
|
juha
|
f483ea123d
|
IDE: ToolBarConfig tweaking.
git-svn-id: trunk@56095 -
|
2017-10-17 12:55:01 +00:00 |
|
juha
|
3accee3e98
|
IDE: Arrange ToolBarConfig categories in a natural way. Issue #32557, patch from FTurtle.
git-svn-id: trunk@56094 -
|
2017-10-17 12:37:28 +00:00 |
|
mattias
|
61d4aa8258
|
IDE: open file at cursor: show error message on fail
git-svn-id: trunk@56083 -
|
2017-10-16 14:06:41 +00:00 |
|
mattias
|
6e4539b4b4
|
IDE: fixed text, FPC 2.4 is not new
git-svn-id: trunk@56080 -
|
2017-10-16 12:38:13 +00:00 |
|
juha
|
92ca4b547e
|
IDE: Do close query backwards. Could be out of index when a window waited long time.
git-svn-id: trunk@56067 -
|
2017-10-16 09:56:44 +00:00 |
|
juha
|
0210bf731d
|
IDE: Refactor code related to recent files. Reduce duplicate code.
git-svn-id: trunk@56057 -
|
2017-10-15 11:48:20 +00:00 |
|
juha
|
c6219aa9d6
|
IDE: Shorten filenames in Recent Files/Projects/Packages menus. Issue #10297.
git-svn-id: trunk@56047 -
|
2017-10-13 13:00:32 +00:00 |
|
juha
|
f190a809da
|
IDE: Improve opening symlinks in editor some more.
git-svn-id: trunk@56004 -
|
2017-10-09 09:52:24 +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 |
|
juha
|
fd4150950b
|
IDE: Optimise the logic for symlinked files. Issue #32292.
git-svn-id: trunk@55994 -
|
2017-10-07 13:37:01 +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 |
|
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 |
|
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
|
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 |
|
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 |
|
michl
|
f5a9fce989
|
IDE: High-DPI icons. Issue #32454. Patch by FTurtle
git-svn-id: trunk@55932 -
|
2017-09-26 20:24:35 +00:00 |
|
michl
|
01c54b6b69
|
IDE: High-DPI menu items. Issue #32431. Patch by FTurtle.
git-svn-id: trunk@55878 -
|
2017-09-17 19:02:57 +00:00 |
|
juha
|
8f3d7a7dea
|
IDE, OI: Update the component ComboBox properly when it is visible. Issue #32427.
git-svn-id: trunk@55877 -
|
2017-09-17 10:34:48 +00:00 |
|
maxim
|
1076699d6e
|
IDE: fixed typo
git-svn-id: trunk@55869 -
|
2017-09-15 21:47:13 +00:00 |
|
mattias
|
9d11c6253b
|
IDE: set ToolStatus to itBuilder before compiling packages, bug #32421
git-svn-id: trunk@55865 -
|
2017-09-15 10:21:41 +00:00 |
|
mattias
|
6059f5a7dd
|
IDE: fpdoceditor: fixed synedit keys, bug #32386
git-svn-id: trunk@55801 -
|
2017-09-08 17:35:52 +00:00 |
|
michl
|
1f61be0b77
|
IDE: MessageWindow: Win32: Messages painting: Prevent flickering.
git-svn-id: trunk@55781 -
|
2017-09-03 11:47:53 +00:00 |
|
michl
|
6a4cf08b92
|
IDE: SourceEditor: IDESynGutterMarks High-DPI aware.
git-svn-id: trunk@55775 -
|
2017-09-02 19:28:39 +00:00 |
|
mattias
|
07104a2774
|
IDE: less hints
git-svn-id: trunk@55772 -
|
2017-09-02 09:14:57 +00:00 |
|
juha
|
fce10f639e
|
IDE: Fix label hot keys and focused control in the Find dialog. Issue #32316, patch from Serge Anvarov.
git-svn-id: trunk@55769 -
|
2017-09-02 07:12:30 +00:00 |
|
ondrej
|
57d97fbc38
|
IDE: View unit dialog: fix High-DPI item painting. Issue #32364
git-svn-id: trunk@55767 -
|
2017-09-01 09:11:39 +00:00 |
|
juha
|
8dd9ef126a
|
IDE: Fix logic for switching windows from "Window" menu. Issue #32350, (modified) patch from ptvs.
git-svn-id: trunk@55754 -
|
2017-08-28 10:31:30 +00:00 |
|
juha
|
af40eadb08
|
IDE: Allow resizing the MultiPaste dialog. Issue #30671.
git-svn-id: trunk@55753 -
|
2017-08-28 09:28:37 +00:00 |
|
juha
|
431837b8fe
|
IDE: Improve layout of CleanDir dialog. SubDirsCheckbox bottom was cut on some widgetsets.
git-svn-id: trunk@55752 -
|
2017-08-28 09:28:36 +00:00 |
|
juha
|
be69e6c632
|
IDE: Support dotted unit names in TBuildManager.CheckUnitPathForAmbiguousPascalFiles.
git-svn-id: trunk@55751 -
|
2017-08-28 09:28:34 +00:00 |
|
juha
|
b56debdb32
|
LazBuild: Formatting.
git-svn-id: trunk@55750 -
|
2017-08-28 09:28:28 +00:00 |
|
juha
|
3f90365ff2
|
LazBuild: Refactoring, fix indentation after last commit.
git-svn-id: trunk@55749 -
|
2017-08-26 21:57:15 +00:00 |
|
juha
|
8e28624ed6
|
LazBuild: Prevent exception when dependent packages fail and prog is halted. Issue #32340.
git-svn-id: trunk@55748 -
|
2017-08-26 21:57:14 +00:00 |
|
juha
|
b5cc5adcef
|
LazBuild: Allow dotted file and package names.
git-svn-id: trunk@55747 -
|
2017-08-26 21:57:07 +00:00 |
|