2004-Aug-26 21:12 |
1.56
|
Check-in
[4690]:
Draw a smoother loadData() display, eliminating unappealing flashes. By ms.
(diff)
|
2004-Aug-20 19:47 |
1.55
|
Check-in
[4682]:
Unload validation of personal data file from load logic, move new validation block to validateData, change all cases of preexisting validateData to new name validateRow, test for valid data from now on before calling loadData, and place read data file error strings in constants header. By ms.
(diff)
|
2004-May-27 23:48 |
1.54
|
Check-in
[4587]:
Modernize copyright text in source and graphic headers. By ms.
(diff)
|
2004-May-27 23:42 |
1.53
|
Check-in
[4586]:
Correct file names in source headers. By ms.
(diff)
|
2003-Nov-20 12:31 |
1.52
|
Check-in
[3685]:
Handle the time consuming bureaucracy of changing a company name. By ms.
|
2003-Feb-28 18:12 |
1.51
|
Check-in
[4091]:
Changed CRC calculation string algorhythm to pad with '0' to 8 places. By ms.
(diff)
|
2003-Feb-19 19:19 |
1.50
|
Check-in
[4055]:
Clean up, and remove unneeded QString constructors. By ms.
(diff)
|
2003-Feb-14 20:27 |
1.49
|
Check-in
[4044]:
Added logic to include prefs pixmap in both menu and toolbar, removed optional
'this' parameter from all calls to connect(), ripped out more header includes
from monolithic interface header, made call of prefs panel an instance of
class QAction, changed .bak file message text in class Prefpanel, and renamed
default RPC hosts to show what a proper format is. By ms.
(diff)
|
2003-Feb-14 18:31 |
1.48
|
Check-in
[4041]:
Moved preference data application from panel items to own method, added
applyPrefs logic, and a new proxy method to handle applied signals, and
reorganized file incusion in throughout to loosen source file coupling. By ms.
(diff)
|
2003-Feb-11 23:17 |
1.47
|
Check-in
[4022]:
Implemented thl idea, sorted task listing. Began codeblock for dynamically
placed task names. By ms.
(diff)
|
2003-Feb-11 15:19 |
1.46
|
Check-in
[4021]:
Hard coded left alignment into task table items, made amount control
appearance and behaviour consistent with amount table items, and split remote
host name and switches out of prefs panel paths page to its own remote page. By ms.
(diff)
|
2003-Feb-06 16:27 |
1.45
|
Check-in
[4013]:
Implemented embedding of escape characters into event data file. By ms.
(diff)
|
2003-Feb-06 15:10 |
1.44
|
Check-in
[4012]:
Ignore new autoconf file, just like Thomas does. By ms.
(diff)
|
2003-Feb-05 14:58 |
1.43
|
Check-in
[4010]:
Unconditionally escape remarks. By ms.
(diff)
|
2003-Feb-04 20:30 |
1.42
|
Check-in
[4003]:
Implemented auto field completion for start and finish and auto subtraction
for amount, added period for GUID replacement, and added version text to
widget labels. By ms.
(diff)
|
2003-Feb-03 22:14 |
1.41
|
Check-in
[3992]:
Implemented a quality string class including CRC32 generation logic, used
throghout for checksum computation, added automatic fake CRC field detection
and correction on load operations, and backed out inconsistent date and time
field format changes. By ms.
(diff)
|
2003-Feb-03 15:12 |
1.40
|
Check-in
[3990]:
Back out logic to recognize '-', '+', and '=' as separator symbols. By ms.
(diff)
|
2003-Jan-30 21:26 |
1.39
|
Check-in
[3972]:
Implemented writing and testing of a data version symbol. By ms.
(diff)
|
2003-Jan-30 19:23 |
1.38
|
Check-in
[3971]:
Don't translate empty lines. By ms.
(diff)
|
2003-Jan-30 19:18 |
1.37
|
Check-in
[3970]:
Write a special version symbol when serializing data to files. By ms.
(diff)
|
2003-Jan-28 18:33 |
1.36
|
Check-in
[3961]:
Fix the initial data loading a little more, and remove the logic from the
first level gui object. By ms.
(diff)
|
2003-Jan-27 18:56 |
1.35
|
Check-in
[3954]:
Break the orthogonal data format and include new token separators '-' and '='.
Also, add automatic file backup code back in again. By ms.
(diff)
|
2003-Jan-27 13:39 |
1.34
|
Check-in
[3948]:
Change all date and time data entries from ISO format to AS specific. By ms.
(diff)
|
2003-Jan-24 17:32 |
1.33
|
Check-in
[3943]:
Implemented checksum in all forms, and implemented a revision management
system that is so primitive that I commented it out until further design. By ms.
(diff)
|
2002-Dec-20 18:42 |
1.32
|
Check-in
[3911]:
Fixed sorting and added sort direction handling. By ms.
(diff)
|
2002-Dec-20 16:13 |
1.31
|
Check-in
[3910]:
Fixed data loading bug, causing overwriting of last row with first row's data. By ms.
(diff)
|
2002-Dec-19 21:46 |
1.30
|
Check-in
[3905]:
Added full close document and disable handling,
added new dimmed icons for showing disabled state,
fixed status edit control pixmap redraw,
fixed remaining edit pixmap on old data,
fixed get/set empy Rowdata for cut/copy/paste ops,
fixed member filename corruption and data loss problem,
optimized addRow and pasteRow graphic drawing,
added better file name handling by accessors,
and streamlined widget enablement logic in slots. By ms.
(diff)
|
2002-Dec-19 13:53 |
1.29
|
Check-in
[3902]:
Fixed pasting invalid data bug, and improved getRowdata whitespace format. By ms.
(diff)
|
2002-Dec-18 13:36 |
1.28
|
Check-in
[3896]:
Optimize data validation algorythm for speed, using a sneaky technique by
writing unviewable control text to the status bitmap field. By ms.
(diff)
|
2002-Dec-17 15:08 |
1.27
|
Check-in
[3890]:
Fix some hard to find bad saving problems, add file extension filter, and make
file op exception strings more descriptive. By ms.
(diff)
|
2002-Dec-16 18:13 |
1.26
|
Check-in
[3886]:
Preserve user preferred sort order and don't set dirty flag on renumber ops. By ms.
(diff)
|
2002-Dec-16 13:11 |
1.25
|
Check-in
[3881]:
Removed hardcoded tasks, implemented dynamic account loading, renamed conf
file, corrected comment and empty line handling in load ops. By ms.
(diff)
|
2002-Dec-16 11:45 |
1.24
|
Check-in
[3880]:
Implement missing logic for remaining new field linewise load and save ops. By ms.
(diff)
|
2002-Dec-16 10:58 |
1.23
|
Check-in
[3878]:
Fine tune before adding conf file location search, and fix a whitespace bug. By ms.
(diff)
|
2002-Dec-14 00:42 |
1.22
|
Check-in
[3876]:
Smooth out transition from closed to open document state, and add placeholding
pixmap. Fixed row add and paste logic to include initialization and
validation. Implement cut and past of user data. Fix cut and paste line feed
bug. Disable edit controls until first document is created. By ms.
(diff)
|
2002-Dec-13 21:50 |
1.21
|
Check-in
[3874]:
Implemented basic validation logic, reflected by pixmaps in both table and
edit control. By ms.
(diff)
|
2002-Dec-13 12:46 |
1.20
|
Check-in
[3869]:
Render status pixmaps more efficiently and add quote logic to load and save
remark column. By ms.
(diff)
|
2002-Dec-12 19:48 |
1.19
|
Check-in
[3865]:
Moved methods from as_util to as_dataop, corrected load empty field
validation, use new bitmaps for validation. By ms.
(diff)
|
2002-Dec-12 18:14 |
1.18
|
Check-in
[3864]:
Added groovey valid check mark graphic for status column, and process line
numbers during load operation. By ms.
(diff)
|
2002-Dec-10 14:08 |
1.17
|
Check-in
[3853]:
Integrate formal data fields GUID, CRC, and rev to load and save ops. By ms.
(diff)
|
2002-Dec-06 16:40 |
1.16
|
Check-in
[3848]:
Strip trailing whitespace from remark field on save operations. By ms.
(diff)
|
2002-Dec-05 13:37 |
1.15
|
Check-in
[3843]:
Improve line handling on data load. By ms.
(diff)
|
2002-Dec-04 20:57 |
1.14
|
Check-in
[3835]:
Plug memory leak in data loader. By ms.
(diff)
|
2002-Dec-04 12:18 |
1.13
|
Check-in
[3824]:
Integrate mandatory start and finish time fields into current load processing. By ms.
(diff)
|
2002-Dec-03 19:46 |
1.12
|
Check-in
[3822]:
Add windows and unix logic to retreive current user name, and apply it in
preferences, loading, and saving data. By ms.
(diff)
|
2002-Dec-03 18:34 |
1.11
|
Check-in
[3819]:
Fix empty or last line loading and saving problem, and compress spaces more
efficiently. By ms.
(diff)
|
2002-Dec-02 14:25 |
1.10
|
Check-in
[3809]:
Logic changes to correct the buildconf after CVS restructure. By ms.
(diff)
|
2002-Nov-28 21:44 |
1.9
|
Check-in
[2926]:
Massive build configuration preparation, added boilerplate header text,
and cleaned up whitespace. By ms.
(diff)
|
2002-Nov-27 00:26 |
1.8
|
Check-in
[2904]:
Implemented edition controls, corrected amount formatting, and corrected
file format saving. By ms.
(diff)
|
2002-Nov-26 15:10 |
1.7
|
Check-in
[2890]:
Add edit toolbar to eventually replace bottom button matrix, and correct
edit control update logic to avoid needlessly updating controls from
empty fields. By ms.
(diff)
|
2002-Nov-25 00:11 |
1.6
|
Check-in
[2884]:
Implemented table data saving to a local file, and began new accessor
method group with setDirty(). By ms.
(diff)
|
2002-Nov-22 22:51 |
1.5
|
Check-in
[2871]:
Some final fine tunes before putting the pig to bed. By ms.
(diff)
|
2002-Nov-22 22:14 |
1.4
|
Check-in
[2870]:
Improved account table viewing and movement, fixed whatsthis text and
images, refitted columns to new text dimensions. By ms.
(diff)
|
2002-Nov-22 20:49 |
1.3
|
Check-in
[2869]:
Wrote class RtTableItem to replace right-aligned table cells, missing
from the stock Qt widgets. By ms.
(diff)
|
2002-Nov-22 20:42 |
1.2
|
Check-in
[2868]:
Added exceptions to data ops, completed main static file loading logic,
and removed hard coded table limits. By ms.
(diff)
|
2002-Nov-22 12:46 |
1.1
|
Check-in
[2866]:
Start using real AS data, correct load logic, and move data operations
to tidatops. By ms.
|