Commit Graph

59023 Commits

Author SHA1 Message Date
zeljko
ed5d93546e Gtk3: implemented color/font dialogs. Patch by Anton Kavalenka. issue #36416
git-svn-id: trunk@63008 -
2020-04-17 17:02:28 +00:00
martin
5aad829595 LCL: DragManager, use BeginTempCursor, instead of calling WidgetSet / Avoid flicker, when dragging TListView (on Windows)
git-svn-id: trunk@63007 -
2020-04-17 15:54:33 +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
juha
f5472e8233 IDE: Do not add CreateForm to project source for a new frame. Issue #26493.
git-svn-id: trunk@63005 -
2020-04-17 09:32:07 +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
juha
90f3071c4f LCL: Don't make unnecessary calls to ButtonPanel.UpdateSizes. Issue #25580.
git-svn-id: trunk@63003 -
2020-04-17 07:26:18 +00:00
zeljko
77a7f48ed7 Qt/Qt5: TQtPrinter.PrintQuality property should be read only
git-svn-id: trunk@63002 -
2020-04-16 17:13:02 +00:00
zeljko
e3713e12b6 Qt/Qt5: improved startup time of qt/qt5 apps which does not use printers. QtDefaultPrinter handle is created on demand from now on.
git-svn-id: trunk@63001 -
2020-04-16 16:02:31 +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
ondrej
d0ac09f35b LCL: do not call SetImageListWS if handle is not allocated. Issue #36921
git-svn-id: trunk@62999 -
2020-04-16 13:21:33 +00:00
maxim
645dbc3676 LCL: fixed typo, regenerated translations and updated Russian translation
git-svn-id: trunk@62998 -
2020-04-16 13:19:54 +00:00
zeljko
2a19f6f24d Gtk2: fixed GetSystemMetrics(SM_CYMENU). issue #28034
git-svn-id: trunk@62997 -
2020-04-16 12:25:01 +00:00
zeljko
f2f8feab9b Gtk2: implemented accurate frame under x11. fixes issue #36897
Gtk2: fixed Screen.WorkAreaRect. issue #36919

git-svn-id: trunk@62996 -
2020-04-16 09:24:25 +00:00
ondrej
2356d3b3d6 IDE debugger options: fix select button style
git-svn-id: trunk@62995 -
2020-04-16 07:06:55 +00:00
ondrej
fa95a279f6 IDE: Locals Dialog: support special chars in extracting raw strings (fpDebug)
git-svn-id: trunk@62994 -
2020-04-16 06:27:33 +00:00
ondrej
f5c6dd57a4 IDE: Locals Dialog: support fpDebug for extracting values
git-svn-id: trunk@62993 -
2020-04-16 06:16:03 +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
zeljko
5d0de1d6ab Gtk2: fixed TGtk2WidgetSet.AppProcessMessages and Application.Idle(True) fail to call CheckSynchronize a second time.Patch by Ondrej Pokorny. issue #27662
git-svn-id: trunk@62989 -
2020-04-15 17:09:19 +00:00
maxim
f9d54cee6d IDE: regenerated translations and updated Russian translation
git-svn-id: trunk@62988 -
2020-04-15 15:24:31 +00:00
zeljko
a9b7415541 Qt,Qt5: fixed accurate frame for qt/qt5 on mswindows. issue #36897
git-svn-id: trunk@62987 -
2020-04-15 12:25:43 +00:00
ondrej
608c82904f IDE: Locals Dialog: evaluate all: avoid searching items by caption
git-svn-id: trunk@62986 -
2020-04-15 10:54:21 +00:00
ondrej
cb317b9eb7 IDE: Locals Dialog: add shortcuts to "copy value" and "copy raw value" menu items
git-svn-id: trunk@62985 -
2020-04-15 10:47:54 +00:00
marco
00884a0b21 * remove empty first line that caused problems in fpdoc (lazarus list)
git-svn-id: trunk@62984 -
2020-04-15 10:44:46 +00:00
ondrej
e52c398bbc IDE: Locals Dialog: add evaluate all menu item
git-svn-id: trunk@62983 -
2020-04-15 10:44:35 +00:00
ondrej
8050fccc64 IDE: Locals Dialog: evaluate on copy to clipboard
git-svn-id: trunk@62982 -
2020-04-15 10:14:07 +00:00
maxim
43d55873e8 LCL: changed wording of -disableaccurateframe option description, made it shorter and removed mention of revision in which it was introduced (this information is incorrect for testing purposes and will become irrelevant in the nearest future anyway), regenerated translations and updated Russian translation.
git-svn-id: trunk@62980 -
2020-04-14 22:43:41 +00:00
zeljko
f89e0d732b Qt,Qt5: implemented MonitorFromPoint(), MonitorFromRect() and MonitorFromWindow(). issue #36913
git-svn-id: trunk@62979 -
2020-04-14 16:34:50 +00:00
zeljko
ab5c10baad Qt: revert splash to QWidget_repaint(), it's snapier
git-svn-id: trunk@62978 -
2020-04-14 15:31:58 +00:00
zeljko
4d84a5fe1d Qt,Qt5: accurate frame fails because of IsRectEmpty(). issue #36897
git-svn-id: trunk@62977 -
2020-04-14 15:16:05 +00:00
zeljko
5d7731c1f6 Qt,Qt5: less flicker of dummywidget
git-svn-id: trunk@62976 -
2020-04-14 15:06:40 +00:00
zeljko
8e657a460b LCL: lclstrconsts added rsqtOptionDisableAccurateFrame for -disableaccurateframe in qt/qt5
Qt/Qt5: added rsqtOptionDisableAccurateFrame in GetCommandLineOptions

