summaryrefslogtreecommitdiff
path: root/noncore/net/ubrowser
AgeCommit message (Collapse)AuthorFilesLines
2003-10-29mrege noncore/net/*mickeyl4-14/+8
2003-08-09Merge from BRANCH_1_0kergoth3-9/+19
2003-08-09Merge from BRANCH_1_0kergoth1-10/+0
2003-06-04sanitizedschurig1-1/+1
2003-04-22Add Package: field to control files. This will facilitate ditching mkipks ↵kergoth1-0/+1
in favor of something with some sanity.
2003-04-22Dependency fixes. s/opie-base/task-opie-minimal/; ↵kergoth1-1/+1
s/libqt2-emb-fonts/qte-fonts/; s/libqt2-emb/libqte2/;
2003-03-21fixed commandline argument reading, made ubrowser a "document-oriented ↵spiralman4-26/+44
application" (implemented setDocument, etc)
2003-03-21fixed loading of files from commandline using relative filenamesspiralman2-1/+7
2003-03-21added support for specifying a file or url at the command line (currently ↵spiralman2-0/+10
must be first argument)
2003-03-21commented out debuging output and increased version to 0.1 (thought 0.0 was ↵spiralman2-5/+5
causing problems w/ ipkg)
2003-03-15added .control file, fixed toolbar to not be movable, added app iconspiralman2-0/+12
2003-03-15HttpFactory::data() now returns 0 if there is a 404 error (previously, if ↵spiralman1-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-15added code to force QTextBrowser to parse input as html if http header ↵spiralman2-2/+7
claims thats what it is (it was having problems autodetecting on certain pages)
2003-03-15moved from using QSockets to normal unix sockets, images and chunked ↵spiralman5-419/+276
encoding **should** work <crosses fingers>
2003-01-24Sorry about the flood on the cvs ml list, but this uses OPIEDIR to locate ↵kergoth1-1/+1
include.pro rather than a relative path.. then you dont have to alter the .pro when restructuring cvs.
2003-01-23- remove mocfilesmickeyl3-191/+1
- g++ 3.2 fix (repeat after me... :-)
2003-01-16i18n for new buildsystem :)kergoth1-0/+4
2003-01-16Move most of config categorization into root config, and consolated core vs ↵kergoth1-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-06Add X11..kergoth1-1/+1
2002-11-05Removing generated Makefiles.kergoth2-400/+0
2002-11-05you know the drillkergoth1-1/+1
2002-11-05Adding initial config.in fileskergoth1-0/+4
2002-08-03fixed relative links (except from forward and back buttons), added initial ↵spiralman4-16/+59
image code (not working), changes to chunked encoding (still not working, might be a qsocket issue)
2002-08-02fixed some bugs in chunked encoding stuff, but it still doesnt work. feels ↵spiralman1-7/+26
very close though...
2002-07-25removed infinite loop with chunked encodingspiralman3-6/+9
fixed generation of context for http requests (QTextBrowser still ignores them) chunked encoding still misses large portions of data...
2002-07-22fixed some bugs with chunked transfer encoding, still doesnt work thoughspiralman3-24/+63
2002-07-20*** empty log message ***llornkcor2-0/+2
2002-07-20*** empty log message ***llornkcor8-2/+2
2002-07-20*** empty log message ***llornkcor4-0/+0
2002-07-19initial add of ubrowser sourcespiralman21-0/+1303