Age | Commit message (Collapse) | Author | Files | Lines |
|
|
|
|
|
|
|
(but since lost by opie, or not added to cvs). This removes any white spaces from the connect macro, to speed things up at runtime.
|
|
- finish recursive directory locks and mention in ChangeLog
beginning with `CVS:' are removed automatically CVS: CVS: Committing in . CVS: CVS: Modified Files: CVS:
ChangeLog libopie2/opiecore/linux/ofilenotify.cpp CVS: libopie2/opiecore/linux/ofilenotify.h CVS:
examples/opiecore/onotifytest/main.cpp CVS: examples/opiecore/onotifytest/main.h CVS: Added Files: CVS:
scripts/addLanguage.sh scripts/mkipks CVS:
----------------------------------------------------------------------
|
|
|
|
check QT_VERSION against 0x030000 instead of 300
|
|
|
|
(partly rolls back my drastic
all-applicatoins-same-version change)
now format is x.y(.z)$EXTRAVERSION
where x.y (and aptionally .z)
are x : major version
y : minor version
z : application patch
and extra version is seconds-since-epoch
this value can be used to automatically
upgrade versions with minor changes (without
manual update of the control file)
|
|
|
|
locates Files and Package entrie
and generates using that information a makefile (on stdout)
SOME DOCUMENTATION (sent to all developers)
That makefile generates a new packages for a particular control file
ONLY IF
1. the control file changed
2. one of the files in the control file changed (including
support for wildcards).
The script is called automatically when needed by the main makefile
when either
make packages-mt
make packages
make package-SomeControlBaseName
is called.
if a goal that does not begin with package... is called (like calling
make clean or just make) then the generation is NOT performed (even if
the special makefile to be generated does not exist) NOR will that
special makefile be included (if it exists).
This guarantees the performance of the build to remain the same
packages built are generated to the Packages subdirectory in $(TOPDIR)
The makefile does not try to package applications that are not compiled
mkipk might fail if files are missing. However the makefile is written
such that the packaging continues
Old packages of the same control are removed
EXTRAVERSION is updated automatically (and updated ONLY for packages
that need to be rebuilt).
IMPORTANT :
Because of the dangling link to /opt/QtPalmtop/bin/quicklauncher
in bin for all quicklauncher apps. the makefile exists with
an error message if /opt... does not exist. to make the makefile
work issue
mkdir /opt
ln -sf $(OPIEDIR) /opt/QtPalmtop
|
|
|
|
|
|
'config' or 'menu' in its description! now noncore/settings/tabmanager, libopie2/opiecore, core/applets/lockapplet and noncore/settings/mediummount have correct depends, and make -j 10 won't choke on lockapplet or libopie2core being built before libqpe
|
|
|
|
|
|
directory.
Kinda like a make install would do but with a couple of added features.
|
|
the script seems to work good, i converted the whole 'noncore' which
will be commited in a few hours. basically the only amount of handwork
after applying the script is adding #include <opie2/odebug.h> and
using namespace Opie::Core - if it's not already there.
|
|
array)
SpeciapMTFiles tothreaded : convert control files to -mt.control
|
|
it should catch most common usages - please try.
Usage: qdebug-odebug.py <oldfilename.cpp> >newfilename.cpp
|
|
The base system and all platform independent applications and platforms
should work.
Please see $OPIEDIR/development/macosx for details
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
DOCTYPE is too much for QTextView
|
|
(took me an hour - like i said :-)
|
|
|
|
|
|
|
|
|
|
in favor of something with some sanity.
|
|
work around
|
|
the file.
|
|
printf("\n\n"
"*** End of Opie configuration.\n"
"*** Check the top-level Makefile for additional configuration.\n"
- "*** Next, you may run 'makee'.\n\n");
+ "*** Next, you may run 'make'.\n\n");
} else
printf("\n\nYour Opie configuration changes were NOT saved.\n\n");
|
|
|
|
|
|
|
|
|
|
capitalize first letter of generated menu sections.
|