Commit Graph

40684 Commits

Author SHA1 Message Date
juha
1b54c67e54 IDE: remove useless param in options parser.
git-svn-id: trunk@42109 -
2013-07-16 09:43:06 +00:00
mattias
3bef6f6695 lazutils: nicer unit name
git-svn-id: trunk@42108 -
2013-07-16 09:42:56 +00:00
juha
f61ff150c5 IDE: Don't use abstract method in an initialized class in all options parser.
git-svn-id: trunk@42107 -
2013-07-16 09:28:30 +00:00
paul
0286c2485a lcl:
- call resizing without checking for the state change
- don't all resizing when the change does not come from the interface

git-svn-id: trunk@42106 -
2013-07-16 09:19:07 +00:00
paul
7d31d49396 debugger: prefix debug output with 'Debug Output: ' string
git-svn-id: trunk@42105 -
2013-07-16 07:48:09 +00:00
mattias
d63a40c020 LCL: fixed TTextSTrings.AddStrings with objects and multi lines, bug #24749
git-svn-id: trunk@42103 -
2013-07-16 07:37:44 +00:00
juha
de66005a39 LCL: Avoid duplicate accented chars with GTK2. Test with define "Gtk2LatinAccents". Issue #24750, patch from Éderson Cássio
git-svn-id: trunk@42102 -
2013-07-16 07:34:28 +00:00
paul
b467bd8f6f lcl: formatting
git-svn-id: trunk@42101 -
2013-07-16 07:24:16 +00:00
paul
ccc3d51ef0 lcl: introduce TCustomForm.Resize for compatibility with VCL, move window state change logic there
git-svn-id: trunk@42100 -
2013-07-16 07:14:06 +00:00
paul
e8dd57fb62 qt: fix DesktopLeft and DesktopTop requests
git-svn-id: trunk@42099 -
2013-07-16 03:43:04 +00:00
paul
4910e314df lcl: fix position of poDesktopCenter forms when desktop Left,Top <> (0,0)
git-svn-id: trunk@42098 -
2013-07-16 03:38:31 +00:00
paul
d9530e9613 qt: map more windows key codes (issue #0024748)
git-svn-id: trunk@42097 -
2013-07-16 03:25:36 +00:00
mattias
146442cbfb LCL: TTextStrings: clear always array entries
git-svn-id: trunk@42096 -
2013-07-15 23:00:00 +00:00
mattias
2b9efdfe40 synedit: renamed parameters in proc types for easier code completion
git-svn-id: trunk@42095 -
2013-07-15 20:15:09 +00:00
mattias
032f86f34a IDE: clean up
git-svn-id: trunk@42094 -
2013-07-15 20:06:27 +00:00
mattias
5c1d17ee94 IDE: clean up
git-svn-id: trunk@42093 -
2013-07-15 18:45:59 +00:00
juha
518b18464f DbExport, lazdbexport.lpk: Check if filename is blank in TBaseConfigExportForm. Issue #24143, patch from snorkel
git-svn-id: trunk@42092 -
2013-07-15 15:26:32 +00:00
juha
a274fa8811 IDE: Implement a filter for all compiler options GUI. Make the parser more recursive.
git-svn-id: trunk@42091 -
2013-07-15 12:07:03 +00:00
mattias
c50306d401 LCL: comment
git-svn-id: trunk@42090 -
2013-07-15 06:10:41 +00:00
mattias
24db82d4ba translations: German: updates from Swen Heinig
git-svn-id: trunk@42089 -
2013-07-14 21:51:15 +00:00
juha
d0ba30cd22 IDE: Fix adding an item to mode matrix when build modes are hidden.
git-svn-id: trunk@42088 -
2013-07-14 08:45:31 +00:00
mattias
af129c07e4 LCL: TSpeedButton: do not eat DialogChar when disabled, bug #24742
git-svn-id: trunk@42086 -
2013-07-14 06:42:24 +00:00
mattias
5f1bb4c689 LCL: comment
git-svn-id: trunk@42085 -
2013-07-14 06:37:06 +00:00
mattias
5c16922af0 clean up
git-svn-id: trunk@42084 -
2013-07-14 06:36:50 +00:00
mattias
094b0b1351 IDE: fixed layout
git-svn-id: trunk@42083 -
2013-07-13 21:37:11 +00:00
mattias
28d682021c IDE: clean up
git-svn-id: trunk@42082 -
2013-07-13 21:35:20 +00:00
mattias
5765926e42 IDE: removed workaround
git-svn-id: trunk@42081 -
2013-07-13 21:27:05 +00:00
juha
0c15e9096e IDE: Show directory hierarchy by default in project inspector
git-svn-id: trunk@42080 -
2013-07-13 21:21:07 +00:00
juha
5604d3b049 IdeIntf: Cleanup
git-svn-id: trunk@42079 -
2013-07-13 21:20:46 +00:00
juha
dd550820f6 IDE: Add unit ConvertDelphi to Lazarus.lpi project to show all the source subdirectories in project inspector.
git-svn-id: trunk@42078 -
2013-07-13 14:19:31 +00:00
juha
ec8822900b IDE: Use DisableAutoSizing / EnableAutoSizing to speed up GUI rendering for all compiler options
git-svn-id: trunk@42077 -
2013-07-13 13:45:43 +00:00
juha
31c891f4be IDE Caption text for groupbox in Other Options frame.
git-svn-id: trunk@42076 -
2013-07-13 13:45:33 +00:00
mattias
9e7a4be0ab IDE: fixed uninitialized var
git-svn-id: trunk@42075 -
2013-07-13 12:43:36 +00:00
mattias
71afb213fb codetools: rename identifier: procedure jump to prochead
git-svn-id: trunk@42074 -
2013-07-13 12:42:32 +00:00
juha
e3385b3536 IDE: formatting
git-svn-id: trunk@42073 -
2013-07-13 10:18:51 +00:00
juha
70e2701323 IDE: a parser for compiler options from "fpc -i" and "fpc -h" + an experimental GUI (not good)
git-svn-id: trunk@42072 -
2013-07-13 10:18:33 +00:00
mattias
5508274faf cocoa: fixed compilation x86_64
git-svn-id: trunk@42071 -
2013-07-13 05:58:53 +00:00
sekelsenmat
ffc02673d7 Patch from bug #24264, fixes a problem in wince menus
git-svn-id: trunk@42070 -
2013-07-13 05:16:47 +00:00
sekelsenmat
a29c6d9dec Applies patch from bug #17519 to fix regression in WinCE menus
git-svn-id: trunk@42069 -
2013-07-13 05:12:09 +00:00
juha
f8dbff1216 SynEdit: Change TSynMacroEvent.RepeatCount from Byte to Integer. Issue #24733
git-svn-id: trunk@42068 -
2013-07-12 14:57:57 +00:00
juha
ebf3655d31 Formatting
git-svn-id: trunk@42067 -
2013-07-12 14:57:30 +00:00
bart
f745a17097 TShellTreeView: publish OnAdvancedCustomDraw, OnAdvancedCustomDrawItem, OnCustomDraw, OnCustomDrawItem.
Issue #0024732.

git-svn-id: trunk@42066 -
2013-07-12 14:44:18 +00:00
sekelsenmat
b3fe02e30d fpvectorial-eps: Adds enough new operators to be able to execute the new eps test without errors, the drawing is wrong, however
git-svn-id: trunk@42065 -
2013-07-12 06:05:55 +00:00
sekelsenmat
2be0335478 fpvectorial-eps: Many fixes for supporting dictionaries as operators
git-svn-id: trunk@42064 -
2013-07-12 05:45:49 +00:00
mattias
4c88931c65 IDE: compare default target os, cpu with compiler default
git-svn-id: trunk@42063 -
2013-07-11 23:15:45 +00:00
mattias
eb4f930af7 codetools: fixed asking for the default fpc targetos and targetcpu
git-svn-id: trunk@42062 -
2013-07-11 22:25:50 +00:00
mattias
e304d07dd7 LCL: fixed unit paths
git-svn-id: trunk@42061 -
2013-07-11 21:58:07 +00:00
jesus
9072e58585 LazReport, fix html export text alignment (imgexport exporter), from Michal Gawrycki, issue #24660
git-svn-id: trunk@42060 -
2013-07-11 21:01:44 +00:00
sekelsenmat
211fc8e632 fpvectorial-eps: Fixes a bug in the support for literal strings
git-svn-id: trunk@42059 -
2013-07-11 14:29:08 +00:00
mattias
6b3db059e7 translations: German: updates from Swen Heinig
git-svn-id: trunk@42058 -
2013-07-11 11:31:12 +00:00