Commit Graph

44034 Commits

Author SHA1 Message Date
juha
68ec932c40 IDEIntf: remove abstract base methods from TSourceEditorWindowInterface, deprecated implementations were removed earlier.
git-svn-id: trunk@45880 -
2014-07-15 17:28:39 +00:00
joost
d349c421e3 FpDebugger (pure): Avoid usage of TThread.Queue, because it is not available in fpc 2.6.4
git-svn-id: trunk@45879 -
2014-07-15 16:33:30 +00:00
mattias
8d3f97d41e IDE+lazbuild: target processor: changed -Op to -Cp, the -Op is only for optimization
git-svn-id: trunk@45878 -
2014-07-15 13:00:24 +00:00
mattias
d44a2412b8 LCL: formatting
git-svn-id: trunk@45877 -
2014-07-15 12:56:05 +00:00
mattias
b3adaef7a3 IDE: fixed catching excepions on load/save editor macros
git-svn-id: trunk@45876 -
2014-07-15 10:12:04 +00:00
juha
08732d323f IDE: prevent crash after aborting the initial "Incorrect configuration directory" dialog.
git-svn-id: trunk@45875 -
2014-07-15 09:55:26 +00:00
joost
636ffbe4da FpDebugger (pure): Fixed compilation with fpc 2.6.4 on OS/X and Linux
git-svn-id: trunk@45874 -
2014-07-15 06:35:46 +00:00
maxim
681c6d7a8b Cody: improved localization, regenerated translations, updated Russian translation
git-svn-id: trunk@45873 -
2014-07-14 23:25:31 +00:00
maxim
53002030c8 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@45872 -
2014-07-14 23:15:30 +00:00
maxim
93ded208bc IDE: fixed typos, removed unused and duplicate strings
git-svn-id: trunk@45871 -
2014-07-14 22:58:16 +00:00
mattias
098d534471 IDE: clean up
git-svn-id: trunk@45870 -
2014-07-14 22:05:17 +00:00
mattias
3ef913ce67 IDE: messages: right click on not selected line selects it
git-svn-id: trunk@45869 -
2014-07-14 22:01:08 +00:00
mattias
186eb8ae35 IDE: compiler options: target processor hint -Op
git-svn-id: trunk@45868 -
2014-07-14 21:44:39 +00:00
joost
93618ffad0 FpDebugger (pure): Implemented pause (Linux)
git-svn-id: trunk@45867 -
2014-07-14 20:32:01 +00:00
joost
e5f73f7d0f FpDebuger (pure): Fix for pausing the debuggee
git-svn-id: trunk@45866 -
2014-07-14 20:28:34 +00:00
joost
02c66deadd FpDebugger (pure): Implemented pause (Darwin)
git-svn-id: trunk@45865 -
2014-07-14 20:11:02 +00:00
juha
cace204583 Revert r45857 #c2a0094609, "ChmHelp: close lhelp that laz started when laz is closed..." because Reinier requested it.
git-svn-id: trunk@45864 -
2014-07-14 20:06:29 +00:00
mattias
6ff6f62e77 IDE: clean up
git-svn-id: trunk@45863 -
2014-07-14 17:10:29 +00:00
mattias
447a8e5a56 LCL: fixed uninitialized result
git-svn-id: trunk@45862 -
2014-07-14 17:10:21 +00:00
mattias
b5aca9fe9f ipro: clean up
git-svn-id: trunk@45861 -
2014-07-14 17:09:59 +00:00
juha
7ecca1cded LCL: Implementation of TControlBar. Issue #26478, patch from Vojtech Cihak
git-svn-id: trunk@45860 -
2014-07-13 22:48:27 +00:00
joost
8d79ffd221 FpDebugger (pure): Handle a failing pause properly
git-svn-id: trunk@45859 -
2014-07-13 21:40:40 +00:00
joost
113cc3749d FpDebug: Parse the symbol-table from elf-executables
git-svn-id: trunk@45858 -
2014-07-13 20:59:00 +00:00
juha
c2a0094609 ChmHelp: close lhelp that laz started when laz is closed. Fix a stream read related error. Issue #24743, patch from Reinier Olislagers
git-svn-id: trunk@45857 -
2014-07-13 19:11:31 +00:00
zeljko
12e13eb2ed Qt: fixed crash when handle is recreated inside mouse release event (drag and drop control operation). issue #26466
git-svn-id: trunk@45856 -
2014-07-13 15:48:07 +00:00
juha
842e248f47 IDE: allow HintWindow.ControlCount to be 0 in TIDEHintWindowManager.HintIsComplex.
git-svn-id: trunk@45855 -
2014-07-13 12:27:19 +00:00
joost
89f94d01be FpDebugger (pure): Watchpoints on 32-bit linux
Removed some old debug-code

