Many hyperlinks are disabled.
Use anonymous login
to enable hyperlinks.
50 most recent check-ins
2025-05-22
| ||
15:24 | offset length, ", " isn't finding the right offset, so i need to figure that out and fix. Leaf check-in: a284732f0f user: pasquale tags: main, trunk | |
13:29 | working on storing the right values for tagging to be able to generate reports. check-in: f4612694d2 user: pasquale tags: main, trunk | |
2025-05-20
| ||
17:12 | fixed calculation for the fragmentedfreebytescount which was supposed to be [curpos + 7], but was [curpos, 7]. check-in: cf9eaf3f5d user: pasquale tags: main, trunk | |
16:51 | fixed missing row that got overwritten in properties, but something is not right with the value. either by offset or read value for the "number of fragmented free bytes within cell content area" check-in: 4155b59818 user: pasquale tags: main, trunk | |
13:12 | working on fixing hex/ascii highlighting edge cases for multi-line selections check-in: ad10fd6925 user: pasquale tags: main, trunk | |
12:04 | displaying offsets in hex. need to get ascii highlighting working for contentselected table, also fix property table gap for 0x05 check-in: d1eb0198c6 user: pasquale tags: main, trunk | |
2025-05-19
| ||
18:05 | working on displaying offset in properties table as hex, since the offset is hex in the hex viewer check-in: 79635f9072 user: pasquale tags: main, trunk | |
16:58 | working on figuring out how to move the fxtext and update the others now that i can caputre it. check-in: 025fc824b1 user: pasquale tags: main, trunk | |
12:16 | removed ohatext since i can't highlight 2 areas easily... now to implement wheel scrolling 1 fxtext which will wheel scroll the other 2 and the scrollbar. check-in: ef626fc487 user: pasquale tags: main, trunk | |
11:59 | able to capture fxtext wheel scroll. just need to implement functionality and then i can move on to other features/functions check-in: ea65b34275 user: pasquale tags: main, trunk | |
11:25 | new fxupdate fixes capturing mousewheel scroll. now i just need to make it do something. check-in: 977cc853fb user: pasquale tags: main, trunk | |
2025-05-16
| ||
16:19 | issues abound with fxtext and multi highlight or mouse wheel scrolling check-in: 7a02b77b37 user: pasquale tags: main, trunk | |
15:03 | still struggling with 2 colors for text in fxtext check-in: d45797bc6e user: pasquale tags: main, trunk | |
14:52 | trying to figure out if i can do 1 textarea vs 3. check-in: 6a4ad36259 user: pasquale tags: main, trunk | |
2025-05-15
| ||
14:32 | 1 text widget for the hex viewer is easy, but i can't highlight both hex and ascii separtely, that's why i needed to keep them separate... will have to figure out the wheel scrolling or otherwise disable it... and only allow scrollbar scrolling... check-in: 7a939c065d user: pasquale tags: main, trunk | |
13:41 | either need to figure out scrolling or make hex editor 1 textarea that i handle rather than 3. check-in: 7ebb6a0813 user: pasquale tags: main, trunk | |
2025-04-24
| ||
15:11 | trying to fix mouse scrolling in 1 text area not affecting the others. check-in: 434c0196fc user: pasquale tags: main, trunk | |
12:24 | chromium history sqlite3 file crashes, with setitemtext() index out of range error. need to trace and resolve. firefox places.sqlite works fine. check-in: 80339d977d user: pasquale tags: main, trunk | |
2025-04-22
| ||
11:31 | removed old qt5 code, i can keep it locally but don't need in the synced repo check-in: 67af4cdf2f user: pasquale tags: main, trunk | |
11:30 | code cleanup, moved to global viewer/tagmanager and working on getting familiarized with sqlite parsing code and then working on continuing it. check-in: 344bbddaff user: pasquale tags: main, trunk | |
2024-12-17
| ||
15:31 | updated makefile, removed global binaries, added manpage which needs to be modified from registry to sqlite. need to remove tagging/reporting from the local classes to the global binaries. will get back to this once mailviewer is done check-in: 2f0e0b50d3 user: pasquale tags: main, trunk | |
2024-12-12
| ||
23:11 | added wombatreporter and tagmanager binaries check-in: 10b540b847 user: pasquale tags: main, trunk | |
2024-12-03
| ||
13:24 | updated license and added fox license files check-in: 842a7c2bb7 user: pasquale tags: main, trunk | |
2023-05-26
| ||
10:18 | got dependencies built in by using static lib and include files 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 | |