paul
abc335dd5a
- fixing "point" issues (change from PPoint to PQtPoint)
...
- fixing lazarus splash screen launch (there was assumption in the code that application already has MainForm, so all calls like Application.MainForm.Visible causes AV)
- fixing issues with Menu
git-svn-id: trunk@11448 -
2007-07-09 05:56:24 +00:00
marc
92017a02c7
* Updated translation by Antonio Galvao
...
git-svn-id: trunk@11447 -
2007-07-08 23:27:31 +00:00
marc
39cf96014b
* New translation by Laurent Jacques
...
git-svn-id: trunk@11446 -
2007-07-08 23:23:30 +00:00
marc
f33a50df4f
* Updated translations by Mario Bonati
...
git-svn-id: trunk@11445 -
2007-07-08 23:17:15 +00:00
vincents
c7faa08b73
IDE: win64 now has a resouce compiler, so add manifest and icon resources
...
git-svn-id: trunk@11444 -
2007-07-08 21:51:37 +00:00
sekelsenmat
a048c18092
Updated Qt bindings to 1.41
...
git-svn-id: trunk@11443 -
2007-07-08 07:21:47 +00:00
andrew
11c8f8cc12
disabled a chm debug define
...
git-svn-id: trunk@11442 -
2007-07-07 17:45:34 +00:00
andrew
78393ef6fe
* cleaned up code in chmreader.
...
* renamed TChmReader to TITSReader and moved the chm
specific stuff to TChmReader descended from TITSReader.
* changed how TITSReader looks up files. It no longer reads
all the entries into memory but look them up efficiently
as needed
* added a ChmCompareText function that is compatible to
how the archive expects the files to be ordered
git-svn-id: trunk@11441 -
2007-07-07 16:00:26 +00:00
mattias
a07810628b
gtk1 intf: workaround for gtk bug: if there is a theme engine, ignore area parameter of draw events, fix for bug #1152
...
git-svn-id: trunk@11440 -
2007-07-07 10:21:18 +00:00
vincents
671de5110e
IDE: replaced the Cancel button with "Skip this package", when an error is shown during loading of multiple packages, bug(8655)
...
git-svn-id: trunk@11439 -
2007-07-06 20:18:38 +00:00
vincents
2566bffceb
gtk interface: fixed memory corruption when pasting from clipboard fails and the sanity check is invoked
...
git-svn-id: trunk@11438 -
2007-07-06 14:27:04 +00:00
mattias
d81144b51a
bug 1152: added debug code
...
git-svn-id: trunk@11437 -
2007-07-06 13:41:29 +00:00
mattias
12b5287922
gtk2 intf: fixed UpdateWindow result
...
git-svn-id: trunk@11436 -
2007-07-06 12:50:24 +00:00
mattias
65b701d26c
opengl context: example set LCL widgetset to default
...
git-svn-id: trunk@11435 -
2007-07-06 12:46:12 +00:00
mattias
466d2337c3
gtk2 intf: implemented UpdateWindow
...
git-svn-id: trunk@11434 -
2007-07-06 12:42:20 +00:00
paul
2f657c4c3f
- restore font color after drawing text by ThemeServices
...
git-svn-id: trunk@11433 -
2007-07-06 11:11:38 +00:00
vincents
fd11231a53
LCL: cleanup unnecessary local variable (bug #9218 )
...
git-svn-id: trunk@11432 -
2007-07-06 07:56:44 +00:00
paul
1518e4a714
- add i386-win32-qt combination to definetemplates.pas
...
git-svn-id: trunk@11431 -
2007-07-06 06:25:40 +00:00
paul
666cd0c4a7
- TBitmap.LoadFromLazarusResource has been switched to TLazarusResourceStream
...
git-svn-id: trunk@11430 -
2007-07-06 02:55:30 +00:00
paul
ce2a7a71a6
- added TLResources.Find by Name and ValueType (it was by Name only before)
...
- new class TLazarusResourceStream similar to TResourceStream
- some code needed resource stream has been switched to use TLazarusResourceStream
git-svn-id: trunk@11429 -
2007-07-06 02:32:22 +00:00
vincents
4d69b762e7
IDE: fixed Makefile, LCL_PLATFORM was initialized twice.
...
git-svn-id: trunk@11428 -
2007-07-05 08:42:09 +00:00
vincents
8ef8ab4387
IDE: make clean should not delete manifest.res
...
git-svn-id: trunk@11427 -
2007-07-05 08:26:34 +00:00
sekelsenmat
b164650a7d
Updated Qt bindings to 1.40
...
git-svn-id: trunk@11426 -
2007-07-05 07:21:12 +00:00
paul
9b24b60145
- correction of menu look under windows
...
git-svn-id: trunk@11425 -
2007-07-05 05:47:24 +00:00
paul
8f7627dae7
fix compilation of qt
...
git-svn-id: trunk@11424 -
2007-07-05 04:36:46 +00:00
paul
9d62526137
- (QT) TQtImage.AsIcon
...
- (QT) set image to menu item
- (LCL) destroy menu item bitmap if ImageIndex reseted to -1
git-svn-id: trunk@11423 -
2007-07-05 03:47:03 +00:00
vincents
4c83db93b4
IDE: explicitly use lazarus.res, so other res files like manifest.res are not used
...
git-svn-id: trunk@11422 -
2007-07-04 19:07:48 +00:00
paul
2bbf683207
- show windres errors/warnings in messages window
...
git-svn-id: trunk@11421 -
2007-07-04 09:10:07 +00:00
paul
d6156c40cc
forgotten file
...
git-svn-id: trunk@11420 -
2007-07-04 06:39:51 +00:00
paul
5a0fcd5933
simplifying manifest resource
...
git-svn-id: trunk@11419 -
2007-07-04 06:38:16 +00:00
jesus
7bae212259
LCL and IDE, gtk, TArrow now is sensible to mouse events, fixes ProjectOptions->Forms arrows
...
git-svn-id: trunk@11418 -
2007-07-04 06:21:45 +00:00
paul
26224b2923
- if there was error while generating version info or manifest then show error before build termination (was silence)
...
git-svn-id: trunk@11417 -
2007-07-04 03:25:27 +00:00
vincents
0e34ed8982
LCL: default values of ListItem and TreeNode image index set to -1 for Delphi compatibility (bug #9192 )
...
git-svn-id: trunk@11416 -
2007-07-03 13:26:02 +00:00
paul
6402384028
- better drawing menu under windows
...
git-svn-id: trunk@11415 -
2007-07-03 12:41:05 +00:00
vincents
8ab969918a
LCL: don't call default mouse wheel message handler if DoMouseWheel has handled the message (bug #8364 )
...
git-svn-id: trunk@11414 -
2007-07-03 11:59:22 +00:00
paul
11e3159669
- BidiMode patch from Zaher Dirkey (0009203)
...
git-svn-id: trunk@11413 -
2007-07-03 03:34:20 +00:00
paul
f50f173e8f
- replace processorArchitecture from *X86* to *
...
git-svn-id: trunk@11412 -
2007-07-02 08:31:42 +00:00
vincents
d36a20fb59
IDE: don't set processor architecture in the manifest, so it can be used on win64 too
...
git-svn-id: trunk@11411 -
2007-07-02 08:25:48 +00:00
sekelsenmat
545b183cba
Patch from zeljko to Qt. Fixed memleak in TCustomControl.
...
git-svn-id: trunk@11410 -
2007-07-02 07:34:20 +00:00
paul
401d81cfc4
- BidiMode patch from Zaher Dirkey (0008996) part 2
...
git-svn-id: trunk@11409 -
2007-07-02 07:03:42 +00:00
paul
d5c7e43700
- BidiMode patch from Zaher Dirkey (0008996) part 1
...
git-svn-id: trunk@11408 -
2007-07-02 07:00:51 +00:00
vincents
1aa10e864e
win installer script: fixed typo, that is exposed when there is no patch file
...
git-svn-id: trunk@11407 -
2007-07-01 19:44:11 +00:00
mattias
1ddf9fb8f9
gtk1 intf: improved clHighlighttext using bg_gc instead of text_g
...
git-svn-id: trunk@11406 -
2007-07-01 13:07:24 +00:00
vincents
14c9c1fef0
fpc patch: all wished for revisions have been merged, so this is merely a dormant stub now
...
git-svn-id: trunk@11405 -
2007-07-01 07:35:56 +00:00
sekelsenmat
8476560e0f
Patch from zeljko. Bugfix for winapi GetScrollInfo on Qt.
...
git-svn-id: trunk@11404 -
2007-07-01 07:26:17 +00:00
sekelsenmat
fcf7cddbdd
Patch from zeljko for Qt. QLineEdit handling of AutoSelect property. bugfix: Vertical scrollbar mousewheel scroll must have inverted control.
...
git-svn-id: trunk@11403 -
2007-06-30 11:50:32 +00:00
sekelsenmat
43c999f092
Patch from zeljko. Font, Text Color & Color can be changed for all TWinControl descendants on Qt.
...
git-svn-id: trunk@11402 -
2007-06-29 15:31:49 +00:00
tombo
bdecf2b5b9
Gtk1/2 intf: implemented OnDropFiles event
...
git-svn-id: trunk@11401 -
2007-06-29 11:32:45 +00:00
paul
962d6f164c
- crNone cursor for gtk and carbon (issue #8962 )
...
git-svn-id: trunk@11400 -
2007-06-29 08:22:12 +00:00
sekelsenmat
6044c936f7
Patch from zeljko. Implemented SetColor() for TCustomControl descendants on Qt.
...
git-svn-id: trunk@11399 -
2007-06-28 18:24:37 +00:00