git-svn-id: trunk@62975 -
2020-04-14 13:23:46 +00:00
zeljko
91eb54e273 LCL: added qtx11dummywidget to the lcl.lpk
git-svn-id: trunk@62974 -
2020-04-14 13:16:48 +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
zeljko
e190d4b073 Qt: qtx11dummywidget disable debug
git-svn-id: trunk@62972 -
2020-04-14 12:53:11 +00:00
zeljko
f72d3068cc Qt: now we have accurate window dimensions under x11 - we use dummy widget approach. issue #36897
git-svn-id: trunk@62971 -
2020-04-14 12:51:45 +00:00
zeljko
93a6164805 Qt5: now we have accurate window dimensions under x11 - we use dummy widget approach. issue #36897
git-svn-id: trunk@62970 -
2020-04-14 12:48:21 +00:00
zeljko
63be2586d7 Qt: added qtx11dummywidget unit, will be used to get accurate frame - eg GetWindowRect() before widget is mapped. part of issue #36897
git-svn-id: trunk@62969 -
2020-04-14 12:45:56 +00:00
zeljko
73b09c0bbb Qt5: added qtx11dummywidget unit, will be used to get accurate frame - eg GetWindowRect() before widget is mapped. part of issue #36897
git-svn-id: trunk@62968 -
2020-04-14 12:45:17 +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
zeljko
fe57a74257 Qt: if window manager does not support _NET_WM_DESKTOP and _NET_SUPPORTING_WM_CHECK return XDG_DESKTOP_SESSION or DESKTOP_SESSION as result.
git-svn-id: trunk@62966 -
2020-04-14 10:44:32 +00:00
zeljko
e9288465d0 Qt5: if window manager does not support _NET_WM_DESKTOP and _NET_SUPPORTING_WM_CHECK return XDG_DESKTOP_SESSION or DESKTOP_SESSION as result.
git-svn-id: trunk@62965 -
2020-04-14 10:27:14 +00:00
zeljko
7b10b91937 Qt: fixed wrong result of SPI_GETWORKAREA - it should return available geometry of primary screen. Related to issue #36913
git-svn-id: trunk@62964 -
2020-04-14 09:39:50 +00:00
zeljko
28cdfdfe8f Qt5: fixed SPI_GETWORKAREA result - it must be available geometry of primary screen. related to issue #36913
git-svn-id: trunk@62963 -
2020-04-14 09:26:39 +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
48e5d6068e IDE: new images for 'close tabs' toolbuttons in search results dialog, patch by FTurtle, bug #36908
git-svn-id: trunk@62961 -
2020-04-13 22:00:25 +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