Timeline

50 most recent check-ins

2018-08-16
11:21
Update node relations when navigating to the first or last node Leaf check-in: 8f9e0f0c52 user: ralf tags: tree
11:06
Added constant c_db_rowid_any which causes db_get_row to not filter the result by rowid, don't filter by rowid when moving to a child or a parent node check-in: c556817fa4 user: ralf tags: tree
2018-08-15
14:43
Added optional column_name and value parameters to db_get_rowid_range, try to restrict the rowid range to the current parent node so that the home and end keys will jump to the first and last nodes respectively (doesn't work correctly yet) check-in: 877188c519 user: ralf tags: tree
13:45
Merge trunk check-in: 9068e1698f user: ralf tags: tree
2018-08-09
19:33
Prepare the query in view_object_query only if the sql changed and is not empty. Otherwise, an unfinalized query handle from empty queries is left over and causes an error when trying to close the database. Leaf check-in: 5ed13919a3 user: ralf tags: trunk
2018-07-24
11:20
Speak the value of the current column / row when exiting a view in edit_table dialog check-in: 88053a2ccf user: ralf tags: trunk
09:02
Fixed bug in custom views check-in: 55199389f1 user: ralf tags: trunk
2018-07-08
21:00
Added /pack option to make script check-in: 81eb421901 user: ralf tags: trunk
2018-05-24
10:49
Don't try to move values if the table has no rows Leaf check-in: 4ec845f992 user: ralf tags: move_value
09:48
Show the target column/row after a value has been moved check-in: a4d2ffc7a5 user: ralf tags: move_value
09:31
Values can now be moved to the next or previous row as well check-in: 8d119da1d5 user: ralf tags: move_value
2018-05-23
13:26
Prevent moving values from or into the rowid column check-in: 2b5b349c4d user: ralf tags: move_value
13:18
Implemented edit_table_move_value check-in: aeeaf23cb3 user: ralf tags: move_value
09:03
Added function db_move_value which moves a value from one column/row to another check-in: 151df0bc8c user: ralf tags: move_value
08:31
Added function db_find_empty_cell to find the first rowid in a table where a given column is empty check-in: f56e1fb173 user: ralf tags: move_value
2018-05-22
17:26
Added function db_is_empty to check if a column/row is empty, added parameter column_index to edit_table_move_value check-in: 83271985ea user: ralf tags: move_value
16:22
Only call edit_table_move_value if the database is writeable check-in: d7a8f390d5 user: ralf tags: move_value
14:18
Added prototype of edit_table_move_value check-in: c95e7cbc6f user: ralf tags: move_value
13:43
Fixed a syntax error caused by the changes from [b3c8674b33] check-in: 7eff655135 user: ralf tags: trunk
13:39
Wrapped some long lines check-in: b3c8674b33 user: ralf tags: trunk
11:23
Multiple rows can now be deleted at once by utilizing the selection range check-in: 6f8700f9f9 user: ralf tags: trunk
2018-05-02
14:07
Merge trunk check-in: 3ebfafee09 user: ralf tags: tree
14:04
Moved functions from edit_table dialog into separate scripts check-in: c6c96af55a user: ralf tags: trunk
13:59
Moved general functions to separate script Closed-Leaf check-in: 72c582e08b user: ralf tags: edit_table_split
13:51
Fixed condition for moving to the first child node check-in: 910058013c user: ralf tags: tree
13:08
Pass the relations of the current node to speak_column to show them in braille check-in: 97b8a80526 user: ralf tags: tree
12:50
Added function db_get_node_relations to get the number of parents and children for a given node, use the relations of the current node when moving to the parent or the first child node check-in: 95bcdc5b7e user: ralf tags: tree
10:56
Enabled left and right (parent and first child) movement in tree mode check-in: 69cfafd2b2 user: ralf tags: tree
09:39
Use column indexes in edit_table_tree_toggle to adress the node id and parent id columns, enabled up and down (previous and next sibbling) movement in tree mode check-in: c1c89dac9f user: ralf tags: tree
2018-05-01
19:31
Added new script which contains the tree functions, added new variables to edit_table, mapped tree mode toggle to q check-in: c3fc178a96 user: ralf tags: tree
2018-04-24
14:04
Moved label functions to a separate script check-in: fe29b8d254 user: ralf tags: edit_table_split
13:59
Moved formula functions to a separate script check-in: 2dac92b3e9 user: ralf tags: edit_table_split
13:54
Moved edit_table_goto functions to a separate script check-in: 1bc5f392c1 user: ralf tags: edit_table_split
2018-04-17
13:57
Removed 2 obsolete translations check-in: 58b326b429 user: ralf tags: trunk
13:11
New feature generate combinations: generates all possible combinations from the values in a table check-in: a900c3a171 user: ralf tags: trunk
13:08
Added missing translations Closed-Leaf check-in: 70a6495017 user: ralf tags: combinations
12:38
Added option to delete all non-unique combinations (combinations where one value occurrs more than once) check-in: fe820e989a user: ralf tags: combinations
11:28
The size of the combination (number of columns in the result table) is really limited by the number of possible joins, added new constant and changed prompt check-in: 984637fed3 user: ralf tags: combinations
2018-04-02
17:53
Updated SQLite to version 3.23.0 check-in: f64ad4d574 user: ralf tags: trunk
17:47
Changed _SQLite_Startup call to be compatible with AutoIt 3.3.14.5 check-in: 98902b3d0f user: ralf tags: trunk
2018-02-07
15:07
Prototype of experimental feature to generate all combinations from the values in a table check-in: 8a6b5206af user: ralf tags: combinations
2018-02-05
15:34
Set the query handle to 0 in db_fetch_row once all rows have been fetched so that the query is not finalized twice check-in: 490554ee6a user: ralf tags: trunk
2018-02-01
16:11
Indented all scripts (2 spaces per level) check-in: 5792020bfe user: ralf tags: trunk
16:02
Indented all dialog scripts Closed-Leaf check-in: 6589a6cd4e user: ralf tags: indent
13:52
Indented db scripts check-in: 57c2fd7edc user: ralf tags: indent
12:54
Indented all include scripts (except SRLibrary) check-in: fb2c021a8b user: ralf tags: indent
12:38
Indented make and main script check-in: 5647c9831d user: ralf tags: indent
12:18
Indented global script check-in: 5734ebda15 user: ralf tags: indent
2017-11-17
13:05
Increased the size of the search filter array in edit_table_goto_label to add a search filter summary for labels, speak the summary in edit_table_goto if available check-in: a3a8b33357 user: ralf tags: trunk
2017-11-14
14:44
Fixed a bug in view_object_query similar to view_object_filter which discards the previous query without finalizing it check-in: 58febee1d4 user: ralf tags: trunk