mattias
4ef23076cb
codetools: started conversion of codetools to normal package
...
git-svn-id: trunk@14262 -
2008-02-26 16:12:23 +00:00
mattias
c63465bf44
IDE: combined compiling+linking IDE steps to one step again. IDE packages must now use the IDEIntf only.
...
git-svn-id: trunk@14261 -
2008-02-26 15:19:20 +00:00
kirkpatc
805b876332
FPDoc - updates to Controls.xml including TWinControl, TDockZone, TDockManager etc
...
git-svn-id: trunk@14260 -
2008-02-26 14:44:24 +00:00
mattias
33c25b7bc5
LCL: TApplication: fixed handling EAbort
...
git-svn-id: trunk@14259 -
2008-02-26 14:17:11 +00:00
mattias
3de400c818
fpc-crosswin32 deb: fixed double copying tools, copying windres two times with different names
...
git-svn-id: trunk@14258 -
2008-02-26 13:55:22 +00:00
mattias
326f4d17aa
LCL: fixed disabling overflow checking
...
git-svn-id: trunk@14257 -
2008-02-26 12:17:11 +00:00
paul
496e37f1d4
improve r14255 #9e72cfb939 and fix more range check errors
...
git-svn-id: trunk@14256 -
2008-02-26 10:14:34 +00:00
mattias
9e72cfb939
LCL: stringhashlist: disable range checking in hash function
...
git-svn-id: trunk@14255 -
2008-02-26 10:06:52 +00:00
paul
8b91f41f9e
fix range check error that could also cause AV (issue #0010892 )
...
git-svn-id: trunk@14254 -
2008-02-26 08:57:05 +00:00
paul
8e4a1950a9
more potential range check errors
...
git-svn-id: trunk@14253 -
2008-02-26 04:30:37 +00:00
paul
3cbd0f604b
fix range check error (0010888)
...
git-svn-id: trunk@14252 -
2008-02-26 04:22:19 +00:00
paul
7b7eafc985
fix one range check error, formatting
...
git-svn-id: trunk@14251 -
2008-02-26 04:04:06 +00:00
paul
85e93e8f14
win32: dont send messages to LCL about internal combobox focus changes (fixes firing OnEnter, OnExit more than once, issue #0007241 )
...
git-svn-id: trunk@14250 -
2008-02-26 03:32:38 +00:00
paul
a5b4f9d12f
fix key handling of edit part of csSimple combobox (0007318)
...
git-svn-id: trunk@14249 -
2008-02-26 02:31:35 +00:00
marc
f1b2949f86
* Updated Russian translation by Maxim Ganetsky
...
git-svn-id: trunk@14248 -
2008-02-25 22:43:28 +00:00
tombo
c4ccc0a6ea
LCL Carbon: allow TPageControl to scroll in designer
...
* if getting unicode char when Cmd key pressed workaround fails, get it in standard way
git-svn-id: trunk@14247 -
2008-02-25 17:04:13 +00:00
tombo
c35a7a597d
LCL Carbon: allow selecting tabs of TPageControl in designer
...
git-svn-id: trunk@14246 -
2008-02-25 16:16:20 +00:00
mattias
11d6ac41f5
translations: fixed spelling mistake, fixed crash when rst file not found, updated german translation from Joerg Braun
...
git-svn-id: trunk@14245 -
2008-02-25 14:36:59 +00:00
mattias
339c7826f7
tubopoweripro: using direct conversion of special HTML chars to UTF8 from Dibo
...
git-svn-id: trunk@14244 -
2008-02-25 14:21:03 +00:00
paul
19820828de
win32: remove last constraint code for csSimple combobox
...
git-svn-id: trunk@14243 -
2008-02-25 08:53:42 +00:00
paul
3d629400eb
win32: don't constraint and autosize csSimple combobox
...
git-svn-id: trunk@14242 -
2008-02-25 07:42:01 +00:00
paul
e43614c705
decrease amount of win32 interface hints
...
git-svn-id: trunk@14241 -
2008-02-25 07:26:46 +00:00
vincents
d303b5d6d5
win32 interface: fixed range check error (bug #10885 )
...
git-svn-id: trunk@14240 -
2008-02-25 07:07:52 +00:00
paul
94fb46ed81
fix AV in qt ide under linux
...
git-svn-id: trunk@14239 -
2008-02-25 05:51:18 +00:00
paul
fca5f078fb
qt: fix AV when closing unit with form
...
git-svn-id: trunk@14238 -
2008-02-25 05:21:35 +00:00
mattias
7e97e10f8c
translations fixed localize.sh
...
git-svn-id: trunk@14237 -
2008-02-24 08:40:00 +00:00
paul
fe81e69498
qt: change {$mode delphi} to {$mode objfpc}
...
git-svn-id: trunk@14236 -
2008-02-24 04:44:28 +00:00
vincents
83ebfd0672
examples: fixed compilation after the removal of the clistbox unit from Maxim Ganetsky
...
git-svn-id: trunk@14235 -
2008-02-23 19:33:06 +00:00
jesus
48c44ddb94
lazreport, fix error with agregate function (sum, max, min) from Aleksey Lagunov
...
git-svn-id: trunk@14234 -
2008-02-23 00:21:32 +00:00
sekelsenmat
def1546d06
Further removes clistbox.
...
git-svn-id: trunk@14233 -
2008-02-22 18:09:03 +00:00
tombo
01476eddd4
LCL Carbon: fixed TEdit and TComboBox autosizing
...
git-svn-id: trunk@14232 -
2008-02-22 14:27:42 +00:00
tombo
a21128f663
LCL Carbon: show only current tab page if designing
...
git-svn-id: trunk@14231 -
2008-02-22 12:48:24 +00:00
sekelsenmat
d8d0de7c0e
Small fix for screenshot taking on carbon and removes carbon clistbox.
...
git-svn-id: trunk@14230 -
2008-02-22 09:46:02 +00:00
paul
238ef21fad
qt: debug mouse events of calendar widget
...
git-svn-id: trunk@14229 -
2008-02-22 02:23:36 +00:00
paul
d55de3897b
qt bindings 1.61
...
git-svn-id: trunk@14228 -
2008-02-22 01:46:37 +00:00
sekelsenmat
78d3a22099
Implements screenshot taking on the Carbon widgetset, adds -k-framework -kOpenGL for all Carbon apps as dependency and adds Apple OpenGL bindings to the carbon interface directory.
...
git-svn-id: trunk@14226 -
2008-02-21 22:00:28 +00:00
mattias
fe66011828
updatepofiles: fixed comment
...
git-svn-id: trunk@14225 -
2008-02-21 21:18:09 +00:00
jesus
7e38efc3cf
grids, fixed note under gtk about invalidaterect during paint message
...
git-svn-id: trunk@14224 -
2008-02-21 21:09:30 +00:00
jesus
c68ac42c85
grids, fix sporadic gdi leaks (gtk)
...
git-svn-id: trunk@14223 -
2008-02-21 20:32:56 +00:00
vincents
d1cdab13d9
LCL: fixed default value of TCustomGrid.TabStop (bug #10866 )
...
git-svn-id: trunk@14222 -
2008-02-21 14:14:29 +00:00
paul
a3704dd28e
remove csCaptureMouse from TCustomCalendar
...
git-svn-id: trunk@14221 -
2008-02-21 09:48:20 +00:00
paul
27d0c29fb7
remove csCaptureMouse from TCustomEdit and TCustomCombobox (they are not needed and breaks behavior or qt applications)
...
git-svn-id: trunk@14220 -
2008-02-21 06:01:58 +00:00
paul
fc53a7a259
revert 0010861
...
git-svn-id: trunk@14219 -
2008-02-21 05:42:12 +00:00
paul
99ca08c0bc
qt: improve combobox event handling
...
git-svn-id: trunk@14218 -
2008-02-21 05:35:01 +00:00
paul
12392bd167
update label size on font change if autosize is set to true (0010846)
...
git-svn-id: trunk@14217 -
2008-02-21 04:32:08 +00:00
paul
754b2e921d
change button enable state of TCustomEditButton descendants on ReadOnly change (issue #0010861 by Gerard Visent)
...
git-svn-id: trunk@14216 -
2008-02-21 04:17:28 +00:00
paul
6635c91635
lcl: don't capture mouse for button controls (no need and moreover locks qt applications) (fixes issue #0010843 )
...
git-svn-id: trunk@14215 -
2008-02-21 04:06:21 +00:00
jesus
85407b63eb
lazreport, fix after removing of form.textheight and changed groupeditor to use buttonpanel and editbutton, from Aleksey Lagunov (with changes)
...
git-svn-id: trunk@14214 -
2008-02-21 00:27:44 +00:00
marc
6379cc6061
* Fixed nil pointer dereference when jumping to source when all tabs are closed (reported by Martin Friebe)
...
* Fixed possible nil pointer dereference when callstack returns a nil entry (reported by Martin Friebe)
* Simplified copying callstack to clipboard
git-svn-id: trunk@14213 -
2008-02-20 23:16:58 +00:00
mattias
e91dacd68b
synedit: fixed undo delete space at end of line, bug #8722
...
git-svn-id: trunk@14212 -
2008-02-20 14:39:41 +00:00