Commit Graph

44317 Commits

Author SHA1 Message Date
juha
0a73787baf iPro: new files with code moved from IpHtml.
git-svn-id: trunk@45915 -
2014-07-18 22:14:50 +00:00
maxim
f06f18fd3d Components, DBExport: fixed typo, regenerated translations, improved Russian translation
git-svn-id: trunk@45914 -
2014-07-18 20:03:40 +00:00
zeljko
3d91b68622 Qt: fixed transparency for controls without csOpaque in control style. issue #26491
git-svn-id: trunk@45913 -
2014-07-18 14:31:00 +00:00
mattias
db99ffe7f8 codetools: clean up
git-svn-id: trunk@45912 -
2014-07-18 13:20:34 +00:00
mattias
73c8a9abf0 IDE: fixed enclose block starting with empty lines, bug #26494
git-svn-id: trunk@45910 -
2014-07-18 07:58:57 +00:00
jesus
0ca42776d5 examples, lazfreetype: read up to 3 fontfiles from command line if default fonts are not in current dir
git-svn-id: trunk@45909 -
2014-07-18 05:07:32 +00:00
maxim
6ece18cb3f Components, LazUtils and LeakView: fixed typos in comments
git-svn-id: trunk@45908 -
2014-07-18 00:09:34 +00:00
maxim
09b0c35af0 Components, PascalScript: fixed typos
git-svn-id: trunk@45907 -
2014-07-18 00:08:08 +00:00
maxim
2eec396f95 Examples, database/tsqlscript: fixed typo
git-svn-id: trunk@45906 -
2014-07-18 00:04:49 +00:00
maxim
04cc9f95b4 LazDataDesktop: fixed typo, regenerated translations
git-svn-id: trunk@45905 -
2014-07-18 00:03:06 +00:00
maxim
678a88a4a1 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@45904 -
2014-07-18 00:00:55 +00:00
maxim
ff8065cd6d IDE: cleaned up strings, fixed typos
git-svn-id: trunk@45903 -
2014-07-18 00:00:07 +00:00
juha
c7500f2cc9 IdeIntf: use the base class TIDEProjPackBase in TProjectFileDescriptor.
git-svn-id: trunk@45902 -
2014-07-17 22:07:07 +00:00
juha
2892a0fa58 IDE: Use the new interface for project and package in Delphi converter.
git-svn-id: trunk@45901 -
2014-07-17 22:07:02 +00:00
joost
be7b70f172 FpDebugger (pure): Re-wrote RunTo using a TDbgControllerCmd
git-svn-id: trunk@45900 -
2014-07-17 18:53:58 +00:00
joost
6ae20a6ef6 FpDebugger (pure): Fix for showing exception-messages on Linux
git-svn-id: trunk@45899 -
2014-07-17 17:37:10 +00:00
juha
54b39f97e9 IDE: fix compilation
git-svn-id: trunk@45898 -
2014-07-16 20:16:04 +00:00
mattias
edbefdfd3d IDEIntf: clean up
git-svn-id: trunk@45897 -
2014-07-16 20:08:29 +00:00
juha
4e5955ac69 IDE: Use IProjPack interface for TProject and TLazPackage.
git-svn-id: trunk@45896 -
2014-07-16 20:01:57 +00:00
juha
e9bfb08a8c IdeIntf: In TLazPackageID, use getter methods for IDAsString and IDAsWord. Will be used for iProjPack interface.
git-svn-id: trunk@45895 -
2014-07-16 20:01:44 +00:00
juha
f9bf2bb145 IdeIntf: move LazCompilerOptions to common base class TIDEProjPackBase.
git-svn-id: trunk@45894 -
2014-07-16 20:01:32 +00:00
juha
1a1afd969c IdeIntf: name project / package common base class as TIDEProjPackBase.
git-svn-id: trunk@45893 -
2014-07-16 19:59:26 +00:00
juha
bcad8a0a98 IDE: use FLazCompilerOptions variable in inherited project/package classes. Remove copied var FCompilerOptions.
git-svn-id: trunk@45892 -
2014-07-16 19:59:11 +00:00
juha
6aeac9d1af New iProjPack interface for common stuff in project and package implementation.
git-svn-id: trunk@45891 -
2014-07-16 19:50:21 +00:00
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