maxim
|
38e5ac1a28
|
Translations: Brazilian Portuguese translation update by Marcelo B Paula, bug #36928
git-svn-id: trunk@63027 -
|
2020-04-19 22:19:38 +00:00 |
|
mattias
|
4aca3ea229
|
opengl: fixed perms
git-svn-id: trunk@63025 -
|
2020-04-19 21:14:10 +00:00 |
|
mattias
|
97db1a2f03
|
fpreport: fixed perms
git-svn-id: trunk@63017 -
|
2020-04-19 12:18:01 +00:00 |
|
martin
|
1bbeacb3dc
|
SynEdit: fix tab key for persistent Block/Selection. Issue #0036917
git-svn-id: trunk@63014 -
|
2020-04-19 00:18:08 +00:00 |
|
juha
|
cbaeca66f0
|
IDE: Assign also the handler list in BuildModes. Prevents a crash when cancelling project options. Issue #36782.
git-svn-id: trunk@63009 -
|
2020-04-17 18:39:38 +00:00 |
|
juha
|
83b5ba73f2
|
Codetools: Comment out functions in BasicCodetools dealing with CreateForm. Methods in StdCodetools are used.
git-svn-id: trunk@63006 -
|
2020-04-17 09:32:13 +00:00 |
|
zeljko
|
60b8784b73
|
Qt/Qt5: initialize QPrinterInfo printers on demand, not when creating TQtPrinter, so app startup is much faster
git-svn-id: trunk@63004 -
|
2020-04-17 08:30:00 +00:00 |
|
maxim
|
8fc4375ced
|
ToDoList: improved 'Insert ToDo' dialog layout and i18n, fixed typos, excluded CSV header string from i18n. Regenerated translations and updated Russian translation.
git-svn-id: trunk@63000 -
|
2020-04-16 14:52:40 +00:00 |
|
juha
|
0f468e41d6
|
ToDoList: Enhancements by Kevin Jesshope. Issue #36914.
git-svn-id: trunk@62992 -
|
2020-04-16 06:08:44 +00:00 |
|
juha
|
3abc824f69
|
LazReport: Fix a TfrDesignerPage memory leak. Issue #36918, patch from Michal Gawrycki.
git-svn-id: trunk@62991 -
|
2020-04-15 19:33:56 +00:00 |
|
juha
|
8f3367550c
|
IDE: Move registration of TFileNamePropertyEditor into a better place.
git-svn-id: trunk@62990 -
|
2020-04-15 19:33:47 +00:00 |
|
maxim
|
d9c875e01f
|
Opkman: improved resource string names, regenerated translations and updated Russian translation
git-svn-id: trunk@62973 -
|
2020-04-14 13:05:28 +00:00 |
|
balazs
|
aef69e2996
|
Opkman: Fix wrong imageindex for dependency and license node.
git-svn-id: trunk@62967 -
|
2020-04-14 11:21:50 +00:00 |
|
balazs
|
742ffadced
|
Opkman: Add a new node("External dependencies") to the package tree. The node provides information about any external libraries/files required by the package.
git-svn-id: trunk@62962 -
|
2020-04-14 08:16:49 +00:00 |
|
maxim
|
eef72be541
|
Opkman: added missing periods, regenerated translations and updated Russian translation
git-svn-id: trunk@62960 -
|
2020-04-13 21:41:01 +00:00 |
|
balazs
|
2eedadafce
|
Opkman: Add the possibility to open the package file(lpk) directly from the package tree.
git-svn-id: trunk@62959 -
|
2020-04-13 16:03:03 +00:00 |
|
mattias
|
083db4d426
|
wikiget: changed URL to https
git-svn-id: trunk@62957 -
|
2020-04-13 15:05:15 +00:00 |
|
joost
|
38f5bd73f4
|
* Add resource and include files to fpmake.pp
git-svn-id: trunk@62955 -
|
2020-04-13 11:57:06 +00:00 |
|
juha
|
cca567d5e7
|
Designer: Restore function InvokeComponentEditor to componenteditors interface but implement it with PopupMenuComponentEditor. Must not be freed right away.
git-svn-id: trunk@62938 -
|
2020-04-11 09:43:14 +00:00 |
|
juha
|
18c6302e56
|
IdeIntf: Disable unused ComponentEditorDesignerHook handlers for now with define "EnableCompEditorHookHandlers".
git-svn-id: trunk@62929 -
|
2020-04-10 21:40:42 +00:00 |
|
juha
|
25a0114031
|
IdeIntf: Update Object Inspector after changing order of items in ActionList Editor. Issue #36872.
git-svn-id: trunk@62926 -
|
2020-04-10 11:59:07 +00:00 |
|
juha
|
9f4231ee15
|
Components formatting.
git-svn-id: trunk@62925 -
|
2020-04-10 11:59:05 +00:00 |
|
juha
|
a1cd8244dc
|
LazReport: Fix incorrect text height better. Issue #36893, patch from Michal Gawrycki.
git-svn-id: trunk@62924 -
|
2020-04-10 11:58:53 +00:00 |
|
wp
|
37c5baa6a6
|
TAChart: Fix NoGuiDemo to find font in Linux.
git-svn-id: trunk@62906 -
|
2020-04-07 16:49:16 +00:00 |
|
zeljko
|
ccc310d045
|
Qt5: glqtcontext fixed false about multisample support. Added Major & Minor version
git-svn-id: trunk@62896 -
|
2020-04-06 09:39:04 +00:00 |
|
zeljko
|
7a087965bc
|
Qt5: fixed multisampling in glqtcontext. issue #36875
git-svn-id: trunk@62895 -
|
2020-04-06 09:17:39 +00:00 |
|
maxim
|
f90371d886
|
Translations: Hungarian translation update by Péter Gábor, bug #36873
git-svn-id: trunk@62893 -
|
2020-04-05 21:55:43 +00:00 |
|
juha
|
651a6436a2
|
Support Haiku build. Makefiles are generated from Makefile.fpc files using proper tools. Issue #36316, patch from Alfred.
git-svn-id: trunk@62890 -
|
2020-04-05 11:35:01 +00:00 |
|
dmitry
|
0cc6e203b8
|
codetools: adding suppot for cblocks procedural type modifier. Based on patch by Juha Manninen. bug #36752
git-svn-id: trunk@62886 -
|
2020-04-05 04:33:04 +00:00 |
|
maxim
|
056c393c8f
|
POChecker: store total translation statistics in TPOFamilyList
git-svn-id: trunk@62834 -
|
2020-03-31 16:21:23 +00:00 |
|
maxim
|
7bf136d6ac
|
POChecker: there is no need to copy PoFamilyStats all over the place anymore
git-svn-id: trunk@62833 -
|
2020-03-31 14:19:29 +00:00 |
|
maxim
|
48951b67fb
|
POChecker: there is no need to copy logs to result form separately anymore
git-svn-id: trunk@62832 -
|
2020-03-31 13:30:35 +00:00 |
|
maxim
|
30f1ec9708
|
POChecker: store PoFamilyList in one place
git-svn-id: trunk@62829 -
|
2020-03-31 13:02:44 +00:00 |
|
maxim
|
0bdef3f301
|
Translations: Ukrainian translation update by Olexandr Pylypchuk, bug #36841
git-svn-id: trunk@62820 -
|
2020-03-30 15:01:52 +00:00 |
|
juha
|
5a2520082e
|
IdeIntf: Show icons in ActionlistEditor in native size. Fix offset in ImageIndexPropertyEditor. Issue #35810.
git-svn-id: trunk@62815 -
|
2020-03-28 11:21:40 +00:00 |
|
juha
|
de38b0140e
|
Codetools: Understand BuildIntf package with any project.
git-svn-id: trunk@62812 -
|
2020-03-27 20:20:43 +00:00 |
|
martin
|
667546f298
|
FpDebugger (all): prevent nil deref, for empty watch (auto instance class)
git-svn-id: trunk@62811 -
|
2020-03-25 15:51:09 +00:00 |
|
martin
|
1f69cf465e
|
FpDebug: fix typecast/deref for generated-pointer-type "^Foo($1234)", for signed values.
git-svn-id: trunk@62810 -
|
2020-03-25 15:51:07 +00:00 |
|
juha
|
ab7cad1fc8
|
Jedi Code Format: Comments, formatting. Issue #36825, patch from BrunoK.
git-svn-id: trunk@62809 -
|
2020-03-25 13:49:42 +00:00 |
|
juha
|
434cd7d38c
|
Jedi Code Format: Support >< Symmetric difference of two sets. Issue #36825, patch from BrunoK.
git-svn-id: trunk@62808 -
|
2020-03-25 13:49:28 +00:00 |
|
juha
|
47d77264ba
|
Jedi Code Format: Support deprecated-directive with a message. Issue #36823, patch from delfion.
git-svn-id: trunk@62805 -
|
2020-03-25 08:22:23 +00:00 |
|
wp
|
dd9be6d9e1
|
LazUtils/FreeType: Avoid ignoring font files after reading defective one.
git-svn-id: trunk@62804 -
|
2020-03-24 09:45:08 +00:00 |
|
maxim
|
4fa72adf2b
|
BuildIntf: enabled i18n and added Russian translation
git-svn-id: trunk@62801 -
|
2020-03-23 21:57:38 +00:00 |
|
juha
|
d14e99f26b
|
IdeIntf, BuildIntf, Packager: Clean up uses sections, adjust used units.
git-svn-id: trunk@62800 -
|
2020-03-23 20:33:04 +00:00 |
|
juha
|
7f7f144d57
|
Jedi Code Format: Parse operators. Issue #32550, patch from delfion.
git-svn-id: trunk@62799 -
|
2020-03-22 23:50:16 +00:00 |
|
mattias
|
d30dbcce35
|
buildintf: split from ideintf
git-svn-id: trunk@62796 -
|
2020-03-22 12:05:04 +00:00 |
|
mattias
|
a472e9ef09
|
buildintf: split from ideintf
git-svn-id: trunk@62795 -
|
2020-03-22 11:58:11 +00:00 |
|
mattias
|
0d54b95a55
|
projectgroup: clean up
git-svn-id: trunk@62792 -
|
2020-03-22 09:39:08 +00:00 |
|
juha
|
940477566f
|
Jedi Code Format: Support global properties. Issue #36548, patch from delfion.
git-svn-id: trunk@62790 -
|
2020-03-21 21:01:32 +00:00 |
|
juha
|
688fb8cfe7
|
Jedi Code Format: Parse cvar keyword. Issue #22024, patch from delfion.
git-svn-id: trunk@62789 -
|
2020-03-21 21:01:20 +00:00 |
|