Commit Graph

42234 Commits

Author SHA1 Message Date
juha
a254f34a26 IDE: In All Compiler Options, improve the order of generated options when original data was on the same line.
git-svn-id: trunk@43860 -
2014-01-31 17:29:08 +00:00
marco
b5f6916a84 * fixed a few cases where Evenement had an Accent grave, reported on forum
http://forum.lazarus.freepascal.org/index.php/topic,23467.0/topicseen.html

git-svn-id: trunk@43859 -
2014-01-31 11:16:44 +00:00
juha
66a2978ff3 New components TDateTimePicker and TDBDateTimePicker. Copied and modified from ZV-components from Zoran Vučenović.
git-svn-id: trunk@43858 -
2014-01-31 11:04:36 +00:00
juha
425985c464 New components TDateTimePicker and TDBDateTimePicker. Copied and modified from ZV-components from Zoran Vučenović.
git-svn-id: trunk@43857 -
2014-01-31 11:03:03 +00:00
juha
27cf7ad57d New components TDateTimePicker and TDBDateTimePicker. Copied and modified from ZV-components from Zoran Vučenović.
git-svn-id: trunk@43856 -
2014-01-31 09:44:41 +00:00
martin
97e0cc4312 FPDebug: more Value handling / clean up / refactor: type-symbols no longer refers to values.
git-svn-id: trunk@43855 -
2014-01-31 01:27:10 +00:00
freq
3d2d8a6e4d Cocoa: Add MouseWheel support
git-svn-id: trunk@43854 -
2014-01-30 17:53:16 +00:00
freq
9643a777c7 Cocoa: Exlude clDefault from background painting
git-svn-id: trunk@43853 -
2014-01-30 16:48:31 +00:00
martin
ebcb804bf1 FPDebug: more Value handling
git-svn-id: trunk@43852 -
2014-01-30 14:15:31 +00:00
juha
6368006873 IDE: All compiler options, remember and synchronize with original user options when generating options from GUI.
git-svn-id: trunk@43851 -
2014-01-30 13:45:50 +00:00
maxim
f649b40211 Debugger: regenerated translations; updated Russian translation
git-svn-id: trunk@43849 -
2014-01-30 00:02:30 +00:00
maxim
6bc44f578b Debugger: resourcestring typos and minor improvements
git-svn-id: trunk@43848 -
2014-01-29 23:57:07 +00:00
freq
50408a84b9 Cocoa: Add background color feature for TWinControls
git-svn-id: trunk@43840 -
2014-01-29 20:05:30 +00:00
freq
4bddd1118e Cocoa: Fix context menu mouse position bug
git-svn-id: trunk@43839 -
2014-01-29 16:24:53 +00:00
martin
2f5726fd2f Debugger: Avoid error state, if GDB is killed.
git-svn-id: trunk@43838 -
2014-01-29 14:27:46 +00:00
martin
07f72b88d4 Debugger: Fixed and improved: Stop/Kill GDB when debugger stops
git-svn-id: trunk@43837 -
2014-01-29 14:17:25 +00:00
martin
030f7410f2 Debugger: Fixed and improved: Stop/Kill GDB when debugger stops
git-svn-id: trunk@43836 -
2014-01-29 13:53:27 +00:00
martin
2c1c4c8b7d Debugger: Fixed argument order (overloaded)
git-svn-id: trunk@43835 -
2014-01-29 12:46:19 +00:00
martin
d5fa90b6d2 Debugger: Add timeout on kill
git-svn-id: trunk@43834 -
2014-01-29 12:45:29 +00:00
martin
00ae9f28bd FPDebug: more Value handling
git-svn-id: trunk@43833 -
2014-01-29 00:02:31 +00:00
martin
e8f2625b6d FPDebug: more Value handling
git-svn-id: trunk@43832 -
2014-01-29 00:01:58 +00:00
martin
2979e368b8 LazUtils: more RefCountedObject debugging
git-svn-id: trunk@43831 -
2014-01-28 23:59:59 +00:00
maxim
b548e9ede1 LazReport: regenerated German translation
git-svn-id: trunk@43830 -
2014-01-28 21:42:39 +00:00
mattias
dc0988c982 translations: German: updates from Swen Heinig und Michael Fuchs
git-svn-id: trunk@43829 -
2014-01-28 16:19:26 +00:00
maxim
ffbf4416b1 IDE: regenerated translations; updated Russian translation
git-svn-id: trunk@43828 -
2014-01-27 22:01:09 +00:00
maxim
b88c09b071 LazReport: regenerated translations
git-svn-id: trunk@43827 -
2014-01-27 20:46:22 +00:00
sekelsenmat
e9fb146556 fpvectorial: Improves the custom shape support for ODG
git-svn-id: trunk@43826 -
2014-01-27 13:54:47 +00:00
freq
ad229fa25c Cocoa: Making mousemove events (needed for hint) available for parented Forms
git-svn-id: trunk@43825 -
2014-01-27 13:40:33 +00:00
juha
943ad98d89 New Finnish translation for ActiveX. Patch from ocean.
git-svn-id: trunk@43824 -
2014-01-27 08:38:22 +00:00
mattias
f24798f114 IDE: less hints
git-svn-id: trunk@43823 -
2014-01-27 08:26:04 +00:00
mattias
1efbde31e6 IDE: fixed compilation
git-svn-id: trunk@43822 -
2014-01-27 08:25:39 +00:00
jesus
5504a82697 LazReport: Patch from Alexey Lagunov
1. Localization Collate option in the form of print options
2. Fixed search on the generated report is not English texts
3. The expanded diagnostic error messages during the reporting
4. Prohibited creating variables in reports containing the point:
   for example aaa.bbb: = 1;

