2004-Aug-20 19:47 |
1.65
|
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.64
|
Check-in
[4587]:
Modernize copyright text in source and graphic headers. By ms.
(diff)
|
2004-May-27 23:42 |
1.63
|
Check-in
[4586]:
Correct file names in source headers. By ms.
(diff)
|
2003-Nov-20 12:31 |
1.62
|
Check-in
[3685]:
Handle the time consuming bureaucracy of changing a company name. By ms.
|
2003-Mar-05 21:27 |
1.61
|
Check-in
[4101]:
Use the new documentation contents in the help panel class to fill the HTML
help browser window. By ms.
(diff)
|
2003-Feb-28 18:13 |
1.60
|
Check-in
[4092]:
Improved dynamic calculation of fixed accounts combobox frame size. By ms.
(diff)
|
2003-Feb-25 10:25 |
1.59
|
Check-in
[4080]:
Add alternate color defaults for windows users and remove 'both' button id. By ms.
(diff)
|
2003-Feb-22 00:42 |
1.58
|
Check-in
[4075]:
Added detailed listing and signature prefs, with linkage to public accessors. By ms.
(diff)
|
2003-Feb-21 11:11 |
1.57
|
Check-in
[4068]:
Implemented user-defined row shading colours, acessible in preferences panel
and elsewhere. By ms.
(diff)
|
2003-Feb-20 17:48 |
1.56
|
Check-in
[4061]:
Vast report generation improvements and additions. By ms.
(diff)
|
2003-Feb-14 20:27 |
1.55
|
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-13 22:56 |
1.54
|
Check-in
[4036]:
Fix screwey typo. By ms.
(diff)
|
2003-Feb-13 22:12 |
1.53
|
Check-in
[4033]:
Remove default event file insert, and instead default to event directory. By ms.
(diff)
|
2003-Feb-13 21:41 |
1.52
|
Check-in
[4032]:
Modified class Panel accept operation to apply changes immediately, and added
logic to activate file extension switch, using preference value from panel. By ms.
(diff)
|
2003-Feb-13 19:22 |
1.51
|
Check-in
[4030]:
Lots of RPC changes including disable and enablement according to compile time
transport availability, multi row spanning with SOAP transmission, and solve
security problems by making CORBA and SOAP hosts user configurable. By ms.
(diff)
|
2003-Feb-12 20:33 |
1.50
|
Check-in
[4027]:
Completed working logic of preferences class Panel. By ms.
(diff)
|
2003-Feb-11 15:19 |
1.49
|
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-04 20:30 |
1.48
|
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-04 14:06 |
1.47
|
Check-in
[4000]:
Release version 0.6.10 as an interim revision. By ms.
(diff)
|
2003-Feb-04 08:52 |
1.46
|
Check-in
[3996]:
we are at version 0.6 to be consistent with as-cui By rse.
(diff)
|
2003-Feb-03 15:12 |
1.45
|
Check-in
[3990]:
Back out logic to recognize '-', '+', and '=' as separator symbols. By ms.
(diff)
|
2003-Feb-03 11:46 |
1.44
|
Check-in
[3985]:
Fix tool labels, after finding another left over inconsistency. By ms.
(diff)
|
2003-Jan-30 23:07 |
1.43
|
Check-in
[3974]:
The environment variables for username and homedir don't seem to be
standardized, but use $USER and $HOME anyways. By ms.
(diff)
|
2003-Jan-30 23:02 |
1.42
|
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 21:26 |
1.41
|
Check-in
[3972]:
Implemented writing and testing of a data version symbol. By ms.
(diff)
|
2003-Jan-30 19:18 |
1.40
|
Check-in
[3970]:
Write a special version symbol when serializing data to files. By ms.
(diff)
|
2003-Jan-30 17:51 |
1.39
|
Check-in
[3968]:
Use a new aggregate class User to prefer user data from environment
to that of underlying system. By ms.
(diff)
|
2003-Jan-30 15:36 |
1.38
|
Check-in
[3964]:
Day date section focus is the default value, and happily removed a hackful
zero date placeholder. By ms.
(diff)
|
2003-Jan-28 17:44 |
1.37
|
Check-in
[3960]:
Fix grammar. By ms.
(diff)
|
2003-Jan-27 15:43 |
1.36
|
Check-in
[3952]:
Fixed a subtle bug in a split else block, and added code to append file
extension to new saves. By ms.
(diff)
|
2003-Jan-27 13:39 |
1.35
|
Check-in
[3948]:
Change all date and time data entries from ISO format to AS specific. By ms.
(diff)
|
2003-Jan-24 19:22 |
1.34
|
Check-in
[3944]:
Made file and directory handling more generic. By ms.
(diff)
|
2002-Dec-20 18:42 |
1.33
|
Check-in
[3911]:
Fixed sorting and added sort direction handling. By ms.
(diff)
|
2002-Dec-18 15:50 |
1.32
|
Check-in
[3897]:
Fixed row shade logic and moved dirty flag to TiTable class. By ms.
(diff)
|
2002-Dec-17 17:47 |
1.31
|
Check-in
[3891]:
Implement rudimentary row shading on sort key, and add GUID and APPID. By ms.
(diff)
|
2002-Dec-17 15:08 |
1.30
|
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:37 |
1.29
|
Check-in
[3887]:
Implement Darueberknallen protection. By ms.
(diff)
|
2002-Dec-16 18:13 |
1.28
|
Check-in
[3886]:
Preserve user preferred sort order and don't set dirty flag on renumber ops. By ms.
(diff)
|
2002-Dec-16 17:05 |
1.27
|
Check-in
[3883]:
Implemented joined column sorting. Implemented refreshDisplay, and add action
to appropriate edit and view menus. By ms.
(diff)
|
2002-Dec-16 15:07 |
1.26
|
Check-in
[3882]:
Now read preferences from a configuration file in the current user's home
directory by default. 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 10:58 |
1.24
|
Check-in
[3878]:
Fine tune before adding conf file location search, and fix a whitespace bug. By ms.
(diff)
|
2002-Dec-12 22:13 |
1.23
|
Check-in
[3867]:
Implement persistent frame layout and dock positions. By ms.
(diff)
|
2002-Dec-12 21:52 |
1.22
|
Check-in
[3866]:
Many layout and preference changes to support more flexibility. By ms.
(diff)
|
2002-Dec-12 13:45 |
1.21
|
Check-in
[3858]:
Implement persistent toolbar preferences. By ms.
(diff)
|
2002-Dec-12 13:19 |
1.20
|
Check-in
[3857]:
Load column view preferences on init, and save them on exit. By ms.
(diff)
|
2002-Dec-11 17:00 |
1.19
|
Check-in
[3855]:
Add line number and status columns. Make all columns ausblendbar. Activate
column menu selectors. By ms.
(diff)
|
2002-Dec-10 14:08 |
1.18
|
Check-in
[3853]:
Integrate formal data fields GUID, CRC, and rev to load and save ops. By ms.
(diff)
|
2002-Dec-10 13:06 |
1.17
|
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 15:51 |
1.16
|
Check-in
[3844]:
Flush dirty state saving changes without considering broken build. By ms.
(diff)
|
2002-Dec-04 19:56 |
1.15
|
Check-in
[3834]:
Implemented row by row editing, introduced working cut copy and paste methods. By ms.
(diff)
|
2002-Dec-04 17:00 |
1.14
|
Check-in
[3830]:
Correct nonstandard zero date format. By ms.
(diff)
|
2002-Dec-04 15:50 |
1.13
|
Check-in
[3827]:
Fix row add logic, and automatically fill in date and time values. By ms.
(diff)
|
2002-Dec-04 12:41 |
1.12
|
Check-in
[3826]:
Correct startup window and widget size defaults. By ms.
(diff)
|
2002-Dec-03 19:46 |
1.11
|
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:05 |
1.10
|
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.9
|
Check-in
[3809]:
Logic changes to correct the buildconf after CVS restructure. By ms.
(diff)
|
2002-Nov-28 21:44 |
1.8
|
Check-in
[2926]:
Massive build configuration preparation, added boilerplate header text,
and cleaned up whitespace. By ms.
(diff)
|
2002-Nov-27 23:44 |
1.7
|
Check-in
[2912]:
Added eventhandler to catch illegal double clicks, minimized layout of
edition controls, changes to slot arrangement. By ms.
(diff)
|
2002-Nov-26 21:25 |
1.6
|
Check-in
[2899]:
Toolbar showing and hiding on demand. By ms.
(diff)
|
2002-Nov-26 20:33 |
1.5
|
Check-in
[2897]:
Improved date and time processing and validation, including missing or
defaults values. By ms.
(diff)
|
2002-Nov-26 15:10 |
1.4
|
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.3
|
Check-in
[2887]:
Add AmountBox class to introduce missing functionality from QSpinBox,
and implement most edit control updates. By ms.
(diff)
|
2002-Nov-24 21:39 |
1.2
|
Check-in
[2883]:
Improve new preference object handling. By ms.
(diff)
|
2002-Nov-24 18:55 |
1.1
|
Check-in
[2872]:
Abstract constant definitions out of code. By ms.
|