This website requires JavaScript.
Explore
Help
Sign in
luisgulo
/
gambas-source-code
Watch
1
Star
0
Fork
You've already forked gambas-source-code
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
3769319e5a
gambas-source-code
/
gb.qte
/
gb.qte.am
6 lines
76 B
Text
Raw
Normal View
History
Unescape
Escape
[CONFIGURATION] * NEW: Use the libtool optimizer 'dolt' made by Josh Triplett. This should speed up the all compilation. [GB.GTK] * BUG: PictureBox.Alignment property now correctly deals with Align.Normal, Align.TopNormal, and Align.BottomNormal alignments. [GB.QT] * OPT: The PictureBox control does not flicker anymore when its Picture property is changed. [GB.QTE] * BUG: No more automake warning about GNU extensions. * BUG: The component compiles correctly again. git-svn-id: svn://localhost/gambas/trunk@1335 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-04-23 12:28:33 +02:00
CLEANFILES = *_moc.cpp
* Copy https://gambas.svn.sourceforge.net/svnroot/gambas/2.0 to https://gambas.svn.sourceforge.net/svnroot/gambas/gambas git-svn-id: svn://localhost/gambas/trunk@893 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2007-12-30 17:41:49 +01:00
[CONFIGURATION] * NEW: Use the libtool optimizer 'dolt' made by Josh Triplett. This should speed up the all compilation. [GB.GTK] * BUG: PictureBox.Alignment property now correctly deals with Align.Normal, Align.TopNormal, and Align.BottomNormal alignments. [GB.QT] * OPT: The PictureBox control does not flicker anymore when its Picture property is changed. [GB.QTE] * BUG: No more automake warning about GNU extensions. * BUG: The component compiles correctly again. git-svn-id: svn://localhost/gambas/trunk@1335 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-04-23 12:28:33 +02:00
.h_moc.cpp:
$(MOC) -o $@ $<
[CONFIGURATION] * NEW: The syntax of pkg-config detection macro has changed to better use the pkg-config possibilities. [DEVELOPMENT ENVIRONMENT] * BUG: Correctly update .startup file when closing the project property dialog. * BUG: Don't crash when the debugger stops inside the form generated code. * BUG: Update the project templates to the 3.0 syntax. [GB.QTE] * BUG: Make this component compile correctly. * BUG: Remove the automake warning. [GB.QT4] * NEW: Upgrade to the new QT 4 syntax in many places. * NEW: Menu class has been redesigned to use the new QAction class. Not tested yet. * NEW: Standard controls work better. git-svn-id: svn://localhost/gambas/trunk@1344 867c0c6c-44f3-4631-809d-bfa615b0a4ec
2008-04-29 15:40:55 +02:00
SUFFIXES = .h _moc.cpp
Reference in a new issue
Copy permalink