git-svn-id: trunk@43821 -
2014-01-27 08:11:46 +00:00
jesus
5c1cc280d4 LazReport, removed PowerPDF and Cairo export requirements from editor sample
git-svn-id: trunk@43820 -
2014-01-27 07:45:54 +00:00
martin
fa2f16e5f4 SynEdit: add 2 tab based indent modes to beautifier. Issue #0024557 / test
git-svn-id: trunk@43819 -
2014-01-26 19:05:39 +00:00
freq
e621f1b5cd Cocoa: Removed unused allocation
git-svn-id: trunk@43818 -
2014-01-26 18:46:14 +00:00
freq
4c5854aba3 Cocoa: Rework TCocoaWidgetSet.WindowFromPoint so that it works with libraries
git-svn-id: trunk@43817 -
2014-01-26 18:30:46 +00:00
martin
99ba895921 IDE: add 2 tab based indent modes to beautifier. Issue #0024557
git-svn-id: trunk@43816 -
2014-01-26 17:16:48 +00:00
martin
a22341fe53 SynEdit: add 2 tab based indent modes to beautifier. Issue #0024557
git-svn-id: trunk@43815 -
2014-01-26 17:16:44 +00:00
martin
bcf2a59a39 IDE: eoTabIndent by default. Issue #0024524
git-svn-id: trunk@43814 -
2014-01-26 16:03:06 +00:00
martin
4b9b1ad7c6 IDE: Editor-Options: mark if/then/else as word pair (triplet) / allow any keyword pair to be switched
git-svn-id: trunk@43813 -
2014-01-26 15:16:36 +00:00
martin
0e1d200f3d SynEdit: ability to mark if/then/else as word pair (triplet)
git-svn-id: trunk@43812 -
2014-01-26 15:16:02 +00:00
maxim
a1dd0a69f9 Debugger: localized 'Attach to' dialog, improved its layout, regenerated translations and updated Russian one
git-svn-id: trunk@43811 -
2014-01-25 21:55:02 +00:00
joost
3871bf2fd9 * Added dummy TCocoaWSStatusBar. To avoid segfaults during IDE startup.
git-svn-id: trunk@43810 -
2014-01-25 21:49:49 +00:00
joost
3171b263aa * Implemented dummy TCocoaThemeServices, based on the carbon code. To avoid segfaults during the startup of the IDE.
git-svn-id: trunk@43809 -
2014-01-25 21:38:56 +00:00
maxim
bfad46fe05 Translations: updated localize.sh
git-svn-id: trunk@43808 -
2014-01-25 20:57:12 +00:00
maxim
ed6332fc5e Debugger: improved localization, updated Russian translation
git-svn-id: trunk@43807 -
2014-01-25 20:53:24 +00:00
sekelsenmat
a744d324bd fpvectorial: Starts implementing support for elliptical arc in odg
git-svn-id: trunk@43806 -
2014-01-25 20:53:18 +00:00
maxim
06f699bc2f Components, ActiveX: localized, improved dialog layout and added Russian translation
git-svn-id: trunk@43805 -
2014-01-25 20:04:35 +00:00
juha
0b9e3dcde4 IDE: In all compiler options, allow one char options combined like -Criot.
git-svn-id: trunk@43804 -
2014-01-25 19:05:40 +00:00
maxim
d469043277 Components, MacroScript: improved layout; now using default cursor
git-svn-id: trunk@43797 -
2014-01-25 16:55:55 +00:00