summaryrefslogtreecommitdiffstats
path: root/tests/auto/qtextcursor/tst_qtextcursor.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update license headers to release version.Jason McDonald2010-10-181-13/+13
* Cursor positioning in QTextDocument after undo()mae2010-06-081-1/+17
* Defines whether the cursor should keep its current position.Roberto Raggi2010-06-011-3/+5
* Fix QTextDocument::undo() cursor positioningmae2010-04-071-0/+34
* Update copyright year to 2010Jason McDonald2010-01-061-1/+1
* Added auto test for the cursor position when doing block undo and redomae2009-12-041-1/+27
* QTextCursor selection extension when inserting charactersmae2009-09-231-0/+94
* Update license headers again.Jason McDonald2009-09-091-4/+4
* Update tech preview license header.Jason McDonald2009-08-311-13/+13
* Update license headers.Jason McDonald2009-08-111-1/+1
* Update license headers as requested by the marketing department.Jason McDonald2009-06-161-2/+2
* Remove obsolete code from autotests.Jason McDonald2009-04-161-10/+0
* Long live Qt 4.5!Lars Knoll2009-03-231-0/+1672
nfo' class='commit-info'> authorRobb Matzke <matzke@llnl.gov>1998-03-18 18:09:16 (GMT) committerRobb Matzke <matzke@llnl.gov>1998-03-18 18:09:16 (GMT) commit2fd149a5824c22920d2102b97db8478b2f61d5dd (patch) tree13d887c221264834f88d100e33acafe6cf9b4038 /bin/distdep parent96dd634330502cdde53905c9edbef56028323969 (diff)downloadhdf5-2fd149a5824c22920d2102b97db8478b2f61d5dd.zip
hdf5-2fd149a5824c22920d2102b97db8478b2f61d5dd.tar.gz
hdf5-2fd149a5824c22920d2102b97db8478b2f61d5dd.tar.bz2
[svn-r325] Changes since 19980317
---------------------- ./MANIFEST ./configure.in ./configure ./Makefile.in ./bin/distdep [NEW] ./config/conclude.in ./config/depend.in ./src/.distdep [NEW] ./test/.distdep [NEW] Added some code so non-GNU systems have a list of dependencies between the .c files and the .h files. Hopefully this works and y'all don't have to keep saying `make clean' each time you change a header. On systems with GNU make, GCC, and Perl, the dependency information is generated automatically from rules in config/depend.in as has always been done. But now extra files called `.distdep' (for `distributable dependencies) are left in each directory and these are part of CVS and thus releases. (A `make dep' will create dependencies on demand without doing anything else.) On systems lacking one or more of the tools above, the various `.distdep' files are inserted into the end of the Makefiles. If you do developement on one of these systems you'll have to update the `.distdep' and/or Makefile by hand, or wait until you have access to a GNU system and do a `make dep'.
Diffstat (limited to 'bin/distdep')
-rw-r--r--bin/distdep6
1 files changed, 6 insertions, 0 deletions
diff --git a/bin/distdep b/bin/distdep
new file mode 100644