Age | Commit message (Collapse) | Author | Files | Lines |
---|---|---|---|---|
2004-11-08 | move ubroser to unsupported | mickeyl | 12 | -740/+0 |
2004-03-29 | remove bogus libopie dependencies | mickeyl | 1 | -1/+1 |
2004-03-28 | remove hardcoded build types "debug" and "release". these are set by the ↵ | mickeyl | 1 | -1/+1 |
build system | ||||
2004-03-14 | Convert net to ODP and QtAUX | zecke | 1 | -1/+3 |
2004-02-16 | More control file clean-up...mostly done, except for task-opie-* | drw | 1 | -1/+1 |
2004-02-14 | Clean-up of .cvsignore files | drw | 1 | -0/+2 |
2003-12-07 | s/QPEToolBar/QToolBar: | mickeyl | 2 | -2/+2 |
- remove usage of deprecated classses - makes it easier to migrate to OToolBar in the future | ||||
2003-11-11 | add ubrowser libs | chicken | 1 | -1/+1 |
2003-10-29 | mrege noncore/net/* | mickeyl | 4 | -14/+8 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 3 | -9/+19 |
2003-08-09 | Merge from BRANCH_1_0 | kergoth | 1 | -10/+0 |
2003-06-04 | sanitized | schurig | 1 | -1/+1 |
2003-04-22 | Add Package: field to control files. This will facilitate ditching mkipks ↵ | kergoth | 1 | -0/+1 |
in favor of something with some sanity. | ||||
2003-04-22 | Dependency fixes. s/opie-base/task-opie-minimal/; ↵ | kergoth | 1 | -1/+1 |
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/; | ||||
2003-03-21 | fixed commandline argument reading, made ubrowser a "document-oriented ↵ | spiralman | 4 | -26/+44 |
application" (implemented setDocument, etc) | ||||
2003-03-21 | fixed loading of files from commandline using relative filenames | spiralman | 2 | -1/+7 |
2003-03-21 | added support for specifying a file or url at the command line (currently ↵ | spiralman | 2 | -0/+10 |
must be first argument) | ||||
2003-03-21 | commented out debuging output and increased version to 0.1 (thought 0.0 was ↵ | spiralman | 2 | -5/+5 |
causing problems w/ ipkg) | ||||
2003-03-15 | added .control file, fixed toolbar to not be movable, added app icon | spiralman | 2 | -0/+12 |
2003-03-15 | HttpFactory::data() now returns 0 if there is a 404 error (previously, if ↵ | spiralman | 1 | -1/+7 |
there was a 404 error on an image, the browser would get stuck in an infinite loop). also, fixed html detection | ||||
2003-03-15 | added code to force QTextBrowser to parse input as html if http header ↵ | spiralman | 2 | -2/+7 |
claims thats what it is (it was having problems autodetecting on certain pages) | ||||
2003-03-15 | moved from using QSockets to normal unix sockets, images and chunked ↵ | spiralman | 5 | -419/+276 |
encoding **should** work <crosses fingers> | ||||
2003-01-24 | Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵ | kergoth | 1 | -1/+1 |
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs. | ||||
2003-01-23 | - remove mocfiles | mickeyl | 3 | -191/+1 |
- g++ 3.2 fix (repeat after me... :-) | ||||
2003-01-16 | i18n for new buildsystem :) | kergoth | 1 | -0/+4 |
2003-01-16 | Move most of config categorization into root config, and consolated core vs ↵ | kergoth | 1 | -4/+4 |
noncore from a config perspective, as its confusing and unnecessary for users. Also cleaned up a bit, and added some basic descriptions. | ||||
2002-11-06 | Add X11.. | kergoth | 1 | -1/+1 |
2002-11-05 | Removing generated Makefiles. | kergoth | 2 | -400/+0 |
2002-11-05 | you know the drill | kergoth | 1 | -1/+1 |
2002-11-05 | Adding initial config.in files | kergoth | 1 | -0/+4 |
2002-08-03 | fixed relative links (except from forward and back buttons), added initial ↵ | spiralman | 4 | -16/+59 |
image code (not working), changes to chunked encoding (still not working, might be a qsocket issue) | ||||
2002-08-02 | fixed some bugs in chunked encoding stuff, but it still doesnt work. feels ↵ | spiralman | 1 | -7/+26 |
very close though... | ||||
2002-07-25 | removed infinite loop with chunked encoding | spiralman | 3 | -6/+9 |
fixed generation of context for http requests (QTextBrowser still ignores them) chunked encoding still misses large portions of data... | ||||
2002-07-22 | fixed some bugs with chunked transfer encoding, still doesnt work though | spiralman | 3 | -24/+63 |
2002-07-20 | *** empty log message *** | llornkcor | 2 | -0/+2 |
2002-07-20 | *** empty log message *** | llornkcor | 8 | -2/+2 |
2002-07-20 | *** empty log message *** | llornkcor | 4 | -0/+0 |
2002-07-19 | initial add of ubrowser source | spiralman | 21 | -0/+1303 |