Commit Graph

15703 Commits

Author SHA1 Message Date
mattias
c0bb107bd7 synedit: improved bracket highlighting to skip comments and strings, from Martin Friebe, bug #9652
git-svn-id: trunk@15841 -
2008-07-23 08:09:09 +00:00
vincents
283d4dfd56 LCL: added parameterless TPopupMenu.Popup from Benito van der Zander (issue #11726)
git-svn-id: trunk@15840 -
2008-07-23 07:28:04 +00:00
kirkpatc
4256a04f11 FPDoc - ExtCtrls has had makeskel --update. Inserted a large number of links to ancestor classes for TCustomPanel, TPanel, TCustomLabeledEdit and TLabeledEdit in ExtCtrls.xml
git-svn-id: trunk@15839 -
2008-07-22 14:09:13 +00:00
vincents
bfdb622379 added .txt extension
git-svn-id: trunk@15838 -
2008-07-22 11:08:32 +00:00
vincents
a6ba34dee8 fixed gtk2 compilation caused by previous commit, gtk1 and gtk2 are more intertwined than I expected, seeing the amount of duplicated code between gtkwsspin and gtk2wsspin
git-svn-id: trunk@15837 -
2008-07-22 10:17:59 +00:00
vincents
90a8a86f23 gtk interface, cleanup: removed gtk2 specific code from gtkwsspin unit
git-svn-id: trunk@15836 -
2008-07-22 10:03:41 +00:00
vincents
dcaa111227 LCL: FloatSpinEdit uses double for internal representation, so that the full range of 32 bits integer can be represented without rounding problems (fixes #10844)
git-svn-id: trunk@15835 -
2008-07-22 10:01:50 +00:00
mattias
2996a3c332 rename COPYING.modifiedLGPL to COPYING.modifiedLGPL.txt
git-svn-id: trunk@15834 -
2008-07-22 09:48:15 +00:00
mattias
d65e91dcdd added .txt extension
git-svn-id: trunk@15833 -
2008-07-22 09:44:38 +00:00
mattias
c243610491 IDE: fixed TEditorOptionsForm.GeneralCheckBoxOnChange parameter
git-svn-id: trunk@15832 -
2008-07-21 21:58:18 +00:00
mattias
b26fda5243 gtk+gtk2+win32 intf: TComboBox: fixed LM_CHANGED, LM_SELCHANGED events, now LM_CHANGED are sent, whenever the text changes, from Luiz
git-svn-id: trunk@15831 -
2008-07-21 21:29:07 +00:00
zeljko
fc59aceece Qt: More fixes for TQtFont, TQtFont getters can produce AV's , especially in GetTextMetrics()
git-svn-id: trunk@15830 -
2008-07-21 13:57:00 +00:00
kirkpatc
16e06e9e4f FPDoc - some links changed in stdctrls.xml
git-svn-id: trunk@15829 -
2008-07-21 12:40:32 +00:00
mattias
9b4a380f50 codetools: returning false on error searching ancestors, bug #11665
git-svn-id: trunk@15828 -
2008-07-21 11:39:11 +00:00
zeljko
ef36a9fada Qt: Fixes #11717, fixed via TQtFont.getMetrics() which could lead us into AV eg. via qtwinapi.GetTextMetrics(), so we check TQtFont.Widget for nil state.
git-svn-id: trunk@15827 -
2008-07-21 10:24:45 +00:00
mattias
3d733f4846 IDE: LCL: darwin: removed X11 and fink lib paths, since carbon is now default and does not need them, bug #10903
git-svn-id: trunk@15826 -
2008-07-21 09:16:11 +00:00
mattias
9dd08d1adb synedit: added overloaded searchreplace method to provide a startingpoint, from Martin Friebe, bug #11474
git-svn-id: trunk@15825 -
2008-07-21 08:46:32 +00:00
mattias
bfa22087fc synedit: added license headers
git-svn-id: trunk@15824 -
2008-07-21 08:26:36 +00:00
mattias
440314ef7f IDE: source editor options: added markup options to new options dialog, from Martin Friebe, bug #11693
git-svn-id: trunk@15823 -
2008-07-21 08:10:32 +00:00
zeljko
7c0a4b219a Qt: probably fix #11600 (scrollbar flickering)
git-svn-id: trunk@15822 -
2008-07-21 07:53:49 +00:00
kirkpatc
b62facde0e FPDoc - updates to TCustomPanel and TPanel in extctrls.xml: attempting to use the inheritance recognition facility (adding link="identifier" in the "element" tag)
git-svn-id: trunk@15821 -
2008-07-21 05:49:51 +00:00
vincents
00a2b7b10a codetools: fixed memleak (and probably fixed define templates for components), fixes bug #11701
git-svn-id: trunk@15820 -
2008-07-20 19:20:13 +00:00
mattias
1341499890 synedit: set default synedit font for carbon
IDE: sourceditor: using the same default font as synedit
  IDE: added code template d for debugln
  IDE: moved Insert $IFDEF in keymapping to edit section
  CodeTools: identifier completion: do not add semicolon in front of then, of, to, else, do
  CodeTools: define LCL and LCLwidgetset for lazarus sources
  IDE: Editor Options Keymapping: implemented text filter and shortcut search

git-svn-id: trunk@15819 -
2008-07-19 09:51:32 +00:00
kirkpatc
d92dd510d2 FPDoc - minor correction to intfgraphics.xml
- definition for TWidgetSet in interfacebase.xml

git-svn-id: trunk@15818 -
2008-07-19 08:53:17 +00:00
jesus
c140fca340 updated spanish translations from Javier Villarroya (javivf)
git-svn-id: trunk@15817 -
2008-07-19 06:15:37 +00:00
jesus
5ace44bd40 LazReport, fix editor sample new report name and added testpage report
git-svn-id: trunk@15816 -
2008-07-18 21:21:51 +00:00
jesus
34f9100000 LCL, fix typos and postscriptcanvas Y margin
git-svn-id: trunk@15815 -
2008-07-18 21:16:39 +00:00
kirkpatc
c7d1d9ba34 FPDoc - definitions of some classes in intfgraphics.xml
git-svn-id: trunk@15814 -
2008-07-18 12:28:32 +00:00
vincents
d0ae7e95f6 LCL: fixed key handling in maskedit (issue #11655)
git-svn-id: trunk@15813 -
2008-07-18 09:17:54 +00:00
mattias
194d128c0f IDE: allowing negative font height
git-svn-id: trunk@15812 -
2008-07-18 08:08:06 +00:00
mattias
ec306d185d codetools: added debugging info or dangling events
git-svn-id: trunk@15811 -
2008-07-18 08:00:07 +00:00
marc
b972e96632 * changed QueryDescription out param into var since it is allowed to update the description too (in that case it should be var).
git-svn-id: trunk@15810 -
2008-07-17 22:48:45 +00:00
michael
d26e2b3095 * Added images to the treeviews in connection editor and dictionary editor
git-svn-id: trunk@15809 -
2008-07-17 22:15:06 +00:00
mattias
2573f41a30 IDE: fixed checking symlinks for non existing files
git-svn-id: trunk@15808 -
2008-07-17 21:31:23 +00:00
mattias
361831a886 IDE: made destroy hint windows more robust vs errors
git-svn-id: trunk@15807 -
2008-07-17 21:28:57 +00:00
mattias
6fb1936620 codetools: class completion for Index properties now use AIndex instead of Index as variable name to reduce name clashes from Michael VC
git-svn-id: trunk@15806 -
2008-07-17 21:12:33 +00:00
marc
d847ecc266 * Updated Slovak translation by Slavko
git-svn-id: trunk@15805 -
2008-07-17 20:40:02 +00:00
marc
210a124450 * Implemented minimalistic PixelFormat dependency when creating rawimage description (Mono|RGB|Alpha) (fixes #11672)
* Forced full rawimage data before copying date when unsharing bitmap (sideeffect notices in #11672)

git-svn-id: trunk@15804 -
2008-07-17 20:08:20 +00:00
michael
00f660ac0c * Size changes
git-svn-id: trunk@15803 -
2008-07-17 19:33:07 +00:00
michael
47d02c0a0a * Consistency of buttons in dialogs, alignment issues in configcodegenerator
git-svn-id: trunk@15802 -
2008-07-17 19:19:19 +00:00
michael
ace3f1561a * Consistency of buttons in dialogs. Use TableNameHint in DataExporter
git-svn-id: trunk@15801 -
2008-07-17 19:12:55 +00:00
michael
93fd307e22 * TableNameHint property implemented
git-svn-id: trunk@15800 -
2008-07-17 19:11:05 +00:00
michael
64fdbf5b9e * BMP images instead of XPM
git-svn-id: trunk@15799 -
2008-07-17 19:10:40 +00:00
mattias
7f8fab8d64 IDE+codetools: added verbosity via -dVerboseDanglingComponentEvents
git-svn-id: trunk@15798 -
2008-07-17 06:47:25 +00:00
mattias
154fb076a6 lazbuild: fixed compilation
git-svn-id: trunk@15797 -
2008-07-17 06:20:27 +00:00
marc
5bae4a6e54 * Check for owner=nil. TPicture can create instances of TGlyphBitmap too (without owner). Fixes #11612,#11662
git-svn-id: trunk@15796 -
2008-07-16 23:30:50 +00:00
mattias
19b259bb99 IDE: removed auto resolving symlinks. Filenames must fit the search paths
git-svn-id: trunk@15795 -
2008-07-16 23:22:54 +00:00
mattias
b38ec6cfc3 synedit: added fpFixed to default font
git-svn-id: trunk@15794 -
2008-07-16 21:01:02 +00:00
mattias
6d0aceeba0 added dumpstack for inconsistency check
git-svn-id: trunk@15793 -
2008-07-16 19:19:03 +00:00
mattias
f70b98cbb8 IDE: added minimum font height of 6
git-svn-id: trunk@15792 -
2008-07-16 19:15:33 +00:00