Changes between Version 13 and Version 14 of BuildingGdk


Ignore:
Timestamp:
Jul 2, 2007 11:12:57 AM (17 years ago)
Author:
alp@atoker.com
Comment:

Update deps and tasks

Legend:

Unmodified
Added
Removed
Modified
  • BuildingGdk

    v13 v14  
    2020 * libcurl-dev
    2121 * libsqlite3-dev
     22 * libjpeg62-dev
     23 * libpng12-dev
    2224
    2325== Using Qmake4 ==
     
    5759 * cairo graphics SVG backend (coming soon): [http://trac.webkit.org/projects/webkit/browser/trunk/WebCore/platform/graphics/svg/cairo WebCore/platform/graphics/svg/cairo]
    5860
    59 == Current tasks (May '07) ==
     61== Current tasks (July '07) ==
    6062
    6163 * Make things work with debugging enabled (when NDEBUG is removed, assertions are triggered right now)
    6264 * Fix animated GIF images -- consider using GdkPixbuf?
    63  * Implement more of GraphicsContextCairo.cpp
    64  * Use system-provided libpng/libjpeg and encourage the removal of cairo, png and jpeg sources from the SVN tree
    6565 * Continue to fix the curl backend
    66  * Remove "gdk" naming from the curl backend. Other ports have expressed interest in using it.
    6766 * Start to consider consolidating the widget into a single place as the Qt port has done, and look into implementing eg. createFrame()
    68  * Look into supporting SVG (is the code in the [http://bugs.webkit.org/show_bug.cgi?id=11332 SVG/Cairo support patch] still relevant?)
    6967 * Look into supporting the canvas
    7068 * Attempt to merge the Cairo code in the Win32 port -- the equivalent code is copy-and-pasted into the "Gdk" port in some places. This will help reduce code duplication but also help towards getting WebKit/Gdk/Gtk+ working on Windows
    71  * Implement more stubs
    7269 * Rename Cairo context local variable name to "cr" for consistency and to avoid conflict with GraphicsContext
    73  * Investigate more convenient development workflows using git