Commit Graph

14110 Commits

Author SHA1 Message Date
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
mattias
b2affc1ca1 IDE: source editor: restarting completion timer after ending completion with point, feature request 9105
git-svn-id: trunk@14211 -
2008-02-20 14:19:06 +00:00
mattias
0931f20836 IDE: source editor: not auto starting identifie completion in comments
git-svn-id: trunk@14210 -
2008-02-20 13:57:30 +00:00
mattias
36792e86c0 IDE: not raising warning about mising packages during opening project - just do not open the forms, bug #10398
git-svn-id: trunk@14209 -
2008-02-20 13:43:44 +00:00
mattias
d47865abc6 LCL: fixed TCustomEditButton anchoring button, fixing bug #10748/2
git-svn-id: trunk@14208 -
2008-02-20 13:28:46 +00:00
mattias
1a97191680 LCL: fixed TCustomLabeledEdit anchoring label, fixing bug #10748
git-svn-id: trunk@14207 -
2008-02-20 13:24:26 +00:00
vincents
20af7aeb18 LCL: fixed setting default value of TDateEdit.ReadOnly in the constructor
git-svn-id: trunk@14206 -
2008-02-20 11:40:22 +00:00
mattias
2bf1ed6db8 LCL: clean up
git-svn-id: trunk@14205 -
2008-02-20 10:14:38 +00:00
mattias
d1f4791230 IDE: configure build lazarus: mode: using translations
git-svn-id: trunk@14204 -
2008-02-20 09:03:03 +00:00
mattias
7d5ebc36db IDE: cleanup
git-svn-id: trunk@14203 -
2008-02-20 09:00:25 +00:00
mattias
f77b6922ec IDE: added resourcestrings
git-svn-id: trunk@14202 -
2008-02-20 08:56:03 +00:00
mattias
acc075b846 lcl: grids: fixed compilation
git-svn-id: trunk@14201 -
2008-02-20 08:36:45 +00:00
paul
5c2f5fb19b add move editor leftmost/rightmost commands (from Andrey Gusev 0010416)
git-svn-id: trunk@14200 -
2008-02-20 08:15:05 +00:00
jesus
418e7777de grid, make space in gridmessage so message handling doesn't mess with custom data (on windows)
git-svn-id: trunk@14199 -
2008-02-20 07:54:36 +00:00
mattias
20cb515746 IDE: reduced output
git-svn-id: trunk@14198 -
2008-02-20 00:30:35 +00:00
mattias
12979678e5 IDE: open project: added check if lpi file is symlink, fixing bug #10855
git-svn-id: trunk@14197 -
2008-02-20 00:28:11 +00:00