Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2023-05-26
| ||
10:18 | got dependencies built in by using static lib and include files Leaf check-in: ec1bd73341 user: pjrinaldi@protonmail.com tags: main, trunk | |
2023-01-22
| ||
23:26 | working on fixing highlighting ascii for multi line stuff check-in: 7d0d4dd406 user: pjrinaldi@gmail.com tags: main, trunk | |
23:13 | switched from qt5 to foxtest, qt5 is the backup for now in the qt5 folder check-in: b4a668a3f9 user: pjrinaldi@gmail.com tags: main, trunk | |
20:19 | got highlighting/selection/movement working for content and properties. status label is working. need to refine the math for selection/highlight, which isn't quite right, but good enough for now and i can look at qt code for reference. check-in: d61ae16b71 user: pjrinaldi@gmail.com tags: main, trunk | |
19:45 | offset length is working now when an item is selected. now to implement content table selection/ highlighting check-in: 3a5cf33a05 user: pjrinaldi@gmail.com tags: main, trunk | |
17:30 | got highlighting for ascii and selection for hex working. now i need to implement for content table selection and then implement tagging and reporting and then i am where i was with the qt version and can continue with sqlite file parsing implementation check-in: 36b0175a42 user: pjrinaldi@gmail.com tags: main, trunk | |
17:13 | highlight for properties is working, but it will only do either hex or ascii check-in: 924e3cb3b6 user: pjrinaldi@gmail.com tags: main, trunk | |
16:30 | got textviewers to updated based on the scrollbar. check-in: 01625c4838 user: pjrinaldi@gmail.com tags: main, trunk | |
02:27 | working on getting text scrolling to work. check-in: 6408e54713 user: pjrinaldi@gmail.com tags: main, trunk | |
02:16 | working on scrolling with all the editors, no luck so far. check-in: 62069278ea user: pjrinaldi@gmail.com tags: main, trunk | |
01:00 | code cleanup, need to get content scrolling working check-in: ffb36f30d0 user: pjrinaldi@gmail.com tags: main, trunk | |
00:59 | page changing is working for a file check-in: b7cfda6508 user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-21
| ||
21:18 | content is now loaded. need to fix the scrollbars for the other two text areas. also need to uppercase the hex content, work on highlighting, and fix the pagetype display so it is 2 bytes for the hex, rather than 1. check-in: a25022fb97 user: pjrinaldi@gmail.com tags: main, trunk | |
20:38 | populated content table, implemented row selection and keypress up/down for the entries. next is page number spinner and offset/hex/ascii population check-in: bd5575d0e0 user: pjrinaldi@gmail.com tags: main, trunk | |
20:18 | workng on parsing content table values, right now my pagearray content is off... check-in: 034de697a8 user: pjrinaldi@gmail.com tags: main, trunk | |
17:46 | added key up/down to proptable check-in: d2f524b17a user: pjrinaldi@gmail.com tags: main, trunk | |
17:41 | got property table populated, need to now parse cell content and populate row content table check-in: 404cc58cbd user: pjrinaldi@gmail.com tags: main, trunk | |
14:50 | making progress on the conversion. almost got prop table done, and then i can populate the content table, and then the page hex and work on highlighting. check-in: 63e003bafa user: pjrinaldi@gmail.com tags: main, trunk | |
14:43 | working on parsing row contents now, then once i have gathered everything up i can populate the respective tables. check-in: 188e7ad2bd user: pjrinaldi@gmail.com tags: main, trunk | |
14:24 | fixed issues with opening second file and not closing the original open stream, which was causing problems. check-in: fc25d310a2 user: pjrinaldi@gmail.com tags: main, trunk | |
13:57 | table entries must be done at the end of the table count, otherwise they get wiped out when you increase row count check-in: 5ea5c56a2e user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-16
| ||
20:59 | code cleanup after simplifying code. now getting back to parsing page header check-in: 2aec1adb5b user: pjrinaldi@gmail.com tags: main, trunk | |
20:56 | simplified code by functionalizing more stuff in common. check-in: 8489b2ac61 user: pjrinaldi@gmail.com tags: main, trunk | |
19:08 | working on populating page header properties and then contents. then loading the actual page content to the offset/hex/ascii FXText elements and control them with the same scrollbar... check-in: 779d21ee5b user: pjrinaldi@gmail.com tags: main, trunk | |
19:03 | auto adjust column justification check-in: d1b915f33d user: pjrinaldi@gmail.com tags: main, trunk | |
18:59 | need to fix alignment for property table so col 2 is left aligned, but it has to be done by cell check-in: 0a9eaed25b user: pjrinaldi@gmail.com tags: main, trunk | |
18:40 | working on implmenting property table functions, setting the values, and selecing a value in that table. check-in: 504e9a7f41 user: pjrinaldi@gmail.com tags: main, trunk | |
01:02 | parsed file header, now i need to populate file header in the proptable check-in: dfc8ce9f68 user: pjrinaldi@gmail.com tags: main, trunk | |
00:37 | working on parsing header for the 3 files. check-in: 1147ca4fc0 user: pjrinaldi@gmail.com tags: main, trunk | |
00:15 | working on parsing page header in std:cpp and foxtoolkit check-in: 81d0b51b0a user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-15
| ||
23:06 | working on implementing foxtest sqlite parsing as qt so far check-in: c6fb25d198 user: pjrinaldi@gmail.com tags: main, trunk | |
01:01 | working on getting the file to load the 1st page. check-in: f3d557ebcb user: pjrinaldi@gmail.com tags: main, trunk | |
00:59 | working on selecting a file that is loaded. check-in: cff5e5469b user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-14
| ||
18:51 | working on opening sqlite file. almost got that part done. check-in: ba789be7f3 user: pjrinaldi@gmail.com tags: main, trunk | |
18:01 | working on opensqlite file. check-in: fce4497d10 user: pjrinaldi@gmail.com tags: main, trunk | |
00:45 | working on sqlite functionality check-in: 3121bd7dc4 user: pjrinaldi@gmail.com tags: main, trunk | |
00:14 | working on sqlite implementation to match what the qt version has. check-in: 18c2890c80 user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-13
| ||
17:13 | layout is looking good. still need to link everything. check-in: c9e5ba5b05 user: pjrinaldi@gmail.com tags: main, trunk | |
01:40 | working on layout, almost got the initial layout looking like the qt version check-in: ade5fe4d9e user: pjrinaldi@gmail.com tags: main, trunk | |
01:19 | generic gui elements are in place, i just need to fix proportions, i.e. starting size and way's they increase. check-in: 4e93957526 user: pjrinaldi@gmail.com tags: main, trunk | |
01:04 | working on sqlite gui layout check-in: d9ab313aed user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-12
| ||
23:43 | working on mirroring the gui layout check-in: d8d7be90b0 user: pjrinaldi@gmail.com tags: main, trunk | |
23:29 | working on fox toolkit rework for wombat sqlite forensics. check-in: f217fdaa6f user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-04
| ||
05:00 | need to rework parts for WAL vs db files. check-in: c68c14cb54 user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-03
| ||
23:29 | working on wal check-in: 82baee0385 user: pjrinaldi@gmail.com tags: main, trunk | |
23:19 | working on parsing wall file check-in: 2cb0ace001 user: pjrinaldi@gmail.com tags: main, trunk | |
22:23 | working on parsing wal page. check-in: e15bb5a681 user: pjrinaldi@gmail.com tags: main, trunk | |
2023-01-01
| ||
23:53 | made some initial reporting functionality. need to work on improving the layout and display of the content better, but it's a good start. check-in: 1145adb676 user: pjrinaldi@gmail.com tags: main, trunk | |
15:47 | working on implementing reporting based off of tags, i can store and replace tags between screens, but i haven't decided what i want to include in the report, i may want to include the id as well as the content and binary content to display... will have to play around and see what i like and how to display it. check-in: 1266374d0d user: pjrinaldi@gmail.com tags: main, trunk | |
2022-12-29
| ||
19:33 | added files and compiling for reporting/cssstrings. will implement functionality next, then get back to implementing sqlite/wal/jrnl parsing functionality. check-in: 3d16ad6787 user: pjrinaldi@gmail.com tags: main, trunk | |