mattias
|
5afdbd9657
|
gtk intf: added menu items short cut labels, popup sub menu of menu bar shortcuts
git-svn-id: trunk@10591 -
|
2007-02-05 19:47:39 +00:00 |
|
micha
|
ef8bd1af9f
|
implement calling TSpeedButton.Click for accelerator key (issue #7911, patch by Boguslaw Brandys)
git-svn-id: trunk@10590 -
|
2007-02-05 17:32:20 +00:00 |
|
vincents
|
d79e783bb4
|
designer baseclass example: fixed compilation
git-svn-id: trunk@10589 -
|
2007-02-05 14:15:01 +00:00 |
|
mattias
|
9345db7aa6
|
IDE: messages: fixed custom colors for custom notes, warnings and hints
git-svn-id: trunk@10588 -
|
2007-02-05 14:02:52 +00:00 |
|
mattias
|
f2759eac27
|
fixed compilation
git-svn-id: trunk@10587 -
|
2007-02-05 12:16:41 +00:00 |
|
mattias
|
17a650d35b
|
IDE: checking compiler exit code and giving warning if not 0,1 from Boguslaw Brandys
git-svn-id: trunk@10586 -
|
2007-02-05 11:36:15 +00:00 |
|
mattias
|
6a32d1e029
|
LCL: TCustomNoteBook, when setting TabVisible of current page switch to another page
git-svn-id: trunk@10585 -
|
2007-02-05 11:28:26 +00:00 |
|
mattias
|
c851dfb460
|
gtk intf: TListBox, TComboBox now use GTK_SELECTION_SINGLE to prevent auto selection by the gtk
git-svn-id: trunk@10584 -
|
2007-02-05 11:16:07 +00:00 |
|
mattias
|
8d75f957cf
|
LCL: TCanvas.CreateBrush using TRANSPARENT, OPAQUE depending on Brush.Style=bsSolid
git-svn-id: trunk@10583 -
|
2007-02-05 10:53:49 +00:00 |
|
mattias
|
3691fb6111
|
translation: german: updates from Joerg Braun
git-svn-id: trunk@10582 -
|
2007-02-05 10:48:22 +00:00 |
|
mattias
|
cfd1bc5071
|
IDE: added LResources to uses section of TFileDescPascalUnitWithResource
git-svn-id: trunk@10581 -
|
2007-02-05 10:24:55 +00:00 |
|
mattias
|
8c958b060d
|
LCL: always registering ResourceHandler
git-svn-id: trunk@10580 -
|
2007-02-05 10:15:50 +00:00 |
|
mattias
|
31a49fa7d8
|
fixed package link for runtimetypeinfocontrols
git-svn-id: trunk@10579 -
|
2007-02-05 10:04:30 +00:00 |
|
mattias
|
2e4c1f5989
|
lazdaemon: added lazdaemonapp.pp from Michael V.C.
git-svn-id: trunk@10578 -
|
2007-02-05 09:57:56 +00:00 |
|
mattias
|
b40adae3c8
|
LCL: fixed MissingBits for low precision
git-svn-id: trunk@10577 -
|
2007-02-04 23:14:29 +00:00 |
|
micha
|
c02a3a6b04
|
fix focusing spinedit with tab (issue #7033, patch by Paul Ishenin)
git-svn-id: trunk@10576 -
|
2007-02-04 16:49:32 +00:00 |
|
vincents
|
525f8e631d
|
win32 installer: removed useless background windows introduced in r10218 #70452f37ec
git-svn-id: trunk@10575 -
|
2007-02-04 13:46:02 +00:00 |
|
vincents
|
b56ef3de5d
|
lcl: fixed gtk compilation with fpc 2.1.1 on darwin
git-svn-id: trunk@10574 -
|
2007-02-03 21:46:51 +00:00 |
|
vincents
|
6d8915d650
|
fpcunit: console testrunner works with new xmlreportwriter if compiled with fpc 2.1.1
git-svn-id: trunk@10573 -
|
2007-02-02 23:14:27 +00:00 |
|
vincents
|
b35274df04
|
examples contain version 1 of semaphorgridlpk
git-svn-id: trunk@10572 -
|
2007-02-02 20:52:46 +00:00 |
|
mattias
|
f3482ef6bf
|
IDE: fixed parsing filename of compiling
git-svn-id: trunk@10571 -
|
2007-02-02 20:29:54 +00:00 |
|
vincents
|
aad5b6502d
|
examples: fixed out of the box compilation by adding a global package links
git-svn-id: trunk@10570 -
|
2007-02-02 14:50:20 +00:00 |
|
vincents
|
7bb39a459a
|
tests: added test projects from lcl\tests to the test suite.
git-svn-id: trunk@10569 -
|
2007-02-02 13:40:34 +00:00 |
|
vincents
|
ff6424e4ba
|
removed profiling compiler option (-pg) and set widgetset to default.
git-svn-id: trunk@10568 -
|
2007-02-02 13:39:56 +00:00 |
|
vincents
|
fece699695
|
fpcunit: consoletestrunner returns exitcode 1, if there are errors or failures.
git-svn-id: trunk@10567 -
|
2007-02-02 09:27:41 +00:00 |
|
vincents
|
ea88e8a24f
|
fixed 64 bit compilation
git-svn-id: trunk@10566 -
|
2007-02-02 09:18:49 +00:00 |
|
marc
|
b242b1a2d7
|
* part of restructuring
git-svn-id: trunk@10565 -
|
2007-02-02 01:46:23 +00:00 |
|
marc
|
493364664f
|
* improved colormask for cursors
git-svn-id: trunk@10564 -
|
2007-02-02 00:52:21 +00:00 |
|
vincents
|
ef505e76e2
|
examples: fixed compilation
git-svn-id: trunk@10563 -
|
2007-02-01 23:33:31 +00:00 |
|
mattias
|
89f08fb3a2
|
LCL: TTreeView: fixed MoveTo moving selection, h2pas: replaced checklst with TTreeView
git-svn-id: trunk@10562 -
|
2007-02-01 19:57:23 +00:00 |
|
vincents
|
68043867eb
|
test: added forgotten file.
git-svn-id: trunk@10561 -
|
2007-02-01 18:45:50 +00:00 |
|
vincents
|
b9033c3702
|
tests: seach examples directory recursively for example applications.
git-svn-id: trunk@10560 -
|
2007-02-01 15:43:43 +00:00 |
|
vincents
|
065a2e596b
|
test: fixed parsing command line options
git-svn-id: trunk@10559 -
|
2007-02-01 15:07:14 +00:00 |
|
vincents
|
5c89a11221
|
test: moved bugtestcase to runtest project
git-svn-id: trunk@10558 -
|
2007-02-01 14:30:50 +00:00 |
|
vincents
|
f060c5cd2a
|
SynEdit: fixed firing OnKeyPress event (bug #8250)
git-svn-id: trunk@10557 -
|
2007-02-01 10:58:13 +00:00 |
|
mattias
|
e712308673
|
lazdaemon: added license
git-svn-id: trunk@10556 -
|
2007-02-01 10:21:25 +00:00 |
|
mattias
|
e0705d3b83
|
added lazdaemon from Michael Van Canneyt
git-svn-id: trunk@10555 -
|
2007-02-01 10:17:44 +00:00 |
|
mattias
|
346794aaae
|
IDE, codetools: fixed parsing compiler time stamps
git-svn-id: trunk@10554 -
|
2007-02-01 09:55:30 +00:00 |
|
jesus
|
bf735e87cf
|
initialize counter to fix system.ppu not found
git-svn-id: trunk@10553 -
|
2007-02-01 09:44:23 +00:00 |
|
marc
|
742490006d
|
* improved scanning of -va output
git-svn-id: trunk@10552 -
|
2007-02-01 00:48:29 +00:00 |
|
vincents
|
cbb5dc8f80
|
codetools: fixed parsing -va output of fpc 2.1.1 by passing -vs- to turn off time stamps (bug #8249)
git-svn-id: trunk@10551 -
|
2007-01-31 20:49:13 +00:00 |
|
vincents
|
4296106642
|
LCL: don't set Edit.Modified if change is made during handle creation (bug #2068)
git-svn-id: trunk@10550 -
|
2007-01-31 16:01:47 +00:00 |
|
sekelsenmat
|
7751405e34
|
Implemented mouse wheel events on qt widgetset
git-svn-id: trunk@10549 -
|
2007-01-31 15:10:33 +00:00 |
|
vincents
|
4ced1d8d15
|
LCL, TASyncProcess: FIONREAD is part of 2.0.4 termio units for all unix targets
git-svn-id: trunk@10548 -
|
2007-01-31 14:18:03 +00:00 |
|
vincents
|
5bee5ec659
|
LCL: fixed getting TSpinEdit.Caption before the handle has been created (bug #2075)
git-svn-id: trunk@10547 -
|
2007-01-31 12:22:36 +00:00 |
|
vincents
|
a62c67db39
|
tests: implemented timeout for running (needs patches for fpc 2.1.1). TestRunner passes --runtest to the tested program
git-svn-id: trunk@10546 -
|
2007-01-31 12:11:58 +00:00 |
|
mattias
|
5e7915cd31
|
IDE: the first unit of a project is now automaticallly the main unit, if you dont want this: use MainUnitID:=-1
git-svn-id: trunk@10545 -
|
2007-01-31 11:13:37 +00:00 |
|
marc
|
92e3d63d75
|
* Cursor patch from Paul Ishenin
* Disabled setting cursors for gtk2, since it is broken
git-svn-id: trunk@10544 -
|
2007-01-31 01:11:00 +00:00 |
|
vincents
|
d0214c39e6
|
tests: exclude .svn directory
git-svn-id: trunk@10543 -
|
2007-01-30 23:35:35 +00:00 |
|
vincents
|
85bf638910
|
tests: improved searching for test directories
git-svn-id: trunk@10542 -
|
2007-01-30 23:31:27 +00:00 |
|