Commit Graph

11986 Commits

Author SHA1 Message Date
zeljko
0f4b37d257 (Qt): implemented FontIsMonoSpace() and FontCanUTF8().
git-svn-id: trunk@12053 -
2007-09-17 11:15:43 +00:00
mattias
4ac6e38987 codetools: TCodeToolManager.Init now raises an exception if something is wrong with the compiler
git-svn-id: trunk@12052 -
2007-09-17 11:04:08 +00:00
mattias
d7a0682a5b codetools: fixed FindDeclarationOfIdentAtParam searching keywords
git-svn-id: trunk@12051 -
2007-09-17 10:25:57 +00:00
zeljko
c3bcc5db17 (Qt): Implemented GetCaretRespondToFocus(), SetCaretRespondToFocus(). Improved qtCaret response.
git-svn-id: trunk@12050 -
2007-09-17 07:36:44 +00:00
paul
98dc3ac6bd Qt: misc
git-svn-id: trunk@12049 -
2007-09-17 03:09:29 +00:00
vincents
94f85390ff lcl docs: tried to fix links to the RTL
git-svn-id: trunk@12048 -
2007-09-16 20:23:39 +00:00
paul
293d27c168 Qt: Use GetUtf8String instead of utf8Decode. GetUtf8String tries to decode string at first and it is failed it uses raw string as result (so non unicode coded strings are also handled by this function).
git-svn-id: trunk@12047 -
2007-09-16 15:51:19 +00:00
paul
6eb5685e9e Qt: cleanup
git-svn-id: trunk@12046 -
2007-09-16 15:39:51 +00:00
paul
d712502a4c Qt:
- fix DrawEdge (was wrong colors and wrong rectangle)
- fix DrawText for cases where string is not utf8 coded

git-svn-id: trunk@12045 -
2007-09-16 15:35:38 +00:00
paul
3b6250d969 lazconf: use drive of lazarus instead of c:
git-svn-id: trunk@12044 -
2007-09-16 14:05:09 +00:00
paul
9768db277b Qt: fix clInfoBk retrieval
git-svn-id: trunk@12043 -
2007-09-16 10:57:28 +00:00
paul
dd8597614f Qt: TQtWSCustomNotebook and TQtWSCustomPage improvements
git-svn-id: trunk@12042 -
2007-09-16 10:01:36 +00:00
paul
fb9edc8a17 images: menu_reportingbug added
git-svn-id: trunk@12041 -
2007-09-16 08:56:53 +00:00
paul
eaac15eec4 - add rubberband doc skeleton
git-svn-id: trunk@12040 -
2007-09-16 06:40:42 +00:00
paul
d762d100d9 Gtk:
- vary widget default cursors (default edit cursor is IBeam, others are arrow)
- remove unused cursor map global variable and related stuff

git-svn-id: trunk@12039 -
2007-09-16 05:42:37 +00:00
paul
48565b37bf Qt: simplify TQtWSTrackBar code
git-svn-id: trunk@12038 -
2007-09-15 16:45:31 +00:00
paul
03a4859cb0 Qt: simplify TQtWSStatusBar
git-svn-id: trunk@12037 -
2007-09-15 16:27:39 +00:00
paul
fa25ff1432 qt: workaround TQtPage - getIndex, getText, setText (solves problem found by Zeljan)
git-svn-id: trunk@12036 -
2007-09-15 15:40:49 +00:00
marc
e16db43033 * Updated translatiion by Pawel Trochimczuk
git-svn-id: trunk@12035 -
2007-09-15 14:28:26 +00:00
marc
093154de51 * Updated documentation by Chris Kirkpatrick
git-svn-id: trunk@12034 -
2007-09-15 14:22:46 +00:00
vincents
74d9903b57 fixed x86_64-linux rpms for fpc 2.2.0
git-svn-id: trunk@12033 -
2007-09-15 09:15:53 +00:00
jesus
f4c706df05 Printers, added skeleton for carbon specific implementation
git-svn-id: trunk@12032 -
2007-09-14 21:11:44 +00:00
marc
62f8c0137f * Updated documentation by Chris Kirkpatrick
git-svn-id: trunk@12031 -
2007-09-14 20:41:30 +00:00
zeljko
93b4e259f9 (Qt) Bugfix: Wrong casts in TQtWsCustomPage & TQtWSCustomNotebook. Anyway, there's still a bug (tested on linux) cause there's no caption on first tab page.Looks like a egg-chicken problem with TQtPage.GetText().Also TQtPage.getIndex() always returns -1.
git-svn-id: trunk@12030 -
2007-09-14 12:29:39 +00:00
mattias
aaaf1594d3 lazreport: updated german translation
git-svn-id: trunk@12029 -
2007-09-14 11:13:36 +00:00
jesus
d0bc1ca797 LazReport, fixed displaying blob pictures, issue #9670
git-svn-id: trunk@12028 -
2007-09-14 08:00:18 +00:00
paul
7da6e8a36f Qt:
- protect most qtwscontrols.pp class methods by WSCheckHandleAllocated
- cleanup

