Commit Graph

11462 Commits

Author SHA1 Message Date
vincents
c215b058f7 IDE: F3 does replace next, if previous Find and Replace dialog was doing a replace (bug #8355)
git-svn-id: trunk@11285 -
2007-06-05 14:07:38 +00:00
tombo
c09bbe5a88 Carbon intf:
- implemented ComboBox DropDownList style
- working: T(Float)SpinEdit
- Buttons and Bars moved from CarbonPrivate to separate units

git-svn-id: trunk@11284 -
2007-06-05 13:28:23 +00:00
vincents
6c321c0b48 IDE: made function column in call stack view wider (bug #1505)
git-svn-id: trunk@11283 -
2007-06-05 12:49:45 +00:00
vincents
7dc2c28a6d IDE: updated dutch translations from Darius
git-svn-id: trunk@11282 -
2007-06-05 08:32:09 +00:00
paul
4d7849a2d3 updated strings for buildlazdialog
git-svn-id: trunk@11281 -
2007-06-05 07:18:48 +00:00
paul
be94d619f3 THeaderControl icon
git-svn-id: trunk@11280 -
2007-06-05 02:48:18 +00:00
paul
f0f36ca1c6 new buildlazdialog look
git-svn-id: trunk@11279 -
2007-06-04 23:29:40 +00:00
paul
3f7e3e3cf8 - another trial to fix splitter painting under gtk (should work now with most themes)
git-svn-id: trunk@11278 -
2007-06-04 15:50:22 +00:00
paul
d30b9718ac - merging part of gtk2themes with gtkthemes
- adjusting splitter drawing (may fix gtk bug with wrong dots alignment)

git-svn-id: trunk@11277 -
2007-06-04 09:38:47 +00:00
paul
7523e184b2 - THeaderControl added
git-svn-id: trunk@11276 -
2007-06-04 07:55:26 +00:00
paul
c3d53b8c80 - header parts painting
- processing text flags

git-svn-id: trunk@11275 -
2007-06-04 07:54:47 +00:00
jesus
d5c1b8122e LCL: grids, column title setcaption now is virtual from Alexey Lagunov
git-svn-id: trunk@11274 -
2007-06-04 07:13:44 +00:00
marc
85bdb2d7b8 * updated
git-svn-id: trunk@11273 -
2007-06-03 15:18:41 +00:00
marc
b3108cdbe3 * Updated translation by Laurent Jacques
git-svn-id: trunk@11272 -
2007-06-03 15:13:43 +00:00
vincents
9da20e1178 tachart: removed wrong unit search dir
git-svn-id: trunk@11271 -
2007-06-03 13:23:21 +00:00
tombo
017a92f04c T(FloatSpinEdit) OnChange bug #0008999 fix from Valdas: Value is now actualized before OnChange
git-svn-id: trunk@11270 -
2007-06-03 07:50:20 +00:00
sekelsenmat
a39c0e25b3 Patch from zeljko to qt. Fixes for ScrollBar and ShowModal
git-svn-id: trunk@11269 -
2007-06-03 03:55:24 +00:00
mattias
2f1dea96f0 gtk1+2 intf: clean up from Andrew
git-svn-id: trunk@11268 -
2007-06-02 14:02:18 +00:00
mattias
5d8235febb LCL: added CloseDebugOutput
git-svn-id: trunk@11267 -
2007-06-02 13:58:39 +00:00
tombo
5aeedb0533 IDE: added option to debug/run Application Bundle on darwin, remove code under DoNotUseProcessDebugger
git-svn-id: trunk@11266 -
2007-06-02 10:53:09 +00:00
sekelsenmat
73b9c90569 Patch from zeljko to qt. Various improvements
git-svn-id: trunk@11265 -
2007-06-02 08:32:59 +00:00
andrew
4d34f8ad55 IDE: used FindDialog.FindText instead of FIncrementalSearchStr to test whether or not Find Next/Prev should show the FindDialog. Before, the dialog
would show no matter what.

git-svn-id: trunk@11264 -
2007-06-02 01:13:29 +00:00
andrew
c88e03d97c Fixed gtk2 combobox painting
git-svn-id: trunk@11263 -
2007-06-02 01:09:17 +00:00
mattias
af2a30e7d4 IDE: when pressing F3 to search next and the text is empty start a new search from Andrew
git-svn-id: trunk@11262 -
2007-06-02 00:11:39 +00:00
mattias
537db4ddcf gtk2 intf: implemented mouse wheel up/down messages
git-svn-id: trunk@11261 -
2007-06-01 23:17:26 +00:00
marc
bfc7cacd71 * Updated translation by Laurent Jacques
git-svn-id: trunk@11260 -
2007-06-01 22:55:22 +00:00
vincents
038458d75d fpcunit gui runner: disabled run buttons during test run, fixes #8761
git-svn-id: trunk@11259 -
2007-06-01 21:59:45 +00:00
vincents
77da55f96d win32 interface: let windows process the WM_MOUSEWHEEL if the LCL doesn't do it, fixes bug #7265
git-svn-id: trunk@11258 -
2007-06-01 21:31:47 +00:00
vincents
e9f2123983 codetools: fixed directory separator of unit path of the packages dir
git-svn-id: trunk@11257 -
2007-06-01 21:05:57 +00:00
vincents
72e8b7d4b3 lcl: if a speedbutton is not part of a group a dblclick is translated to two click events fixes bug #8625
git-svn-id: trunk@11256 -
2007-06-01 17:38:41 +00:00
mattias
0d0427f294 gtk2 intf: moved menuitem handle creation code from CreateComponent, gtk2 intf: handling menu underscore shortcuts of Application.MainForm
git-svn-id: trunk@11255 -
2007-06-01 16:55:15 +00:00
paul
0b8b1bcb91 - painting checkbox and radiobutton through ThemeServices under gtk1 and gtk2
git-svn-id: trunk@11254 -
2007-06-01 13:37:37 +00:00
mattias
6b2e1a7219 laz_xmlcfg: fixed CompareDomStrings, this fixes saving help options too
git-svn-id: trunk@11253 -
2007-06-01 10:24:57 +00:00
paul
060ce0c803 - draw radio button and checkbox through ThemeServices for win32 (no XP)
git-svn-id: trunk@11252 -
2007-06-01 08:33:54 +00:00
paul
2b74c55f99 - replaced some xpm menu images with png analogs
git-svn-id: trunk@11251 -
2007-06-01 07:56:59 +00:00
vincents
c067201ed8 daemon component: fixed creating deamon application units (second part)
git-svn-id: trunk@11250 -
2007-06-01 07:01:13 +00:00
vincents
d2eb15ce52 daemon component: fixed creating deamon application units.
git-svn-id: trunk@11249 -
2007-06-01 06:51:06 +00:00
paul
bc0f08b7c5 - added debugger options icon
git-svn-id: trunk@11248 -
2007-06-01 06:42:33 +00:00
paul
334b6d0d2e - QTThemeServices prototype
- enable painting of TSplitter through ThemeSerices

git-svn-id: trunk@11247 -
2007-06-01 02:02:10 +00:00
mattias
20a3fd2a24 gtk2 intf: moving a widget without resizing now sets the allocation.x/y
git-svn-id: trunk@11246 -
2007-05-31 23:43:23 +00:00
mattias
fe1ca96a65 LCL: implemented TStaticText.DialogChar to focus FocusControl, gtk2 intf: shortcuts of buttons, radiobuttons, checkboxes are now handled by the LCL
git-svn-id: trunk@11245 -
2007-05-31 21:38:56 +00:00
sekelsenmat
a950d34d9c Patch from zeljko to qt. Partial implementation of TToolBar and TToolButton
git-svn-id: trunk@11244 -
2007-05-31 18:25:14 +00:00
mattias
a2feb66dce gtk1 intf: fixed compilation
git-svn-id: trunk@11243 -
2007-05-31 17:36:24 +00:00
mattias
8e8e776887 codetools: added FindDeclarationInUsesSection from Darek
git-svn-id: trunk@11242 -
2007-05-31 17:34:59 +00:00
mattias
0154d0a518 gtk2 intf: fixed setting callbacks if no combobox items count=0, gtk2 intf: not setting gtk accelerators for buttons, gtk2 intf: fixed GetClientOrigin for TNoteBook
git-svn-id: trunk@11241 -
2007-05-31 17:34:17 +00:00
sekelsenmat
0e6eac99f2 Small fix for the qt4 bindings
git-svn-id: trunk@11240 -
2007-05-31 16:16:43 +00:00
sekelsenmat
1d64412ffc Updated Qt 4 bindings to version 1.30
git-svn-id: trunk@11239 -
2007-05-31 16:12:20 +00:00
sekelsenmat
16e603c725 Patch from zeljko for the qt interface. Implements SpinEdit and other improvements
git-svn-id: trunk@11238 -
2007-05-31 15:15:24 +00:00
mattias
7cee27e7d9 clean up
git-svn-id: trunk@11237 -
2007-05-31 11:01:22 +00:00
sekelsenmat
b55c917aee Patch from zeljko for the qt interface. Improvements for TQtWSCustomEdit and fixes access violation on scrollbars
git-svn-id: trunk@11236 -
2007-05-31 10:19:01 +00:00