/[splashy]/trunk/src
ViewVC logotype

Log of /trunk/src

View Directory Listing Directory Listing


Sticky Revision:
(Current path doesn't exist after revision 1157)

Revision 462 - Directory Listing
Modified Sun Oct 23 06:16:03 2005 UTC (7 years, 6 months ago) by lems1-guest
 - uses own pid to control threads
 - test package

Revision 461 - Directory Listing
Modified Sun Oct 23 01:14:14 2005 UTC (7 years, 6 months ago) by lems1-guest
 - missing headers

Revision 460 - Directory Listing
Modified Sun Oct 23 01:13:39 2005 UTC (7 years, 6 months ago) by lems1-guest
 - attempt to change vt's without using /usr/bin/chvt. also, do not start splashy if it's already running

Revision 454 - Directory Listing
Modified Tue Oct 11 15:10:24 2005 UTC (7 years, 7 months ago) by lems1-guest
 - allows splashy to test the environment before it starts
 - splashy now tests the environment correctly

Revision 453 - Directory Listing
Modified Sat Oct 8 17:15:36 2005 UTC (7 years, 7 months ago) by lems1-guest
 - no need for update_index() anymore

Revision 452 - Directory Listing
Modified Sat Oct 8 14:11:50 2005 UTC (7 years, 7 months ago) by lems1-guest
 - ignore vi swap files
 - includes sources for splashy_config
 - ignore splashy_config binary
 - ignore vi swap files
 - no need for AM_CFLAGS here
 - fixes segfault. we need to init the xml_parser before we use it

Revision 445 - Directory Listing
Modified Sun Oct 2 18:14:02 2005 UTC (7 years, 7 months ago) by lems1-guest
 - new test package

Revision 444 - Directory Listing
Modified Sun Oct 2 17:47:07 2005 UTC (7 years, 7 months ago) by lems1-guest
 - enables debugging using --enable-debug passed to autogen.sh or configure

Revision 443 - Directory Listing
Modified Sun Oct 2 16:59:11 2005 UTC (7 years, 7 months ago) by lems1-guest
 - adds configuration related functions
 - splashy sources splitted into xml_parser (generic xml parser) and xml_config (implements a simple parser for our config.xml files using the xml_parser)

Revision 442 - Directory Listing
Modified Wed Sep 28 02:27:17 2005 UTC (7 years, 7 months ago) by lems1-guest
 - really turned off debug
 - fixes bugs. some drivers can't be compiled in

Revision 441 - Directory Listing
Modified Wed Sep 28 01:56:05 2005 UTC (7 years, 7 months ago) by lems1-guest
 - strange errors show when we compiled in matrox|unicrome|cle266|nvidia
 - turned off debugging

Revision 440 - Directory Listing
Modified Tue Sep 27 05:57:04 2005 UTC (7 years, 7 months ago) by lems1-guest
 - we like doing our own configuration here
 - an attempt to automate the inclusion of all drivers for all architectures at compile time. needs more work

Revision 439 - Directory Listing
Modified Mon Sep 26 09:16:22 2005 UTC (7 years, 7 months ago) by lems1-guest
 - sync'ed
 - fixed mispellings and other nuances in man pages
 - this can be safely ignored as it will be rebuild automatically
 - resolves resolution bug. now splashy will always "know" what the highest possible resolution is and use that accordingly.
 - splashy compiles statically against all libraries using all directfb video drivers
 - man page has been fixed to show that arguments are not optional
 - other minor improvements
 - final test relase before 0.1.6
 - new man page

Revision 437 - Directory Listing
Modified Sun Sep 18 10:18:15 2005 UTC (7 years, 8 months ago) by lems1-guest
 - in order to get a fully -static binary, we need -all-static and optional --strip-all in src/Makefile.am FLAGS variable, but for some reason that does the wrong thing for the executable...

Revision 435 - Directory Listing
Modified Sun Sep 18 09:52:54 2005 UTC (7 years, 8 months ago) by lems1-guest
 - adds link to how to link statically against directfb
 - static build successfully
 - fixes bugs if splashy is not properly installed
 - successfully linked directfb statically with splashy

Revision 433 - Directory Listing
Modified Mon Sep 5 06:52:56 2005 UTC (7 years, 8 months ago) by lems1-guest
 - allows progressbar to move forward smoothly. removes the progressbar in reverse code for now
 - new feature included

Revision 432 - Directory Listing
Modified Sun Sep 4 00:54:55 2005 UTC (7 years, 8 months ago) by lems1-guest
 - adds test/preview to the set of splashy possible modes
 - adds a possible way to fix this issue

Revision 431 - Directory Listing
Modified Sat Sep 3 19:32:14 2005 UTC (7 years, 8 months ago) by lems1-guest
 - fallback to default theme's config.xml if other methods fail

Revision 430 - Directory Listing
Modified Sat Sep 3 19:20:48 2005 UTC (7 years, 8 months ago) by lems1-guest
 - bump up the version
 - makes sure we take care of relative paths as well when looking for config.xml

Revision 429 - Directory Listing
Modified Sat Sep 3 18:47:24 2005 UTC (7 years, 8 months ago) by lems1-guest
 - extra themes for splashy
 - adds support for showing the progressbar on shutdown or boot
 - placed splashy logo inside default theme
 - adds some sanity checks to splashy, we now have a theme to fall back to when some image is not found

Revision 426 - Directory Listing
Modified Sat Sep 3 06:14:26 2005 UTC (7 years, 8 months ago) by lems1-guest
 - fixes bug with current theme. theme clashes with xpath name use for individual themes
 - fixed oxymoronic comment
 - fixed bug with missing progressbar

Revision 423 - Directory Listing
Modified Thu Aug 25 05:54:33 2005 UTC (7 years, 8 months ago) by lems1-guest
 r512@xanax:  lmondesi | 2005-08-25 00:28:33 -0400
 reorganization of themes dir
 r513@xanax:  lmondesi | 2005-08-25 00:34:43 -0400
 reorgnize config.xml files for themes and splashy itself
 r514@xanax:  lmondesi | 2005-08-25 00:36:34 -0400
 adds SPL_CURRENT_THEME xpath
 r515@xanax:  lmondesi | 2005-08-25 01:21:47 -0400
 adds support for config.xml files in themes folders. see the themes/default/config.xml file as an example of what variables are meant for theme config files
 r516@xanax:  lmondesi | 2005-08-25 01:26:08 -0400
 no -static support yet
 r517@xanax:  lmondesi | 2005-08-25 01:45:54 -0400
 we pass directory names to parse_theme_config the default filename is config.xml
 r518@xanax:  lmondesi | 2005-08-25 01:48:13 -0400
 no -static yet
 r519@xanax:  lmondesi | 2005-08-25 01:49:38 -0400
 themes ready to be used with their own config files

Revision 421 - Directory Listing
Modified Mon Aug 8 03:58:53 2005 UTC (7 years, 9 months ago) by lems1-guest
 r494@xanax:  lmondesi | 2005-06-18 10:00:44 -0400
 better debugging args
 r508@xanax:  lmondesi | 2005-08-07 23:55:26 -0400
 updated

Revision 414 - Directory Listing
Modified Wed Jun 22 16:08:35 2005 UTC (7 years, 10 months ago) by lems1-guest
 - official splashy logo
 - allows splashy to be moved from focus at any time during runtime
 - new test release

Revision 413 - Directory Listing
Modified Sun Jun 19 14:21:30 2005 UTC (7 years, 11 months ago) by lems1-guest
 - new test package
 - fixed typo/thinko: no splashy_video_t but spl_videomode_t

Revision 403 - Directory Listing
Modified Wed Jun 15 13:50:12 2005 UTC (7 years, 11 months ago) by lems1-guest
 - test release 
 - initializes the mode pointer in splashy_video_t

Revision 400 - Directory Listing
Modified Tue Jun 14 17:31:51 2005 UTC (7 years, 11 months ago) by lems1-guest
 - removed unused variable

Revision 399 - Directory Listing
Modified Tue Jun 14 17:27:38 2005 UTC (7 years, 11 months ago) by lems1-guest
 - preliminary video mode detection code

Revision 398 - Directory Listing
Modified Sat Jun 11 21:08:46 2005 UTC (7 years, 11 months ago) by lems1-guest
 - attempts to detect the valid video modes before setting our surface to full screen mode. needs more work.

Revision 383 - Directory Listing
Modified Sat May 28 07:58:27 2005 UTC (7 years, 11 months ago) by lems1-guest
 - fixes pattern matching routine. now errors are found very quickly in any buffer/file or char device
 - major code cleanups
 - adds missing gpl clauses

Revision 380 - Directory Listing
Modified Thu May 26 17:13:10 2005 UTC (7 years, 11 months ago) by lems1-guest
 - if we find an error, kill splashy child and exit

Revision 379 - Directory Listing
Modified Thu May 26 17:11:16 2005 UTC (7 years, 11 months ago) by lems1-guest
- implements a simple reader for /dev/vcs1 using regexec()
- progress bar now works in reverse

Revision 378 - Directory Listing
Modified Thu May 26 16:25:43 2005 UTC (7 years, 11 months ago) by lems1-guest
 - wait using nanosleep() instead of deprecated usleep()
 - splashy autoverboseonerror is a general config key. moved out of the background block

Revision 359 - Directory Listing
Modified Thu May 5 05:10:02 2005 UTC (8 years ago) by lems1-guest
 - added sanity checks before sending commands to the FIFO. commented out the fifo clear function
 - added better description for the splashy.init for debian
 - commented out the splashy_clear_fifo call
 - commented out the spl_clear_fifo call
 - we need output returned to us via STDOUT not simply return
 - we need to get back STDOUT from splashy_get_pid and not string. bug fix for a statement that will always be true
 - removes initrc links on remove target also. we should purge the scripts from /etc/init.d also to avoid problems when upgrading
 - new test version
 - return not echo
 - removes acts almost like purge, except it doesn't remove fifo

Revision 357 - Directory Listing
Modified Tue May 3 04:06:35 2005 UTC (8 years ago) by lems1-guest
 - fixes defunct issues. when splashy exits prematurely, like when hitting ESC/F2, all the script stay hanging while writting to the FIFO... not pretty. fixing afterwards
 - changes where we print our errors, now they go to stderr
 - introduces spl_clear_fifo() to release all scripts which may have written something to this file previously. code cleanups
 - added debugging and code cleanups
 - a simple way to clear our FIFO in initrc. This is because splashy has already left the building when users press ESC/F2 and initrc scripts keep sending commands to the FIFO. we need a way to "know" if splashy is running...
 - fixes initrc scripts so that they clean fifo. code cleanups

Revision 356 - Directory Listing
Modified Tue May 3 01:15:03 2005 UTC (8 years ago) by lems1-guest
kills sub_parent also when child exits

Revision 354 - Directory Listing
Modified Mon May 2 05:51:51 2005 UTC (8 years ago) by lems1-guest
 - fixes a number of bugs with the way that directfb waits for keyboard events. now it works like a charm by forking and letting the parent be the one waiting for the events while the sub child paints the progress bar

Revision 353 - Directory Listing
Modified Mon May 2 04:50:12 2005 UTC (8 years ago) by lems1-guest
 - fixes bug: we don't wait unlimited amount of time for an event to occur. this is nuts

Revision 352 - Directory Listing
Modified Mon May 2 04:37:34 2005 UTC (8 years ago) by lems1-guest
 - synced from alioth. code cleanups
 - update changelog for a new test. this is gold
 - added a nice macro that kills directfb properly when something goes wrong
 - added a nice interface to listen to keyboard events. also splashy cleans up after itself on shutdown. we need to do the same for the GList options from the xml parser
 - video.c uses new macro to initialize directfb properly. also some code cleanups
 - added a few nice pointer holders for our new event buffer listener. keeps our keyboard also

Revision 348 - Directory Listing
Modified Fri Apr 29 03:08:11 2005 UTC (8 years ago) by lems1-guest
 - adds a small pause between progress
 - simple implementation of reverse progress bar. slow; should find better way later
 - fixed bug with splashy not showing at shutdown. implemented sample reversed progressbar. also, removed dependancy on ncurses-bin tput and other commands
 - removes dependancies on ncurses-bin. code cleanups
 - puts green color back
 - test version: inverted progressbar 

Revision 346 - Directory Listing
Modified Fri Apr 29 00:48:59 2005 UTC (8 years ago) by lems1-guest
 r350@xanax:  lmondesi | 2005-04-28 20:45:49 -0400
 code cleanups and notes about vt-switching breaking splashy (not allowing other applications to gain focus

Revision 344 - Directory Listing
Modified Wed Apr 27 15:55:26 2005 UTC (8 years ago) by lems1-guest
using force-windowed allows surface apps to work as if they were defined as windows and lets the focus be switched

Revision 343 - Directory Listing
Modified Wed Apr 27 10:39:21 2005 UTC (8 years ago) by lemsx1
commented out sending allowchvt because this causes directfb to allow switching but it doesn't actually release the current surface resulting ina stalemate: no switching is possible and no way to exit splashy via 'exit' through the fifo

Revision 342 - Directory Listing
Modified Wed Apr 27 10:02:26 2005 UTC (8 years ago) by lemsx1
attempts to allow splashy to switch vt by itself.
I'm seeing in the terminal that all functions get called in the right
order, yet for some reason libdirectfb doesn't allow the switch.
I'll study the source for libdirectfb-0.9-20 to see if this option is
implemented or if it's just part of libdirectfb-0.9-22.

Revision 340 - Directory Listing
Modified Tue Apr 26 13:10:34 2005 UTC (8 years ago) by lemsx1
implements a simple way to let splashy release the hold that it has on the terminal

Revision 339 - Directory Listing
Modified Mon Apr 25 19:15:47 2005 UTC (8 years ago) by lemsx1
 a better way to exit splashy. now we make sure that we switch vt's before we do, or at least we attempt to. Please note that this is untested code.

Revision 338 - Directory Listing
Modified Mon Apr 25 19:14:50 2005 UTC (8 years ago) by lemsx1
code cleanups. boot or shutdown is required. [] means 'optional' in usage

Revision 337 - Directory Listing
Modified Mon Apr 25 18:30:08 2005 UTC (8 years ago) by website
moved functions from main.c to functions.c

Revision 331 - Directory Listing
Modified Mon Apr 25 15:47:17 2005 UTC (8 years ago) by lemsx1
implements a simple way to chvt. please read comments. adds depancy at built time for console-tools-dev

Revision 329 - Directory Listing
Modified Mon Apr 25 14:47:01 2005 UTC (8 years ago) by lemsx1
no need for _shutdown() now

Revision 328 - Directory Listing
Modified Mon Apr 25 14:32:58 2005 UTC (8 years ago) by otavio
Fix compile error.

Revision 327 - Directory Listing
Modified Mon Apr 25 07:44:51 2005 UTC (8 years ago) by lemsx1
code cleanups

Revision 326 - Directory Listing
Modified Mon Apr 25 07:39:36 2005 UTC (8 years ago) by lemsx1
splashy works like a charm now. it doesn't allow messages to scroll over it.

Revision 324 - Directory Listing
Modified Sun Apr 24 20:26:58 2005 UTC (8 years ago) by otavio


Revision 323 - Directory Listing
Modified Sun Apr 24 20:26:38 2005 UTC (8 years ago) by otavio


Revision 322 - Directory Listing
Modified Sun Apr 24 20:26:19 2005 UTC (8 years ago) by otavio


Revision 321 - Directory Listing
Modified Sun Apr 24 20:25:59 2005 UTC (8 years ago) by otavio


Revision 320 - Directory Listing
Modified Sun Apr 24 20:25:37 2005 UTC (8 years ago) by otavio
Cleanup a bit.

Revision 319 - Directory Listing
Modified Sun Apr 24 19:49:29 2005 UTC (8 years ago) by lemsx1
splashy is ready to be released

Revision 318 - Directory Listing
Modified Sun Apr 24 17:56:37 2005 UTC (8 years ago) by lemsx1
fixed especial file. now it does the right thing. name is .fifo not .sock!

Revision 316 - Directory Listing
Modified Sun Apr 24 17:31:50 2005 UTC (8 years ago) by lemsx1
fixes problems with socket file being in a read-only partition or being cleanup after splashy creates it! 
Also logic in spl_init() was corrected

Revision 314 - Directory Listing
Modified Sat Apr 23 15:35:19 2005 UTC (8 years ago) by lemsx1
more code cleanups. progress bar works fine from interactive mode but not at boot time

Revision 313 - Directory Listing
Modified Sat Apr 23 12:50:22 2005 UTC (8 years ago) by lemsx1
implements a working copy of a mini FIFO interface to pass commands to splashy. needs to fork and release terminal to be 100% functional.
to use simply launch splashy as usual, and, you could submit commands to /tmp/.splashy fifo:
echo "exit" > /tmp/.splashy
echo "progress 20" > /tmp/.splashy
those are the supported commands for now

Revision 311 - Directory Listing
Modified Fri Apr 22 03:29:22 2005 UTC (8 years ago) by lemsx1
commenting out progressbar stuff... 

Revision 310 - Directory Listing
Modified Thu Apr 21 16:26:44 2005 UTC (8 years ago) by lemsx1
appending new-line should happen only once. moved file-descriptor pointer outside as global to make sure it's init once (statically)

Revision 308 - Directory Listing
Modified Thu Apr 21 15:24:54 2005 UTC (8 years ago) by lemsx1
spl_get_int returns -1 on error. no need to test for NULL ( void* or 0x0 )

Revision 307 - Directory Listing
Modified Thu Apr 21 15:12:24 2005 UTC (8 years ago) by website
text parser half-broken

Revision 306 - Directory Listing
Modified Thu Apr 21 07:05:55 2005 UTC (8 years, 1 month ago) by lemsx1
spl_get_int returns -1 on error

Revision 304 - Directory Listing
Modified Thu Apr 21 06:19:45 2005 UTC (8 years, 1 month ago) by lemsx1
fixes parse error at compile time

Revision 303 - Directory Listing
Modified Thu Apr 21 06:16:20 2005 UTC (8 years, 1 month ago) by lemsx1
code cleanups. bug fix: g_free_string was not being called properly causing buffers to leak and possibly causing segfaults. this version corrects that

Revision 302 - Directory Listing
Modified Thu Apr 21 06:14:08 2005 UTC (8 years, 1 month ago) by lemsx1
code cleanups and sanity checks on esteroids. progressbar could fail because of many possibilities, we want to make sure that the end user knows why

Revision 301 - Directory Listing
Modified Thu Apr 21 06:01:40 2005 UTC (8 years, 1 month ago) by lemsx1
added a second argument to spl_get_int to pass the desired base

Revision 300 - Directory Listing
Modified Thu Apr 21 05:49:26 2005 UTC (8 years, 1 month ago) by lemsx1
make sure that we read the number as if it was base 10. we need other public function(s) for other common bases like 16 (hex) and 8 (octal). TODO for later

Revision 298 - Directory Listing
Modified Thu Apr 21 04:57:28 2005 UTC (8 years, 1 month ago) by otavio
Fix detection of runlevel.

Revision 297 - Directory Listing
Modified Thu Apr 21 04:19:02 2005 UTC (8 years, 1 month ago) by lemsx1
single user mode is RUNLEVEL=1

Revision 294 - Directory Listing
Modified Thu Apr 21 03:50:47 2005 UTC (8 years, 1 month ago) by otavio
Runlevel more checks.

Revision 291 - Directory Listing
Modified Thu Apr 21 03:45:34 2005 UTC (8 years, 1 month ago) by lemsx1
Single User is a name. should be capitalized

Revision 289 - Directory Listing
Modified Thu Apr 21 03:33:24 2005 UTC (8 years, 1 month ago) by otavio
Check  the runlevel.

Revision 288 - Directory Listing
Modified Thu Apr 21 03:02:32 2005 UTC (8 years, 1 month ago) by lemsx1
comments out g_free for now. until we know for sure when we need to free these strings

Revision 287 - Directory Listing
Modified Thu Apr 21 03:00:16 2005 UTC (8 years, 1 month ago) by lemsx1
fixes minor bug when g_free'ing a GString* allocated in load_text(). code cleanups

Revision 286 - Directory Listing
Modified Thu Apr 21 02:43:27 2005 UTC (8 years, 1 month ago) by lemsx1
code cleanup. added debugging statements to splashy_child_boot

Revision 285 - Directory Listing
Modified Thu Apr 21 02:31:17 2005 UTC (8 years, 1 month ago) by otavio
Simplefied.

Revision 282 - Directory Listing
Modified Thu Apr 21 02:12:54 2005 UTC (8 years, 1 month ago) by lemsx1
no need to use g_printf. code cleanups

Revision 281 - Directory Listing
Modified Thu Apr 21 02:05:03 2005 UTC (8 years, 1 month ago) by lemsx1
save some memory. yes as little as this is important

Revision 280 - Directory Listing
Modified Thu Apr 21 01:58:43 2005 UTC (8 years, 1 month ago) by lemsx1
code cleanups

Revision 279 - Directory Listing
Modified Thu Apr 21 01:57:19 2005 UTC (8 years, 1 month ago) by lemsx1
more code cleanups

Revision 278 - Directory Listing
Modified Thu Apr 21 01:53:12 2005 UTC (8 years, 1 month ago) by lemsx1
adds better initialization for splashy. reformats source code using GNU Coding Standards. http://www.gnu.org/prep/standards/

Revision 277 - Directory Listing
Modified Thu Apr 21 01:30:17 2005 UTC (8 years, 1 month ago) by lemsx1
no need to use g_printf

Revision 276 - Directory Listing
Modified Thu Apr 21 01:24:43 2005 UTC (8 years, 1 month ago) by lemsx1
no need to use g_printf

Revision 271 - Directory Listing
Modified Thu Apr 21 00:18:29 2005 UTC (8 years, 1 month ago) by lemsx1
keeps things consistent. vars should be gint for int's and gchar for char's. renamed files to keep them consistent also

Revision 266 - Directory Listing
Modified Wed Apr 20 17:15:47 2005 UTC (8 years, 1 month ago) by lemsx1
fixes redifinition of _GNU_SOURCE and fixes broken spl_get_text() calls to non-existing /splashy/Background section of the config.xml file

Revision 260 - Directory Listing
Modified Wed Apr 20 11:35:12 2005 UTC (8 years, 1 month ago) by website
video.c

Revision 259 - Directory Listing
Modified Wed Apr 20 03:23:22 2005 UTC (8 years, 1 month ago) by lemsx1
lower cased config vars

Revision 258 - Directory Listing
Modified Wed Apr 20 03:14:48 2005 UTC (8 years, 1 month ago) by lemsx1
w and h vars used for width and height. Thanks prahal for pointing this out

Revision 257 - Directory Listing
Modified Tue Apr 19 23:52:10 2005 UTC (8 years, 1 month ago) by otavio
Use open to try to solve the problem while opening /dev/vcs1 and more a sintax problem. grrr!

Revision 256 - Directory Listing
Modified Tue Apr 19 23:51:51 2005 UTC (8 years, 1 month ago) by otavio
Remove some memory leaks.

Revision 255 - Directory Listing
Modified Tue Apr 19 15:05:49 2005 UTC (8 years, 1 month ago) by website


Revision 254 - Directory Listing
Modified Tue Apr 19 14:53:12 2005 UTC (8 years, 1 month ago) by lemsx1
forgot spl_stack_pop() at the end of end_handler()... the problem of fast coding: thinkos

Revision 252 - Directory Listing
Modified Mon Apr 18 21:57:12 2005 UTC (8 years, 1 month ago) by lemsx1
removed #define _GNU_SOURCE

Revision 247 - Directory Listing
Modified Mon Apr 18 21:47:43 2005 UTC (8 years, 1 month ago) by lemsx1
fixes strings to xpath syntax

Revision 246 - Directory Listing
Modified Mon Apr 18 21:46:29 2005 UTC (8 years, 1 month ago) by lemsx1
fixes strings to xpath syntax

Revision 245 - Directory Listing
Modified Mon Apr 18 21:06:17 2005 UTC (8 years, 1 month ago) by lemsx1
fixed minor bug with GCC warnings

Revision 244 - Directory Listing
Modified Mon Apr 18 21:04:31 2005 UTC (8 years, 1 month ago) by lemsx1
removed the debugging messages. enable with #DEBUG when wanted

Revision 243 - Directory Listing
Modified Mon Apr 18 21:02:54 2005 UTC (8 years, 1 month ago) by lemsx1
 a version of xml_parser that uses a fake XPath like to access the strings: /splashy/ProgressBar/x = 10 form our sample config.xml file 

Revision 242 - Directory Listing
Modified Mon Apr 18 20:29:01 2005 UTC (8 years, 1 month ago) by lemsx1
 a universal version that doesn't need tag_opened ot work and it wuld parse almost any xml file 

Revision 241 - Directory Listing
Modified Mon Apr 18 19:42:01 2005 UTC (8 years, 1 month ago) by otavio
Stack working.

Revision 240 - Directory Listing
Modified Mon Apr 18 18:49:35 2005 UTC (8 years, 1 month ago) by lemsx1
program doesn't crash now. but it doesn't work correctly

Revision 236 - Directory Listing
Modified Mon Apr 18 01:16:36 2005 UTC (8 years, 1 month ago) by lemsx1
gets rid of more warnings. file paths won't be modified from within these functions

Revision 235 - Directory Listing
Modified Mon Apr 18 01:04:14 2005 UTC (8 years, 1 month ago) by lemsx1
forgot one last var in checks

Revision 234 - Directory Listing
Modified Mon Apr 18 00:56:07 2005 UTC (8 years, 1 month ago) by lemsx1
bug fixes

Revision 233 - Directory Listing
Modified Mon Apr 18 00:28:53 2005 UTC (8 years, 1 month ago) by lemsx1
rids the ugly warnings

Revision 232 - Directory Listing
Modified Mon Apr 18 00:18:59 2005 UTC (8 years, 1 month ago) by lemsx1
a better implementation of spl_get_int with a newer jazzier strtol()

Revision 231 - Directory Listing
Modified Sun Apr 17 22:47:38 2005 UTC (8 years, 1 month ago) by lemsx1
implements spl_get_int and changed arguments for spl_get_* to const gchar* to make it simpler for developers to use this class

Revision 226 - Directory Listing
Modified Sun Apr 17 22:16:06 2005 UTC (8 years, 1 month ago) by otavio
Use parser again.

Revision 225 - Directory Listing
Modified Sun Apr 17 22:03:49 2005 UTC (8 years, 1 month ago) by lemsx1
a perfectly clean copy of xml_parser. it takes 0m0.006s to find a tag inside a XML file

Revision 224 - Directory Listing
Modified Sun Apr 17 21:38:19 2005 UTC (8 years, 1 month ago) by lemsx1
working copy of xml_parser

Revision 223 - Directory Listing
Modified Sun Apr 17 21:32:52 2005 UTC (8 years, 1 month ago) by lemsx1
removes depth

Revision 222 - Directory Listing
Modified Sun Apr 17 21:27:26 2005 UTC (8 years, 1 month ago) by otavio
Improve debug.

Revision 221 - Directory Listing
Modified Sun Apr 17 20:56:03 2005 UTC (8 years, 1 month ago) by lemsx1
a better way to compare the pointers quickly

Revision 220 - Directory Listing
Modified Sun Apr 17 20:29:54 2005 UTC (8 years, 1 month ago) by lemsx1
corrected the pointer name

Revision 219 - Directory Listing
Modified Sun Apr 17 20:23:21 2005 UTC (8 years, 1 month ago) by website
traslated functions

Revision 218 - Directory Listing
Modified Sun Apr 17 20:17:11 2005 UTC (8 years, 1 month ago) by lemsx1
 a version that outputs pointers in key locations

Revision 216 - Directory Listing
Modified Sun Apr 17 19:32:21 2005 UTC (8 years, 1 month ago) by lemsx1
prints the pointer all over for our Head

Revision 215 - Directory Listing
Modified Sun Apr 17 19:15:02 2005 UTC (8 years, 1 month ago) by lemsx1
freeing buffers

Revision 214 - Directory Listing
Modified Sun Apr 17 18:28:30 2005 UTC (8 years, 1 month ago) by lemsx1
saves the new start of the lists

Revision 212 - Directory Listing
Modified Sun Apr 17 17:40:31 2005 UTC (8 years, 1 month ago) by lemsx1
removes \0 comparison for now

Revision 211 - Directory Listing
Modified Sun Apr 17 17:30:07 2005 UTC (8 years, 1 month ago) by lemsx1
needs work with printing e/a node

Revision 210 - Directory Listing
Modified Sun Apr 17 17:08:11 2005 UTC (8 years, 1 month ago) by lemsx1
a less buggy version... still needs to solve issues

Revision 209 - Directory Listing
Modified Sun Apr 17 15:01:29 2005 UTC (8 years, 1 month ago) by lemsx1
a simpler version for debugging purposes. uses GString now

Revision 208 - Directory Listing
Modified Sun Apr 17 14:28:10 2005 UTC (8 years, 1 month ago) by lemsx1
changed to use GString internally

Revision 207 - Directory Listing
Modified Sun Apr 17 13:32:14 2005 UTC (8 years, 1 month ago) by lemsx1
removes bug introduced by g_ascii_isalnum(). some of our tags start by / which is not a valid alnum char

Revision 206 - Directory Listing
Modified Sun Apr 17 13:24:05 2005 UTC (8 years, 1 month ago) by lemsx1
works like a charm... still looking for source of segfaul

Revision 205 - Directory Listing
Modified Sun Apr 17 02:28:51 2005 UTC (8 years, 1 month ago) by lemsx1
getting closer and closer to fixing this ugly bug. g_ascii_strcmp seems to be the culprit. there is no good strcmp() function for C strings ? what if the strings have different encoding (utf8 and latin1/ASCII)? need a better way of solving this

Revision 204 - Directory Listing
Modified Sun Apr 17 01:46:48 2005 UTC (8 years, 1 month ago) by lemsx1
got rid of all gcc warnings

Revision 203 - Directory Listing
Modified Sun Apr 17 01:21:12 2005 UTC (8 years, 1 month ago) by lemsx1
added some g_strdup()'s and that helped for all those strings that were automatically being freed by the parsing after going through the xml file. now we need to remember to free these at a later point... still getting an ugly segfault, but now because of another reason... re-enabled debug mode

Revision 202 - Directory Listing
Modified Sun Apr 17 00:47:45 2005 UTC (8 years, 1 month ago) by lemsx1
giving up for now. this bug is definitely related to some string that is not init properly trying to print to stdout. no memory is being freed. we need to debug with gdb

Revision 201 - Directory Listing
Modified Sun Apr 17 00:24:21 2005 UTC (8 years, 1 month ago) by lemsx1
using global var instead of using another pointer. still having segfaults

Revision 199 - Directory Listing
Modified Sat Apr 16 22:59:47 2005 UTC (8 years, 1 month ago) by otavio
A lot of work.

Revision 198 - Directory Listing
Modified Sat Apr 16 21:27:05 2005 UTC (8 years, 1 month ago) by otavio
Reduce the delay. 

Revision 197 - Directory Listing
Modified Sat Apr 16 20:44:49 2005 UTC (8 years, 1 month ago) by otavio
Revert the common macro.

Revision 196 - Directory Listing
Modified Sat Apr 16 20:27:15 2005 UTC (8 years, 1 month ago) by otavio
More tests.

Revision 195 - Directory Listing
Modified Sat Apr 16 20:10:32 2005 UTC (8 years, 1 month ago) by otavio
Move to a common macro.

Revision 194 - Directory Listing
Modified Sat Apr 16 19:01:53 2005 UTC (8 years, 1 month ago) by otavio
Fix warnings.

Revision 193 - Directory Listing
Modified Sat Apr 16 19:01:31 2005 UTC (8 years, 1 month ago) by otavio
Fix warning about non-void function.

Revision 192 - Directory Listing
Modified Sat Apr 16 17:40:02 2005 UTC (8 years, 1 month ago) by otavio
Fix functions names.

Revision 191 - Directory Listing
Modified Sat Apr 16 17:38:26 2005 UTC (8 years, 1 month ago) by otavio
Fix stupid mistake in function name. 

Revision 190 - Directory Listing
Modified Sat Apr 16 17:38:04 2005 UTC (8 years, 1 month ago) by otavio
Fix to use the new xml_parser.

Revision 189 - Directory Listing
Modified Sat Apr 16 17:37:43 2005 UTC (8 years, 1 month ago) by otavio
Fix functions definitions.

Revision 188 - Directory Listing
Modified Sat Apr 16 09:50:11 2005 UTC (8 years, 1 month ago) by lemsx1
spl_get_text() keeps doing the wrong thing and segfaulting the app. can't find this bug. giving up for today

Revision 187 - Directory Listing
Modified Sat Apr 16 07:33:02 2005 UTC (8 years, 1 month ago) by lemsx1
first revision of xml_parser is ready for prime time

Revision 186 - Directory Listing
Modified Sat Apr 16 04:50:54 2005 UTC (8 years, 1 month ago) by lemsx1
changed ustring to const gchar* and adds depth to priv node

Revision 185 - Directory Listing
Modified Sat Apr 16 00:15:37 2005 UTC (8 years, 1 month ago) by otavio
Convert shutdown.

Revision 184 - Directory Listing
Modified Sat Apr 16 00:08:40 2005 UTC (8 years, 1 month ago) by lemsx1
xml_parser basic skeleton in place

Revision 183 - Directory Listing
Modified Sat Apr 16 00:00:50 2005 UTC (8 years, 1 month ago) by otavio
More fixes.

Revision 182 - Directory Listing
Modified Fri Apr 15 23:46:07 2005 UTC (8 years, 1 month ago) by otavio
Pass argc and argv.

Revision 181 - Directory Listing
Modified Fri Apr 15 23:45:39 2005 UTC (8 years, 1 month ago) by otavio
More port.

Revision 180 - Directory Listing
Modified Fri Apr 15 23:18:24 2005 UTC (8 years, 1 month ago) by lemsx1
ported to .c

Revision 179 - Directory Listing
Modified Fri Apr 15 23:17:46 2005 UTC (8 years, 1 month ago) by lemsx1
simply debugging statements

Revision 178 - Directory Listing
Modified Fri Apr 15 23:09:42 2005 UTC (8 years, 1 month ago) by lemsx1
simple header

Revision 177 - Directory Listing
Modified Fri Apr 15 23:08:15 2005 UTC (8 years, 1 month ago) by lemsx1
simple parser. needs struct to hold structs

Revision 175 - Directory Listing
Modified Fri Apr 15 20:54:15 2005 UTC (8 years, 1 month ago) by website
functions.c at 70% for traslating

Revision 174 - Directory Listing
Modified Fri Apr 15 19:17:57 2005 UTC (8 years, 1 month ago) by otavio
Convert upgrade_bar.

Revision 173 - Directory Listing
Modified Fri Apr 15 18:57:52 2005 UTC (8 years, 1 month ago) by otavio
Use the C version of functions to compile.

Revision 172 - Directory Listing
Modified Fri Apr 15 18:57:34 2005 UTC (8 years, 1 month ago) by otavio
Translate load_text.

Revision 171 - Directory Listing
Modified Fri Apr 15 18:57:14 2005 UTC (8 years, 1 month ago) by otavio
Use the right output format.

Revision 170 - Directory Listing
Modified Fri Apr 15 16:49:47 2005 UTC (8 years, 1 month ago) by otavio
Fix indent.

Revision 169 - Directory Listing
Modified Fri Apr 15 16:49:29 2005 UTC (8 years, 1 month ago) by otavio
Use GString to host the output.

Revision 168 - Directory Listing
Modified Fri Apr 15 16:49:07 2005 UTC (8 years, 1 month ago) by otavio
Rename to start C translation.

Revision 167 - Directory Listing
Modified Fri Apr 15 16:27:05 2005 UTC (8 years, 1 month ago) by otavio
Convert to C format and use glib and directfb library.

Revision 166 - Directory Listing
Modified Fri Apr 15 16:26:46 2005 UTC (8 years, 1 month ago) by otavio
Fix function name of glib. Sorry.

Revision 165 - Directory Listing
Modified Fri Apr 15 16:09:45 2005 UTC (8 years, 1 month ago) by otavio
Convert main.cc to main.c (C++ -> C)

Revision 158 - Directory Listing
Added Fri Apr 15 14:53:29 2005 UTC (8 years, 1 month ago) by otavio
Rename to trunk. 

  ViewVC Help
Powered by ViewVC 1.1.5