git-svn-id: trunk@45854 -
2014-07-13 11:23:07 +00:00
maxim
f7063aea32 Translations: German translation update by Swen Heinig
git-svn-id: trunk@45853 -
2014-07-13 11:21:35 +00:00
maxim
9682b7871c DocEditor: improved localization, regenerated translations, updated Russian translation
git-svn-id: trunk@45852 -
2014-07-13 11:16:59 +00:00
joost
eaf0dffc07 FpDebugger (pure): Make step-into work even without having watchpoints available. (Even though it will be slow)
git-svn-id: trunk@45851 -
2014-07-13 10:24:03 +00:00
joost
eb735a3db1 FpDebugger (pure): Fix for getting the frame-pointer
git-svn-id: trunk@45850 -
2014-07-13 10:05:14 +00:00
joost
c021527f22 FpDebugger (pure): Pass the right mode to the dissasembler when cross-debugging
git-svn-id: trunk@45849 -
2014-07-12 21:36:50 +00:00
joost
8397b21039 FpDebugger (pure): Show error-message on failure to start debuggee
git-svn-id: trunk@45848 -
2014-07-12 21:05:22 +00:00
joost
769fbc3cde FpDebug: Removed invalid code that does not compile with fpc 2.7.1 (see fpc-bug 25769)
git-svn-id: trunk@45847 -
2014-07-12 19:51:06 +00:00
joost
e76f27604f FpDebug: Synchronized changes in fpdebug.lpk (r45780) with fpdebug.pas
git-svn-id: trunk@45846 -
2014-07-12 18:56:17 +00:00
joost
359ca050e3 FpDebugger (pure): Fixed stepping after a quick-pause
git-svn-id: trunk@45845 -
2014-07-12 18:28:16 +00:00
joost
01aef7a619 FpDebugger (pure): Fix for evaluating expressions while cross-debugging
git-svn-id: trunk@45844 -
2014-07-12 18:18:45 +00:00
joost
113cc6e509 FpDebugger (pure): Show warning when there is no Dwarf-debug information available
git-svn-id: trunk@45843 -
2014-07-12 15:40:00 +00:00
joost
c670807110 FpDebugger (pure): Use GETREGSET instead of GETREGS, cross-arch-debugging on Linux
git-svn-id: trunk@45842 -
2014-07-12 15:30:46 +00:00
juha
62736bacb8 IDE: Move hint stuff from TSourceNotebook to TSourceEditorManager. Only one hint is shown at a time anyways.
git-svn-id: trunk@45841 -
2014-07-12 14:19:35 +00:00
juha
b2f5fb591e Packager: Add OnShow handler in Install/uninstall packages dlg to update (filter)-text. Issue #26433
git-svn-id: trunk@45840 -
2014-07-12 11:30:15 +00:00
juha
04505d5dcb Packager: Fill tree view through FilterEdit in UpdateNewInstalledPackages in Install/uninstall packages dlg. Fix tab order of controls.
git-svn-id: trunk@45839 -
2014-07-12 11:30:10 +00:00
juha
66a66d73c6 LCL, TCustomControlFilterEdit: minor optimization.
git-svn-id: trunk@45838 -
2014-07-12 11:30:05 +00:00
maxim
2346f75e4c IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@45837 -
2014-07-11 23:04:24 +00:00
maxim
c3a97a98e8 IDE: fixed various typos
git-svn-id: trunk@45836 -
2014-07-11 22:43:58 +00:00
maxim
e2fae8ddb9 IDE: removed duplicate strings with typos
git-svn-id: trunk@45835 -
2014-07-11 21:39:03 +00:00
joost
42ba440a7d FpDebugger (pure): i386-linux support
git-svn-id: trunk@45834 -
2014-07-11 21:29:07 +00:00
joost
3dd28b3d12 FpDebugger (pure): Select the right 32/64-bit assembler when cross-debugging
git-svn-id: trunk@45833 -
2014-07-11 19:58:35 +00:00
juha
daf9f126f0 IdeIntf: comment out TOIHintWindow.OnMouseDown. The inherited protected property is available, too. (A bug?)
git-svn-id: trunk@45832 -
2014-07-11 16:32:23 +00:00
juha
a8c3ea866d IdeIntf: Clean TOICustomPropertyGrid.HintTimer
git-svn-id: trunk@45831 -
2014-07-11 16:32:10 +00:00