Commit Graph

14887 Commits

Author SHA1 Message Date
mattias
e9674c8d0e IDE: added check if Tpersistent property changed to a reference to another unit
git-svn-id: trunk@14824 -
2008-04-15 10:53:42 +00:00
marc
e07aec1513 * Updated Lithuanian translation by Valdas Jankunas
* Updated some po files not covered by the localize script

git-svn-id: trunk@14823 -
2008-04-14 21:55:00 +00:00
marc
fd63fa1d91 * Updated po files
git-svn-id: trunk@14822 -
2008-04-14 21:50:13 +00:00
vincents
0e716850fd tests: renamed dbscripts directory, so it can contain the digestdb program too.
git-svn-id: trunk@14821 -
2008-04-14 21:04:17 +00:00
mattias
c608dab7a4 IDEIntf: added property hook: ObjectReferenceChanged
git-svn-id: trunk@14820 -
2008-04-14 16:45:12 +00:00
paul
47a961ba28 lcl: AutoSize control (if needed) on child visibility change and on child remove (issue #0010605)
git-svn-id: trunk@14819 -
2008-04-14 16:31:56 +00:00
paul
4b5895c501 formatting
git-svn-id: trunk@14818 -
2008-04-14 16:18:06 +00:00
paul
104762c2a8 formatting
git-svn-id: trunk@14817 -
2008-04-14 16:11:02 +00:00
paul
ce0cf00e3d qt: don't change cursor of customcontrol container - this cause scrollbars of customcontrol to have the same cursor as control has
git-svn-id: trunk@14816 -
2008-04-14 15:39:39 +00:00
paul
81ae62103b qt: workaround problem with QBitmap_fromImage on linux (issue #0011141)
git-svn-id: trunk@14815 -
2008-04-14 08:30:48 +00:00
vincents
564c9a4785 fpcunit console test runner: add a virtual GetResultsWriter method, so descendant test runners can add custom ResultWriters
git-svn-id: trunk@14814 -
2008-04-13 19:38:32 +00:00
paul
17b8712e07 lcl: publish TDBCombobox.AutoSize (by alexs request)
git-svn-id: trunk@14813 -
2008-04-13 16:27:09 +00:00
paul
15e8e83251 ide: add listview columns editor to list of component editors
git-svn-id: trunk@14812 -
2008-04-13 16:23:16 +00:00
paul
4d58d3242c qt: apply mask on StretchMaskBlt when available (issue #0011141)
git-svn-id: trunk@14811 -
2008-04-13 15:59:04 +00:00
tombo
7ed219b411 LCL carbon: fixed synedit scrolling bugs #0010869 and #0010055
git-svn-id: trunk@14810 -
2008-04-12 18:44:33 +00:00
sekelsenmat
87798ed1c2 Improves the window border and decoration code on gtk.
git-svn-id: trunk@14809 -
2008-04-12 18:13:02 +00:00
paul
217383a60c win32 listview: fix wrong message target when sending LButtonUp, RButtonUp messages (fixes popup menu in ide watch window)
git-svn-id: trunk@14808 -
2008-04-12 16:02:06 +00:00
mattias
d5e6d33772 debian packages: Split lazarus package into sevaral packages lazarus-ide lazarus-src lazarus-doc lazarus from Mazen
git-svn-id: trunk@14807 -
2008-04-12 10:57:16 +00:00
sekelsenmat
80966d6f64 Fixes the Gtk 2 progress bar.
git-svn-id: trunk@14806 -
2008-04-12 01:35:00 +00:00
sekelsenmat
cf3c9916a4 Blocks the compilation of lcl-wince in the arm architecture with FPC <= 2.2.0 to avoid mistakes of the users.
git-svn-id: trunk@14805 -
2008-04-12 00:53:44 +00:00
vincents
2f11eb8333 fpcunit console test runner: removed 2.0.x compatibility.
git-svn-id: trunk@14804 -
2008-04-11 21:20:37 +00:00
vincents
c94e2e7098 message composer plug-in: improved layout (bug #11126)
patch by: Salvatore Coppola 

git-svn-id: trunk@14803 -
2008-04-11 20:28:05 +00:00
vincents
a239a91f28 IDE: fixed showing find results of find identifer references, when the same Identifier searched
git-svn-id: trunk@14802 -
2008-04-11 14:42:34 +00:00
vincents
9ed9aa3295 win32 interfaces: added some defines to enable unicode support easily.
git-svn-id: trunk@14801 -
2008-04-11 11:22:20 +00:00
vincents
ec22352fac IDE: search results view, guard against listbox entry without match position for example as a result of Find References.
git-svn-id: trunk@14800 -
2008-04-10 13:58:58 +00:00
vincents
a69cd0c485 LCL: fixed maskedit warnings
git-svn-id: trunk@14799 -
2008-04-10 13:07:59 +00:00
paul
09b6731e09 ide: start resolving foreign references (works only when referenced form is already loaded)
git-svn-id: trunk@14798 -
2008-04-10 08:44:50 +00:00
paul
ea223b758a add TResourceCache.Clear
git-svn-id: trunk@14797 -
2008-04-10 02:02:47 +00:00
sekelsenmat
c48bc3eba2 Adds the Cocoa widgetset.
git-svn-id: trunk@14796 -
2008-04-09 23:54:49 +00:00
paul
af204c1c8f fix ugly typo in code that breaks KeyPress handling on ansi version of win32 lcl
git-svn-id: trunk@14795 -
2008-04-09 10:45:23 +00:00
vincents
366d03794f fixed typo in the correct place
git-svn-id: trunk@14794 -
2008-04-09 10:12:33 +00:00
mattias
55eb1b8a80 fixed typo
git-svn-id: trunk@14793 -
2008-04-09 10:03:09 +00:00
tombo
beec66d795 LCL IntfGraphics: fixed bug #0011109: Bitmap "Invalid Size" error. - Mac OS X - Leopard
- negative height in bmp header only means bitmap data is not upside-down

git-svn-id: trunk@14792 -
2008-04-09 09:54:12 +00:00
vincents
b82d4957ca components: message composer: improved layout (bug #11126)
patch by: Salvatore Coppola

git-svn-id: trunk@14791 -
2008-04-09 09:04:10 +00:00
vincents
dc7211bd1d Message Composer: added missing package files
git-svn-id: trunk@14790 -
2008-04-09 08:31:21 +00:00
paul
1b79e32235 fix win32 KeyPress handling - allow passing ansi chars in system cp
git-svn-id: trunk@14789 -
2008-04-09 08:19:35 +00:00
vincents
7964e3a55f IDE: fixed updating main bar caption after changing the project title (bug #1642)
patch by: Junior Goncalves

git-svn-id: trunk@14788 -
2008-04-09 08:04:56 +00:00
paul
6e278016cc use PropValueError instead of manual raise with fixed message
git-svn-id: trunk@14787 -
2008-04-09 05:53:25 +00:00
vincents
3ba06c5d7b fpcunit console test runner: removed 2.0.x compatibility.
git-svn-id: trunk@14786 -
2008-04-08 21:47:14 +00:00
vincents
a3af29134d test: added scripts for creating a database with test run results (derived from the fpc test results database)
git-svn-id: trunk@14785 -
2008-04-08 21:29:50 +00:00
tombo
d8a2b452ec LCL file dropping under gtk: applied #0011105: Patch to fix file drag and drop problems from Colin Western
git-svn-id: trunk@14784 -
2008-04-08 13:31:23 +00:00
vincents
b845efb8ab IDE: move win32 lazconf.inc to lazbaseconf.inc to prepare for shared win32/win64 lazconf
git-svn-id: trunk@14783 -
2008-04-08 13:02:40 +00:00
mattias
ee9ef21896 LCL: fixed UTF8FixBroken for non UTF-8 start bytes
git-svn-id: trunk@14782 -
2008-04-08 11:05:53 +00:00
vincents
5baa3b91de added Message Composer package from Salvatore Coppola (issue #10994)
git-svn-id: trunk@14781 -
2008-04-08 10:23:16 +00:00
vincents
fa76d74554 packager: added ccodeparsertool to the CodeTools package
git-svn-id: trunk@14780 -
2008-04-07 14:46:42 +00:00
vincents
243a732ad1 components: opengl context: fixed compilation with fpc 2.3.1 after TBool declaration changes
git-svn-id: trunk@14779 -
2008-04-07 14:24:26 +00:00
vincents
908e051af0 rx component: fixed compilation on 64 bits cpu
git-svn-id: trunk@14778 -
2008-04-07 13:39:55 +00:00
vincents
ef62bac367 tests: fixed compilation with fpc 2.3.1 (which doesn't allow to pass literal const to formal const parameters)
git-svn-id: trunk@14777 -
2008-04-07 12:09:02 +00:00
vincents
15b967a601 IDE: fixed unit search directories for make bigide
git-svn-id: trunk@14776 -
2008-04-07 10:35:49 +00:00
tombo
aa734b750b LCL hints: allow showing hints for disabled controls
git-svn-id: trunk@14775 -
2008-04-07 10:26:51 +00:00