Commit Graph

44093 Commits

Author SHA1 Message Date
mattias
8da67d53d9 codetools: parse -is block-
git-svn-id: trunk@45890 -
2014-07-16 12:41:27 +00:00
maxim
899288801c IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@45889 -
2014-07-16 00:49:48 +00:00
maxim
7d332c02ec IDE: improved localization
git-svn-id: trunk@45888 -
2014-07-16 00:43:56 +00:00
maxim
641396b472 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@45887 -
2014-07-15 22:22:42 +00:00
maxim
694b9f3ec6 IDE: improved localization
git-svn-id: trunk@45886 -
2014-07-15 22:12:49 +00:00
joost
b1d95c58dc FpDebugger (pure): Ignore SIGCHLD signal and let the debuggee handle it (Darwin)
git-svn-id: trunk@45885 -
2014-07-15 20:37:36 +00:00
joost
22ff8ae3ff FpDebugger (pure): Ignore SIGCHLD signal and let the debuggee handle it (Linux)
git-svn-id: trunk@45884 -
2014-07-15 20:35:21 +00:00
mattias
9af8b618ac - Gave the buttons descriptive captions
- Improved code formatting
- Added labels that display the current Scrollbar Min, Max, and Position
- Modified the form width so that Scrollbar1 is fully visible in both orientations (vertical and horizontal)
from issue #26474, Jack Linke

git-svn-id: trunk@45882 -
2014-07-15 20:06:31 +00:00
juha
91cc270510 IDE: remove one more deprecated method TSourceNotebook.ClearErrorLines.
git-svn-id: trunk@45881 -
2014-07-15 17:28:54 +00:00
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