Commit Graph

45390 Commits

Author SHA1 Message Date
juha
5feb8a998a Remove non-existent units from lazarus.lpi
git-svn-id: trunk@47118 -
2014-12-05 13:06:57 +00:00
juha
86cf88320b IDE: Replace test "Package" with "Unit" in component palette options. Reuse the resource string.
git-svn-id: trunk@47117 -
2014-12-05 12:37:55 +00:00
juha
5ae6d7c5ac IDE: Use BeginUpdate-EndUpdate blocks in component palette options.
git-svn-id: trunk@47116 -
2014-12-05 11:43:39 +00:00
juha
483871416f IDE: Call ReAlignButtons only for the active page at the end of UpdateNoteBookButtons.
git-svn-id: trunk@47115 -
2014-12-05 07:19:18 +00:00
juha
2c6049da98 IDE: Call ReAlignButtons in OnScrollBoxResize also during startup. Needed on Windows.
git-svn-id: trunk@47114 -
2014-12-05 07:19:07 +00:00
jesus
47cf220de1 Examples, postscript: fix opening default .ps viewer under windows plus cleanup, from ocean, issue #27135
git-svn-id: trunk@47113 -
2014-12-05 01:09:46 +00:00
juha
d798261135 IDE: Align the buttons of current page again after palette configuration changed.
git-svn-id: trunk@47112 -
2014-12-04 23:29:05 +00:00
juha
96987c1d32 IDE: Less updates for the component palette during startup.
git-svn-id: trunk@47111 -
2014-12-04 23:29:03 +00:00
juha
149ad1651b IDE: More debug messages for component palette ReAlignButtons.
git-svn-id: trunk@47110 -
2014-12-04 23:29:01 +00:00
juha
be294a7bed IDE: fix a bug in component palette configuration.
git-svn-id: trunk@47109 -
2014-12-04 23:28:54 +00:00
mattias
574751850e lazutf8: in utf8 mode: override widestringmanager Ansi procs
git-svn-id: trunk@47108 -
2014-12-04 20:19:50 +00:00
mattias
a46dc8915a IDE: added TDebuggerIntf.CanExternalDebugSymbolsFile
git-svn-id: trunk@47107 -
2014-12-04 19:14:22 +00:00
mattias
d7122737e1 IDEIntf: renamed TDebuggerIntf.HasExePath to NeedsExePath, old kept as deprecated
git-svn-id: trunk@47106 -
2014-12-04 18:42:47 +00:00
mattias
e2c1838d3d lazutils: sanity check macros
git-svn-id: trunk@47105 -
2014-12-04 18:11:56 +00:00
mattias
233243e167 lazutils: paswstring: sanity check macros
git-svn-id: trunk@47104 -
2014-12-04 18:11:43 +00:00
mattias
b27cc83e34 lazutils: show exceptions of GetFormatSettingsUTF8
git-svn-id: trunk@47103 -
2014-12-04 18:10:53 +00:00
bart
7fdf4a2de2 CheckBoxThemed: fix checkbox position if Alignment is taLeftJustify (issue #0027127).
git-svn-id: trunk@47102 -
2014-12-04 17:44:09 +00:00
juha
9f65b18ff8 IDE: Use a unique name for a method, SelectButton -> SelectAButton.
git-svn-id: trunk@47101 -
2014-12-04 17:12:19 +00:00
juha
69a98b68c7 IDE: Call ReAlignButtons in TComponentPalette.ActivePageChanged only when needed.
git-svn-id: trunk@47100 -
2014-12-04 17:12:10 +00:00
juha
34ca493ff0 IDE: Reduce component palette updates at the start. Aims for snappier boot of Lazarus.
git-svn-id: trunk@47099 -
2014-12-04 17:12:09 +00:00
juha
d16d9236fd Revert "IDE: Another debug message ...", fLastCompPaletteForm was freed -> crash.
git-svn-id: trunk@47098 -
2014-12-04 17:12:04 +00:00
mattias
4ead586177 lazutils: paswstring: implemented CodePointLengthPChar
git-svn-id: trunk@47097 -
2014-12-04 16:45:29 +00:00
mattias
191c86fdf6 lazutils: paswstring: fixed CharLengthPChar
git-svn-id: trunk@47096 -
2014-12-04 16:27:01 +00:00
mattias
a937271d53 lazutils: paswstring: clean up
git-svn-id: trunk@47095 -
2014-12-04 16:11:59 +00:00
mattias
a4c4c3a904 lazutils: paswstring: PasUnicodeCompareText less strings
git-svn-id: trunk@47094 -
2014-12-04 16:10:31 +00:00
mattias
140ad30431 lazutils: paswstring: Unicode2AnsiMove, Ansi2UnicodeMove less strings
git-svn-id: trunk@47093 -
2014-12-04 16:07:49 +00:00
mattias
faa90467e8 lazutils: paswstring: StrCompAnsi: two strings less
git-svn-id: trunk@47092 -
2014-12-04 14:53:53 +00:00
mattias
cbcc383422 lazutils: paswstring: WideCompareText: two strings less
git-svn-id: trunk@47091 -
2014-12-04 14:41:05 +00:00
mattias
2a848a5c8c lazutils: GetEnvironmentStringUTF8 for FPC_RTL_UNICODE
git-svn-id: trunk@47090 -
2014-12-04 14:28:35 +00:00
mattias
302870da38 lazutils: paswstring: EnsureAnsiLen grow faster
git-svn-id: trunk@47089 -
2014-12-04 13:50:48 +00:00
mattias
b7d22a3843 lazutils: paswstring: one string less in UpperWideString
git-svn-id: trunk@47088 -
2014-12-04 13:47:43 +00:00
mattias
6efffcae72 lazutils: paswstring: one string less in LowerWideString
git-svn-id: trunk@47087 -
2014-12-04 13:46:28 +00:00
mattias
1b03376550 lazutils: paswstring: one string less in Wide2AnsiMove and Ansi2WideMove
git-svn-id: trunk@47086 -
2014-12-04 13:44:15 +00:00
mattias
bc7eca9321 lcl: makefiles: added -Sc C-style operators, bug #27128
git-svn-id: trunk@47085 -
2014-12-04 11:15:36 +00:00
juha
3a3481f224 IDE: Another debug message indicating why TMainIDE.UpdateIDEComponentPalette exits too early.
git-svn-id: trunk@47084 -
2014-12-04 10:51:40 +00:00
juha
4de7814bed IDE: remove a call to Application.ProcessMessages in TComponentPalette.CreateButtons. Not needed any more.
git-svn-id: trunk@47083 -
2014-12-04 10:18:42 +00:00
juha
7ff40bae71 IDE: Debug messages when component palette is updated from MainIDE.
git-svn-id: trunk@47082 -
2014-12-04 10:18:37 +00:00
zeljko
0f0e014df7 IDE: fixed overlapped labels in Search in file dialog. Patch by Cedric. issue #27122
git-svn-id: trunk@47081 -
2014-12-04 08:15:32 +00:00
zeljko
ab1a88f474 Qt: fixed events of TQtCalendar. issue #27125
git-svn-id: trunk@47080 -
2014-12-04 08:12:18 +00:00
mattias
00ec38b2e0 IDE: component palette: fixed realign
git-svn-id: trunk@47079 -
2014-12-03 23:31:41 +00:00
mattias
3f081fac2d IDE: simplified
git-svn-id: trunk@47078 -
2014-12-03 23:06:39 +00:00
mattias
59f4935c70 IDE: clean up
git-svn-id: trunk@47077 -
2014-12-03 22:23:59 +00:00
juha
58df23696a IDE: Prevent adding a page with a name that already exists in component palette options.
git-svn-id: trunk@47076 -
2014-12-03 21:25:46 +00:00
bart
61c5ef07e0 Examples: Fix loading fonts in LazFreeType example. Patch by Cedric. Issue #0027126.
git-svn-id: trunk@47075 -
2014-12-03 19:28:10 +00:00
juha
51cdfe8e79 IDE: Save component palette options correctly when palette is filtered by DataModule.
git-svn-id: trunk@47074 -
2014-12-03 17:57:02 +00:00
juha
cfcbe4b9c7 IDE: Update component palette correctly when icons are filtered by DataModule.
git-svn-id: trunk@47073 -
2014-12-03 17:57:00 +00:00
juha
1892eb35a8 IDE: refactoring, move local functions from UpdateNoteBookButtons to private methods.
git-svn-id: trunk@47072 -
2014-12-03 17:56:58 +00:00
juha
36e15f6dec EditorToolbar: use icon in View menu also with GTK2 and Windows.
git-svn-id: trunk@47071 -
2014-12-03 17:56:53 +00:00
wp
b5e5e8a230 TAChart: Fix abstract method warning issued for run-time generated TConstantLine series (issue #0027123).
git-svn-id: trunk@47070 -
2014-12-03 15:01:07 +00:00
mattias
0d41b20eaa lazdebugger: fixed hint
git-svn-id: trunk@47069 -
2014-12-02 21:10:44 +00:00