git-svn-id: trunk@12027 -
2007-09-14 05:05:19 +00:00
paul
5b1d9ef4a8 Qt: fix close event
git-svn-id: trunk@12026 -
2007-09-14 00:56:11 +00:00
marc
5e2d879340 * Fixed menuitemclick for menus with submenu. Based on patch from Luis Rodrigues
* Optimized getting menu imagelist
* some cleanup

git-svn-id: trunk@12025 -
2007-09-13 22:42:57 +00:00
jesus
717e8e7d59 LazReport, added localization to editor sample
git-svn-id: trunk@12024 -
2007-09-13 21:12:15 +00:00
jesus
191bc74788 LazReport, fixed path to dbf file in barcode sample
git-svn-id: trunk@12023 -
2007-09-13 19:01:42 +00:00
paul
c0a25e0eff Qt:
- introduce IQtEdit interface and implement it in Edit, Memo, Combo and Spin widgets
- switch TQtWsCustomEdit to use of IQtEdit is Widget supports it
- remove unneeded more code

git-svn-id: trunk@12022 -
2007-09-13 15:37:16 +00:00
tombo
a750c30815 Carbon intf: fixed #0009656: Carbon TSpinEdit Spinners do not generate 'OnChange' event
git-svn-id: trunk@12021 -
2007-09-13 13:23:16 +00:00
jesus
7eb0bfedf4 LazReport, added initial spanish translation
git-svn-id: trunk@12020 -
2007-09-13 08:07:25 +00:00
paul
64c80e1a0e Qt:
- reimplement TQtListStrings (now sort is also work)
- more TQtWSCustomListBox methods

git-svn-id: trunk@12019 -
2007-09-13 07:55:47 +00:00
paul
01e82c0329 images: new images from wile64
git-svn-id: trunk@12018 -
2007-09-13 06:09:08 +00:00
paul
bd53f48657 - forgotten image (thanks Darius for hint)
git-svn-id: trunk@12017 -
2007-09-13 05:45:57 +00:00
paul
bede463f83 Qt:
- reimplement getText and setText for TQtWsWinControl
- cleanup

git-svn-id: trunk@12016 -
2007-09-13 05:37:38 +00:00
paul
d1df9f09e5 qt: cleanup
git-svn-id: trunk@12015 -
2007-09-13 03:17:06 +00:00
paul
6890ddcf11 Qt:
- update bindings to 1.49
- complete SpinEdit
- fix problem with open form contains TWsCustomEdit descendants

git-svn-id: trunk@12014 -
2007-09-13 01:52:12 +00:00
jesus
4d18147648 LazReport, fixed translations
git-svn-id: trunk@12013 -
2007-09-12 22:45:19 +00:00
jesus
53bd4bff59 Printers, fixed paper Letter not supported problem issue #9400, fixed Printers4LazIDE untitled printjob
git-svn-id: trunk@12012 -
2007-09-12 20:48:55 +00:00
mattias
20ee3f1646 linux: added mime description file
git-svn-id: trunk@12011 -
2007-09-12 17:26:12 +00:00
tombo
a0fdad737e LCL postscriptcanvas.pas:
- fixed PostScript case
- write number of pages to header on EndDoc
- overriden TCanvas.Create*, TCanvas.*Changing, TCanvas.DeselectHandles and TCanvas.RequiredState to not call handle dependent functions, since handle is dummy  

git-svn-id: trunk@12010 -
2007-09-12 14:47:57 +00:00
paul
a6de3a8e90 Qt: improve spin logic
git-svn-id: trunk@12009 -
2007-09-12 14:13:35 +00:00
tombo
390db77320 IDE: enable change of Reporting a bug URL for different translations
git-svn-id: trunk@12008 -
2007-09-12 12:15:26 +00:00
tombo
31336d1110 Carbon intf.: fixed bug #0009409: Carbon Widgetset: Radio TMenuItem does not update
git-svn-id: trunk@12007 -
2007-09-12 11:02:01 +00:00
paul
d9c22fbfcf Qt: simplify spinbox code a bit
git-svn-id: trunk@12006 -
2007-09-12 09:25:31 +00:00
paul
fb5cf75ef9 Qt: port TQtWSWinControl.SetChildZPosition from gtk to qt widgetset
git-svn-id: trunk@12005 -
2007-09-12 09:11:19 +00:00
paul
a7da017c12 - assign forgotten image to menu item (thanks wile64)
git-svn-id: trunk@12004 -
2007-09-12 08:39:25 +00:00