2004-Aug-20 19:47 |
1.83
|
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-28 00:02 |
1.82
|
Check-in
[4588]:
The type representing 64 bit variables on most architectures is 'long long',
and because this is not specified in ISO C** (14882) remove all references. By ms.
(diff)
|
2004-May-27 23:48 |
1.81
|
Check-in
[4587]:
Modernize copyright text in source and graphic headers. By ms.
(diff)
|
2004-May-27 23:42 |
1.80
|
Check-in
[4586]:
Correct file names in source headers. By ms.
(diff)
|
2004-May-27 23:33 |
1.79
|
Check-in
[4585]:
remove all usage of fundamental type 'long long', because it is
not specified by the ISO C++ (14882) standard. By ms.
(diff)
|
2003-Nov-20 12:31 |
1.78
|
Check-in
[3685]:
Handle the time consuming bureaucracy of changing a company name. By ms.
|
2003-Feb-17 18:18 |
1.77
|
Check-in
[4049]:
Implemented a local report action, and inserted local reporting logic in the
report menu and view toolbar using new class Reportpanel. By ms.
(diff)
|
2003-Feb-17 14:38 |
1.76
|
Check-in
[4047]:
Begin coding a new time widget that allows unnatural time values. By ms.
(diff)
|
2003-Feb-14 20:27 |
1.75
|
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.74
|
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-13 20:49 |
1.73
|
Check-in
[4031]:
Lots of small changes and improvements to RPC options, menus, and action,
resulting in better usability and more stable RPC functionality. By ms.
(diff)
|
2003-Feb-11 15:19 |
1.72
|
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:55 |
1.71
|
Check-in
[4015]:
Begin treating quit op on an edited doc as a special case to avoid loss. By ms.
(diff)
|
2003-Feb-04 20:30 |
1.70
|
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.69
|
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 11:57 |
1.68
|
Check-in
[3986]:
Extra help for beginning users. By ms.
(diff)
|
2003-Jan-30 23:02 |
1.67
|
Check-in
[3973]:
Fixed dirty data double check on implicit save ops, fixed close event method,
and plugged holes where no exception handling existed for an except condition. By ms.
(diff)
|
2003-Jan-30 15:36 |
1.66
|
Check-in
[3964]:
Day date section focus is the default value, and happily removed a hackful
zero date placeholder. By ms.
(diff)
|
2003-Jan-29 18:05 |
1.65
|
Check-in
[3963]:
Fixed the scroll before show bug, causing a bad data screen position. By ms.
(diff)
|
2003-Jan-28 18:33 |
1.64
|
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-28 17:41 |
1.63
|
Check-in
[3958]:
Implemented initial file loading by shell argument, and cleaned up some
other small problems. By ms.
(diff)
|
2003-Jan-24 17:32 |
1.62
|
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)
|
2003-Jan-23 00:57 |
1.61
|
Check-in
[3935]:
Made CORBA and/or SOAP connections options of autoconf, so remote reporting is
compiled into the client only when desired. By ms.
(diff)
|
2003-Jan-21 13:38 |
1.60
|
Check-in
[3924]:
Bugfix for very inconvenient edit control update failure. By ms.
(diff)
|
2003-Jan-16 09:26 |
1.59
|
Check-in
[3915]:
Add GUI cod framework, graphics, and stub methods for server syncrhonization. By ms.
(diff)
|
2002-Dec-19 21:46 |
1.58
|
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-18 15:50 |
1.57
|
Check-in
[3897]:
Fixed row shade logic and moved dirty flag to TiTable class. By ms.
(diff)
|
2002-Dec-16 17:05 |
1.56
|
Check-in
[3883]:
Implemented joined column sorting. Implemented refreshDisplay, and add action
to appropriate edit and view menus. By ms.
(diff)
|
2002-Dec-16 13:11 |
1.55
|
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-14 00:42 |
1.54
|
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 22:25 |
1.53
|
Check-in
[3875]:
Better initialization by disabling edit controls until a new document. By ms.
(diff)
|
2002-Dec-13 21:50 |
1.52
|
Check-in
[3874]:
Implemented basic validation logic, reflected by pixmaps in both table and
edit control. By ms.
(diff)
|
2002-Dec-12 17:20 |
1.51
|
Check-in
[3863]:
Fix closure on clean state bug in a better way. By ms.
(diff)
|
2002-Dec-12 14:20 |
1.50
|
Check-in
[3859]:
Implement connections for matrix text fields with edit control widgets. By ms.
(diff)
|
2002-Dec-12 13:45 |
1.49
|
Check-in
[3858]:
Implement persistent toolbar preferences. By ms.
(diff)
|
2002-Dec-12 13:19 |
1.48
|
Check-in
[3857]:
Load column view preferences on init, and save them on exit. By ms.
(diff)
|
2002-Dec-11 18:15 |
1.47
|
Check-in
[3856]:
Fix bottom control layout by detecting first viewable column and adjusting
control size accordingly. By ms.
(diff)
|
2002-Dec-11 17:00 |
1.46
|
Check-in
[3855]:
Add line number and status columns. Make all columns ausblendbar. Activate
column menu selectors. By ms.
(diff)
|
2002-Dec-10 15:23 |
1.45
|
Check-in
[3854]:
Now all data fields are in the view table as well. By ms.
(diff)
|
2002-Dec-10 13:06 |
1.44
|
Check-in
[3852]:
In order to prepare for missing data format implementations, replace last
globals with constants, remove unused constants, and remove incomplete task
truncating until a better solution is found. By ms.
(diff)
|
2002-Dec-05 19:03 |
1.43
|
Check-in
[3846]:
Completed dirty data state conditionals. By ms.
(diff)
|
2002-Dec-05 15:51 |
1.42
|
Check-in
[3844]:
Flush dirty state saving changes without considering broken build. By ms.
(diff)
|
2002-Dec-05 00:22 |
1.41
|
Check-in
[3840]:
Implement multirow edition including complete cut copy and paste. By ms.
(diff)
|
2002-Dec-04 19:56 |
1.40
|
Check-in
[3834]:
Implemented row by row editing, introduced working cut copy and paste methods. By ms.
(diff)
|
2002-Dec-04 12:34 |
1.39
|
Check-in
[3825]:
Correct dynamic refresh behaviour of table data from edit widgets. By ms.
(diff)
|
2002-Dec-03 20:07 |
1.38
|
Check-in
[3823]:
Implement rudimentary bottom widget edit connections to main table text cells. By ms.
(diff)
|
2002-Dec-03 18:05 |
1.37
|
Check-in
[3818]:
Added TiTable object to MOC Mapping, added normal view menu again, added ugly
edition state member flag, fixed double click table header resize bug, added
auto advance in place edit feature. By ms.
(diff)
|
2002-Dec-02 14:25 |
1.36
|
Check-in
[3809]:
Logic changes to correct the buildconf after CVS restructure. By ms.
(diff)
|
2002-Nov-28 21:44 |
1.35
|
Check-in
[2926]:
Massive build configuration preparation, added boilerplate header text,
and cleaned up whitespace. By ms.
(diff)
|
2002-Nov-28 00:07 |
1.34
|
Check-in
[2913]:
Fixed current file save logic, smoothed edit controls, and corrected
name of edition layout. By ms.
(diff)
|
2002-Nov-27 23:44 |
1.33
|
Check-in
[2912]:
Added eventhandler to catch illegal double clicks, minimized layout of
edition controls, changes to slot arrangement. By ms.
(diff)
|
2002-Nov-27 19:40 |
1.32
|
Check-in
[2911]:
Implement in place editing, with intuitive error safety features. By ms.
(diff)
|
2002-Nov-27 18:11 |
1.31
|
Check-in
[2909]:
Add class TiTable just to override normal cell highlighting, and correct
delete entry button label. By ms.
(diff)
|
2002-Nov-26 23:22 |
1.30
|
Check-in
[2903]:
Corrected add row on empty table special case, and added an ugly hack to
allow for invalid zero dates. By ms.
(diff)
|
2002-Nov-26 22:18 |
1.29
|
Check-in
[2901]:
Doch, use a push button to confirm edition of a task tuple. By ms.
(diff)
|
2002-Nov-26 21:38 |
1.28
|
Check-in
[2900]:
Remove all push button widgets, since the enhanced edit tool has the
same functionality built in. Also remove the writeData callback, to
favor a better approach. By ms.
(diff)
|
2002-Nov-26 21:25 |
1.27
|
Check-in
[2899]:
Toolbar showing and hiding on demand. By ms.
(diff)
|
2002-Nov-26 18:23 |
1.26
|
Check-in
[2894]:
Add several missing edit actions, icons for them, and restructure view
menu according to thl+ms mui+gui brainstorming. By ms.
(diff)
|
2002-Nov-26 15:10 |
1.25
|
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 16:45 |
1.24
|
Check-in
[2887]:
Add AmountBox class to introduce missing functionality from QSpinBox,
and implement most edit control updates. By ms.
(diff)
|
2002-Nov-25 12:40 |
1.23
|
Check-in
[2886]:
Connection of edit signals to prototype. By ms.
(diff)
|
2002-Nov-25 00:11 |
1.22
|
Check-in
[2884]:
Implemented table data saving to a local file, and began new accessor
method group with setDirty(). By ms.
(diff)
|
2002-Nov-24 21:39 |
1.21
|
Check-in
[2883]:
Improve new preference object handling. By ms.
(diff)
|
2002-Nov-24 19:02 |
1.20
|
Check-in
[2874]:
Correct build config after preferences integration. By ms.
(diff)
|
2002-Nov-24 18:56 |
1.19
|
Check-in
[2873]:
Add a DOM based configuration file. By ms.
(diff)
|
2002-Nov-22 20:42 |
1.18
|
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.17
|
Check-in
[2866]:
Start using real AS data, correct load logic, and move data operations
to tidatops. By ms.
(diff)
|
2002-Nov-21 16:37 |
1.16
|
Check-in
[2865]:
Consistency fix, and repair slots for opening and saving to local files. By ms.
(diff)
|
2002-Nov-20 12:06 |
1.15
|
Check-in
[2859]:
Save time and resources by loading pixmaps on demand only. Removed some icons
to unclutter the screen estate. By ms.
(diff)
|
2002-Nov-19 21:29 |
1.14
|
Check-in
[2854]:
Added edit and view drop down menus, enhanced existing ones. By ms.
(diff)
|
2002-Nov-19 20:42 |
1.13
|
Check-in
[2853]:
Radical optimization of widget initialization and refresh. Removal of excess
baggage in daily table. Addition of editing section. Apply new image logic.
Reworked layouts. Improved task selection. By ms.
(diff)
|
2002-Nov-19 09:17 |
1.12
|
Check-in
[2846]:
Add CW logo and rework message boxes under the help menu. By ms.
(diff)
|
2002-Nov-19 00:34 |
1.11
|
Check-in
[2845]:
Put this pig to bed, after some more restructuring, handling improvements,
and display optimization. By ms.
(diff)
|
2002-Nov-18 23:31 |
1.10
|
Check-in
[2843]:
Move methods assiting in construction of the GUI to titassist. By ms.
(diff)
|
2002-Nov-18 23:13 |
1.9
|
Check-in
[2842]:
Break the monolithic pig-constructor into smaller pigs. By ms.
(diff)
|
2002-Nov-14 23:26 |
1.8
|
Check-in
[2831]:
Actions added for push buttons, whatsthis text added for all actions, and more
features added. Write button is now red. By ms.
(diff)
|
2002-Nov-14 21:29 |
1.7
|
Check-in
[2827]:
Improve layout of widgets by removing a layout and adding attributes to the
central frame. By ms.
(diff)
|
2002-Nov-14 19:19 |
1.6
|
Check-in
[2826]:
Add actions, corresponding slots, use new bitmaps, add a toolbar, begin coding
of data serialization logic. By ms.
(diff)
|
2002-Nov-13 17:36 |
1.5
|
Check-in
[2817]:
First cut at a menu bar, tool bar, and status bar. By ms.
(diff)
|
2002-Nov-13 13:38 |
1.4
|
Check-in
[2816]:
Introduce prototypes, correct variable naming, and other cleanups. By ms.
(diff)
|
2002-Nov-12 20:16 |
1.3
|
Check-in
[2813]:
Change from QDialog to QMainWindow, reframe widget layouts, add more buttons,
add tool tips, handle quit action, fill table items with meaningful widgets,
resize columns, add autocompletion of tasks, chew potatoes, cook rice. By ms.
(diff)
|
2002-Nov-11 22:39 |
1.2
|
Check-in
[2811]:
Flush changes ending in a more complete application frame. By ms.
(diff)
|
2002-Nov-08 13:27 |
1.1
|
Check-in
[2774]:
Write the general framework for the main control window. By ms.
|