Justin Karneges
c7f5815b98
fix license header wrapping
...
svn path=/trunk/kdesupport/qca/; revision=808523
2008-05-16 20:41:50 +00:00
Justin Karneges
bf983715d3
use Q_SIGNALS
...
svn path=/trunk/kdesupport/qca/; revision=729745
2007-10-26 20:29:42 +00:00
Brad Hards
9f9156e4a6
API documentation fixes.
...
svn path=/trunk/kdesupport/qca/; revision=707939
2007-09-03 12:04:55 +00:00
Justin Karneges
94f2389524
consistency with other qca enum use
...
svn path=/trunk/kdesupport/qca/; revision=705827
2007-08-28 17:28:02 +00:00
Brad Hards
7ffb1dea73
Fix a few EBN warnings.
...
svn path=/trunk/kdesupport/qca/; revision=705818
2007-08-28 17:04:45 +00:00
Brad Hards
a75a02455d
Add in the missing API documentation.
...
svn path=/trunk/kdesupport/qca/; revision=702796
2007-08-21 07:35:34 +00:00
Justin Karneges
d803c750dc
more docs
...
svn path=/trunk/kdesupport/qca/; revision=697155
2007-08-06 23:46:59 +00:00
Brad Hards
7db5c7713d
More updates for API documentation.
...
We now use \ingroup rather than \addtogroup to
collect the user API.
Also made sure that we have the right #include
magic for all of the user API.
svn path=/trunk/kdesupport/qca/; revision=696216
2007-08-04 08:09:02 +00:00
Justin Karneges
9ca640125d
SyncThread docs
...
svn path=/trunk/kdesupport/qca/; revision=695840
2007-08-03 04:42:42 +00:00
Brad Hards
0f89c8bc31
Take 2 at grouping parts of the QCA API.
...
We now only put classes in the module pages.
svn path=/trunk/kdesupport/qca/; revision=694573
2007-07-31 04:11:42 +00:00
Brad Hards
ec582e26b4
Divide the API documentation into a user module and a
...
provider module.
Also associate the metatype support functions with the
SyncThread page, as requested by Justin.
svn path=/trunk/kdesupport/qca/; revision=694526
2007-07-30 23:40:24 +00:00
Justin Karneges
ffe193af48
change getEnter to getChar
...
svn path=/trunk/kdesupport/qca/; revision=678611
2007-06-21 20:54:18 +00:00
Justin Karneges
7142b861db
formatting
...
svn path=/trunk/kdesupport/qca/; revision=671089
2007-06-03 19:01:50 +00:00
Brad Hards
e94a0b450b
A little more apidox.
...
svn path=/trunk/kdesupport/qca/; revision=670990
2007-06-03 11:14:58 +00:00
Brad Hards
2324c20ceb
API documentation for meta-methods.
...
svn path=/trunk/kdesupport/qca/; revision=670982
2007-06-03 10:36:31 +00:00
Justin Karneges
a767b85be3
getters, formatting
...
svn path=/trunk/kdesupport/qca/; revision=670363
2007-06-01 07:05:47 +00:00
Justin Karneges
ff8b982fb6
qca_export,tools,qpipe.h,support,provider,core,qca.h,textfilter and
...
private headers have been de-indented 1 tab and their documentation
formatting have been made consistent
svn path=/trunk/kdesupport/qca/; revision=670321
2007-06-01 03:00:13 +00:00
Justin Karneges
35e5d4d4ba
Q_DISABLE_COPY
...
svn path=/trunk/kdesupport/qca/; revision=669727
2007-05-30 07:02:34 +00:00
Justin Karneges
ba80129b69
with qt backend, we no longer use this function
...
svn path=/trunk/kdesupport/qca/; revision=663665
2007-05-11 22:43:24 +00:00
Justin Karneges
ed4d9e84f2
private needs to be a friend
...
svn path=/trunk/kdesupport/qca/; revision=658186
2007-04-26 08:51:56 +00:00
Justin Karneges
22a8397b0c
async prompter
...
svn path=/trunk/kdesupport/qca/; revision=656316
2007-04-21 00:01:13 +00:00
Justin Karneges
97d1a15017
explicit constructors
...
svn path=/trunk/kdesupport/qca/; revision=655600
2007-04-18 21:02:46 +00:00
Alon Bar-Lev
c434d94e8d
Add quiet log level
...
svn path=/trunk/kdesupport/qca/; revision=653862
2007-04-14 12:25:06 +00:00
Justin Karneges
924d5a685f
QSecureArray/QBigInteger -> QCA::SecureArray/QCA::BigInteger
...
svn path=/trunk/kdesupport/qca/; revision=653598
2007-04-13 19:04:16 +00:00
Alon Bar-Lev
c0ebf2b8c0
Logger: Add log level filter
...
svn path=/trunk/kdesupport/qca/; revision=651562
2007-04-08 12:29:44 +00:00
Brad Hards
3ba47fa6c4
EBN fixes for signal: -> Q_SIGNALS, slots: -> Q_SLOTS
...
svn path=/trunk/kdesupport/qca/; revision=649891
2007-04-03 11:03:38 +00:00
Stephan Kulow
d85021bbec
make it C++
...
svn path=/trunk/kdesupport/qca/; revision=635280
2007-02-19 18:05:14 +00:00
Justin Karneges
f46f72508d
console now supports real tty access. added some notes to the header.
...
svn path=/trunk/kdesupport/qca/; revision=635004
2007-02-19 02:04:25 +00:00
Brad Hards
5d26cadeed
Add the first cut of a logging capability for QCA.
...
The design consists of a single system Logger object,
and an AbstractLogDevice which you subclass to do whatever
logging you want, and then just plug into the Logger.
svn path=/trunk/kdesupport/qca/; revision=625453
2007-01-20 07:05:31 +00:00
Brad Hards
57c0a105b2
Update FSF address.
...
svn path=/trunk/kdesupport/qca/; revision=618708
2007-01-02 05:10:11 +00:00
Justin Karneges
77c31f750c
remove unnecessary QCA_EXPORT usage
...
svn path=/trunk/kdesupport/qca/; revision=605537
2006-11-17 05:28:44 +00:00
Laurent Montel
3a57d23517
Link qcatool under windows with qmake (for the moment cmake
...
can't link :( )
svn path=/trunk/kdesupport/qca/; revision=605363
2006-11-16 14:07:43 +00:00
Justin Karneges
f7933603e2
move the console password prompter out of qcatool and into qca
...
svn path=/trunk/kdesupport/qca/; revision=604538
2006-11-13 07:10:37 +00:00
Justin Karneges
12c1b9bcdf
fix signal args
...
svn path=/trunk/kdesupport/qca/; revision=604529
2006-11-13 06:08:30 +00:00
Justin Karneges
3f52cfa037
make SyncThread public
...
svn path=/trunk/kdesupport/qca/; revision=604527
2006-11-13 05:59:14 +00:00
Justin Karneges
1e8de156d9
better console closed handling
...
svn path=/trunk/kdesupport/qca/; revision=525889
2006-04-03 07:24:57 +00:00
Brad Hards
db07f8150e
More api documentation.
...
svn path=/trunk/kdesupport/qca/; revision=525516
2006-04-02 11:13:14 +00:00
Justin Karneges
b412e36aaa
console support
...
svn path=/trunk/kdesupport/qca/; revision=525455
2006-04-02 05:19:13 +00:00
Brad Hards
6ff80e4f25
More API documentation. The main change in this lot is to
...
ensure that every header file is documented. That avoids
ugly results in the "files" tab in the HTML, and also
identifies some undocumented functions - also fixed.
svn path=/trunk/kdesupport/qca/; revision=522574
2006-03-26 03:27:54 +00:00
Justin Karneges
36f639a386
need to export these
...
svn path=/trunk/kdesupport/qca/; revision=431133
2005-07-03 10:45:35 +00:00
Justin Karneges
375cf48ca2
support objects: synchronizer and dirwatch
...
svn path=/trunk/kdesupport/qca/; revision=431042
2005-07-03 03:06:45 +00:00