OSSP CVS Repository

ossp - History for /ossp-pkg/as/as-gui/as_assist.cpp
Not logged in
[Honeypot]  [Browse]  [Home]  [Login]  [Reports
[Search]  [Ticket]  [Timeline
  [Directory]  [Show Milestones

DateVersion Description
2004-Aug-24 23:39    1.120    Check-in [5568]: Connect valueChanged() signal to capture dirty data messages correctly. By ms. (diff)
2004-Aug-20 19:47    1.119    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.118    Check-in [4587]: Modernize copyright text in source and graphic headers. By ms. (diff)
2004-May-27 23:42    1.117    Check-in [4586]: Correct file names in source headers. By ms. (diff)
2003-Nov-20 12:31    1.116    Check-in [3685]: Handle the time consuming bureaucracy of changing a company name. By ms.
2003-Mar-05 16:23    1.115    Check-in [4095]: Write documentation and make relevant buildconf changes. By ms. (diff)
2003-Feb-28 18:13    1.114    Check-in [4092]: Improved dynamic calculation of fixed accounts combobox frame size. By ms. (diff)
2003-Feb-27 14:57    1.113    Check-in [4089]: Hook in new help contents browser logic on activation of helpContents signal. By ms. (diff)
2003-Feb-22 00:42    1.112    Check-in [4075]: Added detailed listing and signature prefs, with linkage to public accessors. By ms. (diff)
2003-Feb-21 11:11    1.111    Check-in [4068]: Implemented user-defined row shading colours, acessible in preferences panel and elsewhere. By ms. (diff)
2003-Feb-20 17:47    1.110    Check-in [4060]: Add new report generation preferences to initialization phase. By ms. (diff)
2003-Feb-17 18:18    1.109    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.108    Check-in [4047]: Begin coding a new time widget that allows unnatural time values. By ms. (diff)
2003-Feb-14 20:27    1.107    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.106    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-14 10:18    1.105    Check-in [4039]: Get rid of double newline, add the synchronize action button to the view toolbar where it belongs, and remove the separator between the columns and views selectors. By ms. (diff)
2003-Feb-13 22:12    1.104    Check-in [4033]: Remove default event file insert, and instead default to event directory. By ms. (diff)
2003-Feb-13 20:49    1.103    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-12 20:40    1.102    Check-in [4029]: Fixed typo. By ms. (diff)
2003-Feb-12 20:33    1.101    Check-in [4027]: Completed working logic of preferences class Panel. By ms. (diff)
2003-Feb-12 18:47    1.100    Check-in [4026]: Fix typo. By ms. (diff)
2003-Feb-11 15:19    1.99    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.98    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.97    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 15:12    1.96    Check-in [3990]: Back out logic to recognize '-', '+', and '=' as separator symbols. By ms. (diff)
2003-Feb-03 12:15    1.95    Check-in [3988]: Improve edit control [en|dis]ablement condition, and remove pixmap. By ms. (diff)
2003-Feb-03 11:57    1.94    Check-in [3986]: Extra help for beginning users. By ms. (diff)
2003-Feb-03 11:46    1.93    Check-in [3985]: Fix tool labels, after finding another left over inconsistency. By ms. (diff)
2003-Jan-31 00:48    1.92    Check-in [3978]: Fixed open document but empty timesheet debug text spew bug, and improved user interface by adding more clue messages and denying flawed ops. By ms. (diff)
2003-Jan-30 23:02    1.91    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 17:51    1.90    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.89    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.88    Check-in [3963]: Fixed the scroll before show bug, causing a bad data screen position. By ms. (diff)
2003-Jan-28 18:33    1.87    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:42    1.86    Check-in [3959]: Remove output to standard out, to leave terminal session clean again. By ms. (diff)
2003-Jan-28 17:41    1.85    Check-in [3958]: Implemented initial file loading by shell argument, and cleaned up some other small problems. By ms. (diff)
2003-Jan-24 19:22    1.84    Check-in [3944]: Made file and directory handling more generic. By ms. (diff)
2003-Jan-24 17:32    1.83    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.82    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-22 12:36    1.81    Check-in [3926]: Use a more orthogonal solution for control updates on add and paste operations. By ms. (diff)
2003-Jan-16 09:26    1.80    Check-in [3915]: Add GUI cod framework, graphics, and stub methods for server syncrhonization. By ms. (diff)
2002-Dec-20 18:42    1.79    Check-in [3911]: Fixed sorting and added sort direction handling. By ms. (diff)
2002-Dec-20 16:13    1.78    Check-in [3910]: Fixed data loading bug, causing overwriting of last row with first row's data. By ms. (diff)
2002-Dec-20 14:25    1.77    Check-in [3909]: Added missing tooltip and whatsthis info for task edit control, reorganized others. By ms. (diff)
2002-Dec-19 21:46    1.76    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.75    Check-in [3897]: Fixed row shade logic and moved dirty flag to TiTable class. By ms. (diff)
2002-Dec-16 18:13    1.74    Check-in [3886]: Preserve user preferred sort order and don't set dirty flag on renumber ops. By ms. (diff)
2002-Dec-16 17:23    1.73    Check-in [3884]: Add missing view switch menu item, and use a slightly better display rendering algorythm. By ms. (diff)
2002-Dec-16 17:05    1.72    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.71    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.70    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.69    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.68    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.67    Check-in [3875]: Better initialization by disabling edit controls until a new document. By ms. (diff)
2002-Dec-13 21:50    1.66    Check-in [3874]: Implemented basic validation logic, reflected by pixmaps in both table and edit control. By ms. (diff)
2002-Dec-13 18:44    1.65    Check-in [3870]: Fix display of initialized cells, initialize new cells, and add a shift tab event handler. By ms. (diff)
2002-Dec-12 22:24    1.64    Check-in [3868]: Disabled normal view menu item, and other finishes. By ms. (diff)
2002-Dec-12 21:52    1.63    Check-in [3866]: Many layout and preference changes to support more flexibility. By ms. (diff)
2002-Dec-12 19:48    1.62    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.61    Check-in [3864]: Added groovey valid check mark graphic for status column, and process line numbers during load operation. By ms. (diff)
2002-Dec-12 17:20    1.60    Check-in [3863]: Fix closure on clean state bug in a better way. By ms. (diff)
2002-Dec-12 14:20    1.59    Check-in [3859]: Implement connections for matrix text fields with edit control widgets. By ms. (diff)
2002-Dec-12 13:45    1.58    Check-in [3858]: Implement persistent toolbar preferences. By ms. (diff)
2002-Dec-12 13:19    1.57    Check-in [3857]: Load column view preferences on init, and save them on exit. By ms. (diff)
2002-Dec-11 17:00    1.56    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.55    Check-in [3854]: Now all data fields are in the view table as well. By ms. (diff)
2002-Dec-10 13:06    1.54    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-10 01:00    1.53    Check-in [3851]: Changed key bindings and exit without save logic, removed error messages on new document generation. By ms. (diff)
2002-Dec-09 17:44    1.52    Check-in [3850]: Disable help menu until implemented, simplify click condition, and adjust autoconf requirements. By ms. (diff)
2002-Dec-05 19:03    1.51    Check-in [3846]: Completed dirty data state conditionals. By ms. (diff)
2002-Dec-05 15:51    1.50    Check-in [3844]: Flush dirty state saving changes without considering broken build. By ms. (diff)
2002-Dec-05 11:33    1.49    Check-in [3842]: Small fixes, and take UUID generation out of build configuration. By ms. (diff)
2002-Dec-04 18:34    1.48    Check-in [3833]: Replace magic numbers with abstract constants. By ms. (diff)
2002-Dec-04 18:31    1.47    Check-in [3832]: Fix event handling problem with TiTable, and explicitly state scope of method calls in TiTable. By ms. (diff)
2002-Dec-04 17:17    1.46    Check-in [3831]: Implement missing action accelerators. By ms. (diff)
2002-Dec-04 16:50    1.45    Check-in [3829]: Repair windows username logic, and consider using cuserid(3) instead of getlogin(2) for better portability and robustness. By ms. (diff)
2002-Dec-04 15:50    1.44    Check-in [3827]: Fix row add logic, and automatically fill in date and time values. By ms. (diff)
2002-Dec-04 12:41    1.43    Check-in [3826]: Correct startup window and widget size defaults. By ms. (diff)
2002-Dec-04 12:34    1.42    Check-in [3825]: Correct dynamic refresh behaviour of table data from edit widgets. By ms. (diff)
2002-Dec-03 20:07    1.41    Check-in [3823]: Implement rudimentary bottom widget edit connections to main table text cells. By ms. (diff)
2002-Dec-03 19:46    1.40    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.39    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.38    Check-in [3809]: Logic changes to correct the buildconf after CVS restructure. By ms. (diff)
2002-Nov-28 21:44    1.37    Check-in [2926]: Massive build configuration preparation, added boilerplate header text, and cleaned up whitespace. By ms. (diff)
2002-Nov-28 18:04    1.36    Check-in [2921]: Small corrections to toolbar and buildconf, and remember task aliases. By ms. (diff)
2002-Nov-28 11:31    1.35    Check-in [2914]: Column adjustment. 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:13    1.31    Check-in [2910]: Really add the class this time, and fix a syntax error. By ms. (diff)
2002-Nov-27 18:11    1.30    Check-in [2909]: Add class TiTable just to override normal cell highlighting, and correct delete entry button label. By ms. (diff)
2002-Nov-27 00:26    1.29    Check-in [2904]: Implemented edition controls, corrected amount formatting, and corrected file format saving. By ms. (diff)
2002-Nov-26 23:22    1.28    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:28    1.27    Check-in [2902]: Fix help text. By ms. (diff)
2002-Nov-26 22:18    1.26    Check-in [2901]: Doch, use a push button to confirm edition of a task tuple. By ms. (diff)
2002-Nov-26 21:38    1.25    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.24    Check-in [2899]: Toolbar showing and hiding on demand. By ms. (diff)
2002-Nov-26 20:41    1.23    Check-in [2898]: Better looking whatsthis boxes. By ms. (diff)
2002-Nov-26 20:33    1.22    Check-in [2897]: Improved date and time processing and validation, including missing or defaults values. By ms. (diff)
2002-Nov-26 20:09    1.21    Check-in [2896]: Corrected add entry logic, and implemented remove entry logic. By ms. (diff)
2002-Nov-26 18:23    1.20    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:15    1.19    Check-in [2891]: Reformat hardcoded task entries. By ms. (diff)
2002-Nov-26 15:10    1.18    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 17:23    1.17    Check-in [2889]: Correct table data selection handling. By ms. (diff)
2002-Nov-25 16:45    1.16    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.15    Check-in [2886]: Connection of edit signals to prototype. By ms. (diff)
2002-Nov-25 12:23    1.14    Check-in [2885]: Fix alignment and editing style problem. By ms. (diff)
2002-Nov-24 21:39    1.13    Check-in [2883]: Improve new preference object handling. By ms. (diff)
2002-Nov-24 19:03    1.12    Check-in [2875]: Remove debug code. By ms. (diff)
2002-Nov-24 18:56    1.11    Check-in [2873]: Add a DOM based configuration file. By ms. (diff)
2002-Nov-22 22:14    1.10    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:42    1.9    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-21 16:37    1.8    Check-in [2865]: Consistency fix, and repair slots for opening and saving to local files. By ms. (diff)
2002-Nov-20 20:37    1.7    Check-in [2860]: Fix some object allocations, and wonder why the compiler allowed a second definition for each class member? By ms. (diff)
2002-Nov-20 12:06    1.6    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.5    Check-in [2854]: Added edit and view drop down menus, enhanced existing ones. By ms. (diff)
2002-Nov-19 20:42    1.4    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.3    Check-in [2846]: Add CW logo and rework message boxes under the help menu. By ms. (diff)
2002-Nov-19 00:34    1.2    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.1    Check-in [2843]: Move methods assiting in construction of the GUI to titassist. By ms.

CVSTrac 2.0.1