Commit Graph

10071 Commits

Author SHA1 Message Date
vincents
03bdadb1f0 fpcunit consolerunner: no . if test failed, because a E or F will be output for that test
git-svn-id: trunk@10092 -
2006-10-19 17:01:05 +00:00
vincents
4d71ca81f2 fpcunit: new console runner uses fpcunitconsolerunner package
git-svn-id: trunk@10091 -
2006-10-18 21:21:24 +00:00
micha
aefff91113 fix menu width and accelerators (issue #7592, #7601) (from msmat)
git-svn-id: trunk@10090 -
2006-10-18 19:00:32 +00:00
vincents
810d321780 created package for console test runner
git-svn-id: trunk@10089 -
2006-10-17 20:01:34 +00:00
marc
766d00f56a + Made template compile
git-svn-id: trunk@10088 -
2006-10-17 14:28:23 +00:00
marc
e1d232dcdf + forgot to add
git-svn-id: trunk@10087 -
2006-10-17 13:47:46 +00:00
marc
b7f091854e * updated mime-type
git-svn-id: trunk@10086 -
2006-10-17 13:44:44 +00:00
marc
372e2b6ea2 + added fpgui widgetset
git-svn-id: trunk@10085 -
2006-10-17 13:42:05 +00:00
mattias
1c383c308c fixed compilation for fpc 2.1.x
git-svn-id: trunk@10084 -
2006-10-17 12:16:44 +00:00
vincents
c71ba019e1 tests: create testrunner unit with a base class for console test runnners, should be moved to fpcunit
git-svn-id: trunk@10083 -
2006-10-16 21:20:21 +00:00
mattias
00b85598ab IDE: improved renaming inherited components
git-svn-id: trunk@10082 -
2006-10-16 18:20:42 +00:00
sekelsenmat
19fac7a31f Added mac qt4 unit.
git-svn-id: trunk@10081 -
2006-10-16 14:08:52 +00:00
vincents
ea978a72a0 lcl: made TWinControl.Realign public (issue #7519)
git-svn-id: trunk@10080 -
2006-10-16 13:19:52 +00:00
vincents
a3f92897ec IDE: fixed deleting a code template (issue #7606)
git-svn-id: trunk@10079 -
2006-10-16 11:13:37 +00:00
vincents
c15e3a596c qt interface: added the win32 version of the qt4 unit
git-svn-id: trunk@10078 -
2006-10-16 11:05:56 +00:00
vincents
c16b6a49f9 put back the linux version (win32 version got accidentally committed)
git-svn-id: trunk@10077 -
2006-10-16 10:55:38 +00:00
vincents
9c5a56aceb fixed compilation
git-svn-id: trunk@10076 -
2006-10-16 10:50:52 +00:00
sekelsenmat
43d1567fab Fixes compilation of qt widgetset.
git-svn-id: trunk@10075 -
2006-10-15 21:26:00 +00:00
sekelsenmat
44d439dd69 Patch from Luis Hilario for StatusBar
git-svn-id: trunk@10074 -
2006-10-15 21:07:45 +00:00
andrew
a46e121f4a fixed compilation of gtk2 for win32
git-svn-id: trunk@10073 -
2006-10-15 19:10:03 +00:00
andrew
bb14c9ecac fixed integer to THandle in al the widgetsets CreateDialog functions fixed type in gtk2 savedialog
git-svn-id: trunk@10072 -
2006-10-15 18:21:38 +00:00
andrew
e28b0e879e fixed gtk2 toolbutton to get click events
git-svn-id: trunk@10071 -
2006-10-15 16:38:54 +00:00
marc
c099cc73bf * language update from Juan Salvador Pérez García
git-svn-id: trunk@10070 -
2006-10-15 14:14:44 +00:00
marc
72be679b4d * fixes from Juan Salvador Pérez García
git-svn-id: trunk@10069 -
2006-10-15 14:13:32 +00:00
andrew
8459fd3faa fixed gtk2 FileDialog for multiple masks
git-svn-id: trunk@10068 -
2006-10-15 13:50:23 +00:00
andrew
fc03d1600d Some 64bit changes for TWS.Create Timer
Fixed gtk2 listbox events
Partially fixed gtk2 painting issues  bug #964
Fixed bug #7067
Gtk2 Opendialogs now use GtkFileChooserDialog
Added a check for the clipboard in case it get stuck in a repeat loop
lclgtkcellrenderer now knows the itemindex to paint correctly

git-svn-id: trunk@10067 -
2006-10-15 13:27:27 +00:00
sekelsenmat
676fd7a234 Fixed many bugs about showing multiple windows and modal dialog support.
git-svn-id: trunk@10066 -
2006-10-15 11:33:05 +00:00
sekelsenmat
a06f0d21c8 Many fixes and improvements. Fixed bug on window visibility. Improved modal dialog support.
git-svn-id: trunk@10065 -
2006-10-15 01:03:49 +00:00
sekelsenmat
c285bb3697 Fixed bug on the dialogs unit.
git-svn-id: trunk@10064 -
2006-10-13 14:53:45 +00:00
vincents
b46e538c22 docs: added lclmessageglue doc skeleton
git-svn-id: trunk@10063 -
2006-10-13 10:46:01 +00:00
sekelsenmat
783865015f Many small fixes. Fixes painting on various widgets.
git-svn-id: trunk@10062 -
2006-10-12 21:54:23 +00:00
vincents
f759124d94 added $inline on
git-svn-id: trunk@10061 -
2006-10-12 08:14:16 +00:00
sekelsenmat
4581577501 Fixes common dialogs bug.
git-svn-id: trunk@10060 -
2006-10-12 03:31:35 +00:00
sekelsenmat
a284a1aea3 Implemented UTF-8 support. Fixed mouse messages. Other small fixes. Removed deprecated file.
git-svn-id: trunk@10059 -
2006-10-12 03:17:37 +00:00
sekelsenmat
1806819c79 Improved painting. Fixed painting position. Implemented BorderStyle and BorderIcons.
git-svn-id: trunk@10058 -
2006-10-12 01:17:05 +00:00
sekelsenmat
26bb559a8c Events for ComboBox in Qt from Luis. Also fixed TLabel position bug, and numerous other things.
git-svn-id: trunk@10057 -
2006-10-11 19:35:26 +00:00
marc
13f2d243a5 + added dwarfloading to windebugger
git-svn-id: trunk@10056 -
2006-10-11 00:13:42 +00:00
vincents
53cc3f202c qt interface: added new qtwidgets unit from Felipe
git-svn-id: trunk@10055 -
2006-10-10 12:51:24 +00:00
mattias
009bdaa06c LCL: added some color constants for Delphi compatibility
git-svn-id: trunk@10054 -
2006-10-10 08:01:37 +00:00
mattias
d26a428920 qt intf: implements TBitmap (and all other image classes), Dialogs, font fix, ShowModal and much else for Qt from Felipe
git-svn-id: trunk@10053 -
2006-10-10 07:00:47 +00:00
mattias
2c2803d0c2 LCL: TPage: removing pfAdded flag after destroying handle, fixes issue #7428
git-svn-id: trunk@10052 -
2006-10-10 06:55:32 +00:00
mattias
d17fddefd2 LCL: TScrollBar: adding PageSize to scrollinfo Max
git-svn-id: trunk@10051 -
2006-10-10 06:52:57 +00:00
mattias
4ed3233b92 gtk intf: fixed DrawSplitter
git-svn-id: trunk@10050 -
2006-10-10 06:39:53 +00:00
vincents
502201703c qt interface: added support for menus, font, progressbar and statusbar from Felipe
git-svn-id: trunk@10049 -
2006-10-09 11:07:51 +00:00
vincents
fc991cb7d5 fpcunit gui runner: patch from Darius
- added save XML to file option
- replaced speedbuttons by toolbar with buttons
- moved progressbar to top panel
- removed some redundant images (like checked / unchecked images)

git-svn-id: trunk@10048 -
2006-10-09 08:45:33 +00:00
vincents
d07bdfa776 updated russian translations from Maxim Ganetsky
git-svn-id: trunk@10047 -
2006-10-08 11:30:56 +00:00
mattias
c038401b5b IDE: implemented using Ancestor component when saving inherited root component, codetools: added flag to search in ancestors for dangling events
git-svn-id: trunk@10046 -
2006-10-07 20:49:56 +00:00
mattias
b6f164d0aa IDE: implemented creating designer for hidden component
git-svn-id: trunk@10045 -
2006-10-06 17:28:20 +00:00
micha
d7d43ee618 fix pointer type conversions
git-svn-id: trunk@10044 -
2006-10-06 17:08:25 +00:00
mattias
9747f91093 added FontIsMonoSpace
git-svn-id: trunk@10043 -
2006-10-05 21:50:05 +00:00