clevic 0.5.1 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/History.txt +539 -93
- data/Manifest.txt +1 -0
- data/README.txt +6 -2
- data/Rakefile +25 -1
- data/TODO +4 -23
- data/bin/clevic +10 -10
- data/lib/clevic/db_options.rb +5 -3
- data/lib/clevic/model_builder.rb +2 -0
- data/lib/clevic/ui/browser_ui.rb +1 -1
- data/lib/clevic/ui/search_dialog_ui.rb +1 -1
- data/template/jamis.rb +589 -0
- metadata +26 -4
data/History.txt
CHANGED
|
@@ -1,14 +1,429 @@
|
|
|
1
|
+
2008-06-26 14:56 panic
|
|
2
|
+
|
|
3
|
+
* README.txt:
|
|
4
|
+
readme comments
|
|
5
|
+
|
|
6
|
+
2008-06-26 14:54 panic
|
|
7
|
+
|
|
8
|
+
* accounts_models.rb, times_models.rb:
|
|
9
|
+
comments for people looking at code
|
|
10
|
+
|
|
11
|
+
2008-06-26 14:47 panic
|
|
12
|
+
|
|
13
|
+
* bin/clevic, lib/clevic/db_options.rb, lib/clevic/delegates.rb,
|
|
14
|
+
lib/clevic/field.rb:
|
|
15
|
+
do verbose flag. Move some debugging output around. Start of fix
|
|
16
|
+
for float samples
|
|
17
|
+
|
|
18
|
+
2008-06-26 14:38 panic
|
|
19
|
+
|
|
20
|
+
* Manifest.txt, TODO, lib/clevic/browser.rb,
|
|
21
|
+
lib/clevic/search_dialog.rb, lib/clevic/ui/browser.ui,
|
|
22
|
+
lib/clevic/ui/icon.png, lib/clevic/ui/icons.qrc:
|
|
23
|
+
make use of icon for main window
|
|
24
|
+
|
|
25
|
+
2008-06-26 13:42 panic
|
|
26
|
+
|
|
27
|
+
* lib/clevic/browser.rb, lib/clevic/ui/browser.ui:
|
|
28
|
+
improve tables_tab
|
|
29
|
+
|
|
30
|
+
2008-06-26 12:36 panic
|
|
31
|
+
|
|
32
|
+
* TODO, accounts_models.rb, lib/clevic/delegates.rb,
|
|
33
|
+
lib/clevic/version.rb, times_models.rb:
|
|
34
|
+
sort distinct delegate options by frequency if specified
|
|
35
|
+
|
|
36
|
+
2008-06-23 19:56 panic
|
|
37
|
+
|
|
38
|
+
* Manifest.txt, TODO, lib/clevic/extensions.rb,
|
|
39
|
+
lib/clevic/field.rb, lib/clevic/search_dialog.rb,
|
|
40
|
+
lib/clevic/ui/browser.ui:
|
|
41
|
+
fix gem install and note some todos
|
|
42
|
+
|
|
43
|
+
2008-05-26 19:37 panic
|
|
44
|
+
|
|
45
|
+
* TODO, lib/clevic/table_view.rb:
|
|
46
|
+
fix multi-selection ctrl-del
|
|
47
|
+
|
|
48
|
+
2008-05-26 19:26 panic
|
|
49
|
+
|
|
50
|
+
* TODO, accounts_models.rb, lib/clevic/extensions.rb,
|
|
51
|
+
lib/clevic/field.rb, lib/clevic/table_model.rb,
|
|
52
|
+
lib/clevic/table_view.rb:
|
|
53
|
+
fix a silly typo
|
|
54
|
+
|
|
55
|
+
2008-05-24 19:22 panic
|
|
56
|
+
|
|
57
|
+
* bin/clevic, lib/clevic/field.rb, lib/clevic/model_builder.rb,
|
|
58
|
+
lib/clevic/table_model.rb:
|
|
59
|
+
fix pasting of relational attributes
|
|
60
|
+
|
|
61
|
+
2008-05-24 18:54 panic
|
|
62
|
+
|
|
63
|
+
* TODO, lib/clevic/qt_extensions.rb, lib/clevic/qt_flags.rb,
|
|
64
|
+
lib/clevic/table_model.rb, lib/clevic/table_view.rb:
|
|
65
|
+
move dependencies to qtext gem
|
|
66
|
+
|
|
67
|
+
2008-05-23 09:58 panic
|
|
68
|
+
|
|
69
|
+
* lib/clevic/extensions.rb, lib/clevic/qt_extensions.rb:
|
|
70
|
+
split extensions into clevic-specific and qt-generic
|
|
71
|
+
|
|
72
|
+
2008-05-21 12:51 panic
|
|
73
|
+
|
|
74
|
+
* bin/import-times, times_models.rb:
|
|
75
|
+
Project to look up latest invoice. Import times from yml file.
|
|
76
|
+
|
|
77
|
+
2008-05-21 08:36 panic
|
|
78
|
+
|
|
79
|
+
* TODO, lib/clevic/delegates.rb:
|
|
80
|
+
make sure the current item appears in combo box
|
|
81
|
+
|
|
82
|
+
2008-04-18 19:57 panic
|
|
83
|
+
|
|
84
|
+
* bin/clevic:
|
|
85
|
+
-h already used for help, so use -H for host
|
|
86
|
+
|
|
87
|
+
2008-04-18 19:56 panic
|
|
88
|
+
|
|
89
|
+
* lib/clevic/ui/browser.ui:
|
|
90
|
+
make view dump Ctrl-Shift-D
|
|
91
|
+
* lib/clevic/db_options.rb:
|
|
92
|
+
add workaround to Date class
|
|
93
|
+
* lib/clevic/field.rb:
|
|
94
|
+
remove workaround
|
|
95
|
+
|
|
96
|
+
2008-04-18 19:24 panic
|
|
97
|
+
|
|
98
|
+
* INSTALL, README.txt, lib/clevic/field.rb:
|
|
99
|
+
the Date#freeze workaround
|
|
100
|
+
|
|
101
|
+
2008-04-17 20:56 panic
|
|
102
|
+
|
|
103
|
+
* TODO:
|
|
104
|
+
resolve conflict
|
|
105
|
+
|
|
106
|
+
2008-04-17 20:45 panic
|
|
107
|
+
|
|
108
|
+
* TODO, lib/clevic/table_view.rb:
|
|
109
|
+
delete multiple cells
|
|
110
|
+
|
|
111
|
+
2008-04-16 21:46 panic
|
|
112
|
+
|
|
113
|
+
* TODO, lib/clevic/delegates.rb, lib/clevic/table_model.rb:
|
|
114
|
+
tooltip for empty relational fieldsS
|
|
115
|
+
|
|
116
|
+
2008-04-16 20:41 panic
|
|
117
|
+
|
|
118
|
+
* TODO, accounts_models.rb, lib/clevic/field.rb,
|
|
119
|
+
lib/clevic/model_builder.rb, lib/clevic/table_model.rb,
|
|
120
|
+
times_models.rb:
|
|
121
|
+
Tooltips for column headers. Update builder syntax docs.
|
|
122
|
+
|
|
123
|
+
2008-04-16 20:26 panic
|
|
124
|
+
|
|
125
|
+
* lib/clevic/extensions.rb, lib/clevic/model_builder.rb,
|
|
126
|
+
lib/clevic/model_column.rb:
|
|
127
|
+
clean up some warnings and old debug code
|
|
128
|
+
|
|
129
|
+
2008-04-16 20:23 panic
|
|
130
|
+
|
|
131
|
+
* accounts_models.rb, lib/clevic/model_builder.rb,
|
|
132
|
+
lib/clevic/table_view.rb, times_models.rb:
|
|
133
|
+
Simplify ui definition syntax. Get rid of current_item.
|
|
134
|
+
|
|
135
|
+
2008-04-15 20:25 panic
|
|
136
|
+
|
|
137
|
+
* TODO, lib/clevic/browser.rb, lib/clevic/ui/browser.ui:
|
|
138
|
+
refresh table from db. Mostly just minor renaming.
|
|
139
|
+
|
|
140
|
+
2008-04-15 20:06 panic
|
|
141
|
+
|
|
142
|
+
* TODO, lib/clevic/table_view.rb:
|
|
143
|
+
use ModelIndex#attribute_value to simplify code, and allow for
|
|
144
|
+
columns to be moved. Notes and rearrangements in TODO
|
|
145
|
+
|
|
146
|
+
2008-04-15 10:58 panic
|
|
147
|
+
|
|
148
|
+
* TODO, env.sh, lib/clevic/item_delegate.rb:
|
|
149
|
+
Fix issue with Calendar opening when it shouldn't. Notes and
|
|
150
|
+
todos.
|
|
151
|
+
|
|
152
|
+
2008-04-14 19:55 panic
|
|
153
|
+
|
|
154
|
+
* lib/clevic/item_delegate.rb:
|
|
155
|
+
oops, forgot to add this
|
|
156
|
+
|
|
157
|
+
2008-04-14 14:11 panic
|
|
158
|
+
|
|
159
|
+
* TODO:
|
|
160
|
+
notes
|
|
161
|
+
* Rakefile, TODO, lib/clevic/delegates.rb,
|
|
162
|
+
lib/clevic/model_builder.rb, times_models.rb:
|
|
163
|
+
fix restricted combo editing and completion. Groundwork for
|
|
164
|
+
calendar edits and things like that.
|
|
165
|
+
|
|
166
|
+
2008-04-13 13:54 panic
|
|
167
|
+
|
|
168
|
+
* TODO:
|
|
169
|
+
remove old todos. Rearrange current ones.
|
|
170
|
+
|
|
171
|
+
2008-04-12 20:49 panic
|
|
172
|
+
|
|
173
|
+
* TODO, bin/clevic, lib/clevic/browser.rb,
|
|
174
|
+
lib/clevic/cache_table.rb, lib/clevic/delegates.rb,
|
|
175
|
+
lib/clevic/model_builder.rb, lib/clevic/table_view.rb,
|
|
176
|
+
lib/clevic/ui/browser.ui, sql/add_activities_id.sql,
|
|
177
|
+
times_models.rb:
|
|
178
|
+
combo fields that have no values in the combo just use a text
|
|
179
|
+
field, or not editable for restricted
|
|
180
|
+
|
|
181
|
+
2008-04-12 20:47 panic
|
|
182
|
+
|
|
183
|
+
* Rakefile:
|
|
184
|
+
fix namespace usages
|
|
185
|
+
|
|
186
|
+
2008-04-10 20:43 panic
|
|
187
|
+
|
|
188
|
+
* Manifest.txt, Rakefile, TODO, accounts_models.rb, bin/clevic,
|
|
189
|
+
lib/clevic/ui/browser.ui, times_models.rb:
|
|
190
|
+
Futzing with rake tasks to make things easier. Use title in
|
|
191
|
+
window so I know what db is used, and default to test dbs.
|
|
192
|
+
|
|
193
|
+
2008-04-10 11:08 panic
|
|
194
|
+
|
|
195
|
+
* TODO:
|
|
196
|
+
notes
|
|
197
|
+
|
|
198
|
+
2008-04-10 11:04 panic
|
|
199
|
+
|
|
200
|
+
* TODO, lib/clevic/browser.rb, lib/clevic/search_dialog.rb:
|
|
201
|
+
Set search text to current cell
|
|
202
|
+
|
|
203
|
+
2008-04-10 10:56 panic
|
|
204
|
+
|
|
205
|
+
* accounts_models.rb, bin/clevic, lib/clevic.rb, times_models.rb:
|
|
206
|
+
use Clevic module for view and model classes. More qt flags.
|
|
207
|
+
|
|
208
|
+
2008-04-10 10:54 panic
|
|
209
|
+
|
|
210
|
+
* lib/clevic/browser.rb, lib/clevic/delegates.rb,
|
|
211
|
+
lib/clevic/entry_builder.rb, lib/clevic/entry_table_model.rb,
|
|
212
|
+
lib/clevic/entry_table_view.rb, lib/clevic/model_builder.rb,
|
|
213
|
+
lib/clevic/qt_flags.rb, lib/clevic/table_model.rb,
|
|
214
|
+
lib/clevic/table_view.rb, lib/clevic/version.rb:
|
|
215
|
+
use Clevic module for view and model classes. More qt flags.
|
|
216
|
+
|
|
217
|
+
2008-04-10 10:05 panic
|
|
218
|
+
|
|
219
|
+
* lib/clevic/entry_table_model.rb, lib/clevic/field.rb:
|
|
220
|
+
Clean up case statements. Move alignment out of EntryTableModel
|
|
221
|
+
and into Field.
|
|
222
|
+
|
|
223
|
+
2008-04-09 23:44 panic
|
|
224
|
+
|
|
225
|
+
* lib/clevic/entry_builder.rb, lib/clevic/entry_table_model.rb,
|
|
226
|
+
lib/clevic/entry_table_view.rb, lib/clevic/extensions.rb,
|
|
227
|
+
lib/clevic/field.rb, lib/clevic/qt_flags.rb, times_models.rb:
|
|
228
|
+
Do column auto-sizing based on the data. Move Clevic::Field into
|
|
229
|
+
its own file.
|
|
230
|
+
|
|
231
|
+
2008-04-08 20:21 panic
|
|
232
|
+
|
|
233
|
+
* TODO:
|
|
234
|
+
issues from testing with Michelle on windows
|
|
235
|
+
|
|
236
|
+
2008-04-08 05:33 panic
|
|
237
|
+
|
|
238
|
+
* README.txt, TODO, bin/clevic:
|
|
239
|
+
notes and docs
|
|
240
|
+
* accounts_models.rb, times_models.rb:
|
|
241
|
+
more restricted and distinct
|
|
242
|
+
|
|
243
|
+
2008-04-07 14:28 panic
|
|
244
|
+
|
|
245
|
+
* lib/clevic.rb:
|
|
246
|
+
remove versin from clevic.rb
|
|
247
|
+
|
|
248
|
+
2008-04-07 14:19 panic
|
|
249
|
+
|
|
250
|
+
* Manifest.txt, README.txt, Rakefile, lib/clevic.rb,
|
|
251
|
+
lib/clevic/version.rb:
|
|
252
|
+
add more missing files to manifest. Create a version file so
|
|
253
|
+
Rakefile doesn't keep changing. Change licence to GPL. Add
|
|
254
|
+
THANKS section.
|
|
255
|
+
|
|
256
|
+
2008-04-07 13:23 panic
|
|
257
|
+
|
|
258
|
+
* Manifest.txt, Rakefile, TODO, lib/clevic/browser.rb,
|
|
259
|
+
lib/clevic/search_dialog.rb, lib/clevic/ui, ui:
|
|
260
|
+
move ui files under the lib directory. Decrease version number
|
|
261
|
+
because it
|
|
262
|
+
's nowhere near release. Clean up Rakefile.
|
|
263
|
+
|
|
264
|
+
2008-04-07 13:21 panic
|
|
265
|
+
|
|
266
|
+
* sql/accounts.sql, sql/times.sql:
|
|
267
|
+
remove plperl references
|
|
268
|
+
|
|
269
|
+
2008-04-05 11:34 panic
|
|
270
|
+
|
|
271
|
+
* Rakefile, TODO, lib/clevic/db_options.rb,
|
|
272
|
+
lib/clevic/entry_table_model.rb:
|
|
273
|
+
Better debugging. Deal with empty RUBYLIB.
|
|
274
|
+
|
|
275
|
+
2008-04-02 21:42 panic
|
|
276
|
+
|
|
277
|
+
* lib/clevic/browser.rb:
|
|
278
|
+
busy cursor on find_next
|
|
279
|
+
|
|
280
|
+
2008-04-02 21:35 panic
|
|
281
|
+
|
|
282
|
+
* TODO, bin/clevic, lib/clevic/browser.rb,
|
|
283
|
+
lib/clevic/entry_table_view.rb, lib/clevic/extensions.rb:
|
|
284
|
+
make sure records are saved on app exit
|
|
285
|
+
|
|
286
|
+
2008-04-02 12:01 panic
|
|
287
|
+
|
|
288
|
+
* TODO:
|
|
289
|
+
notes
|
|
290
|
+
|
|
291
|
+
2008-04-01 06:47 panic
|
|
292
|
+
|
|
293
|
+
* TODO, lib/clevic/cache_table.rb,
|
|
294
|
+
lib/clevic/entry_table_model.rb, lib/clevic/entry_table_view.rb,
|
|
295
|
+
ui/browser.ui:
|
|
296
|
+
turn ui table headers off, quote fields
|
|
297
|
+
|
|
298
|
+
2008-03-31 11:05 panic
|
|
299
|
+
|
|
300
|
+
* lib/clevic/browser.rb, lib/clevic/cache_table.rb,
|
|
301
|
+
lib/clevic/entry_table_model.rb, lib/clevic/entry_table_view.rb,
|
|
302
|
+
lib/clevic/extensions.rb, lib/clevic/search_dialog.rb,
|
|
303
|
+
ui/browser.ui:
|
|
304
|
+
fix search sql. Search backwards and forwards. Find Next menu
|
|
305
|
+
item.
|
|
306
|
+
|
|
307
|
+
2008-03-31 06:02 panic
|
|
308
|
+
|
|
309
|
+
* lib/clevic/cache_table.rb, lib/clevic/entry_table_model.rb,
|
|
310
|
+
lib/clevic/entry_table_view.rb, lib/clevic/search_dialog.rb,
|
|
311
|
+
ui/search_dialog.ui:
|
|
312
|
+
start on backwards and forwards searching. But there
|
|
313
|
+
's and issue with multiple field searching using and.
|
|
314
|
+
|
|
315
|
+
2008-03-31 06:00 panic
|
|
316
|
+
|
|
317
|
+
* Rakefile:
|
|
318
|
+
add times and accounts irb tasks
|
|
319
|
+
|
|
320
|
+
2008-03-29 22:47 panic
|
|
321
|
+
|
|
322
|
+
* lib/clevic/browser.rb, lib/clevic/cache_table.rb,
|
|
323
|
+
lib/clevic/entry_table_model.rb, lib/clevic/entry_table_view.rb,
|
|
324
|
+
lib/clevic/extensions.rb, lib/clevic/search_dialog.rb,
|
|
325
|
+
ui/search_dialog.ui:
|
|
326
|
+
search dialog partly working
|
|
327
|
+
|
|
328
|
+
2008-03-29 17:46 panic
|
|
329
|
+
|
|
330
|
+
* TODO:
|
|
331
|
+
notes
|
|
332
|
+
|
|
333
|
+
2008-03-29 17:37 panic
|
|
334
|
+
|
|
335
|
+
* lib/clevic/cache_table.rb, lib/clevic/entry_builder.rb,
|
|
336
|
+
lib/clevic/entry_table_model.rb, lib/clevic/entry_table_view.rb,
|
|
337
|
+
lib/clevic/extensions.rb, lib/clevic/qt_flags.rb:
|
|
338
|
+
Qt constant cleanups. better EntryTableModel.data. Do preload of
|
|
339
|
+
10 rows at a time. Make sure index_for_entity doesn't preload
|
|
340
|
+
10. Wait cursor.
|
|
341
|
+
|
|
342
|
+
2008-03-29 09:28 panic
|
|
343
|
+
|
|
344
|
+
* lib/clevic/entry_table_model.rb, lib/clevic/extensions.rb:
|
|
345
|
+
comments and formatting
|
|
346
|
+
|
|
347
|
+
2008-03-29 09:12 panic
|
|
348
|
+
|
|
349
|
+
* lib/clevic/entry_table_view.rb:
|
|
350
|
+
comments
|
|
351
|
+
|
|
352
|
+
2008-03-29 09:03 panic
|
|
353
|
+
|
|
354
|
+
* Rakefile:
|
|
355
|
+
remove old lines
|
|
356
|
+
|
|
357
|
+
2008-03-29 08:45 panic
|
|
358
|
+
|
|
359
|
+
* TODO, lib/clevic/browser.rb, lib/clevic/entry_builder.rb,
|
|
360
|
+
lib/clevic/entry_table_view.rb:
|
|
361
|
+
move filtering to EntryTableView. Do visual indication of
|
|
362
|
+
filtering
|
|
363
|
+
* accounts.odb:
|
|
364
|
+
move odb file
|
|
365
|
+
|
|
366
|
+
2008-03-29 08:44 panic
|
|
367
|
+
|
|
368
|
+
* sql/accounts.odb:
|
|
369
|
+
move odb file
|
|
370
|
+
|
|
371
|
+
2008-03-29 08:43 panic
|
|
372
|
+
|
|
373
|
+
* accounts_models.rb, bin/clevic, times_models.rb:
|
|
374
|
+
futzing with lib path
|
|
375
|
+
|
|
376
|
+
2008-03-29 08:42 panic
|
|
377
|
+
|
|
378
|
+
* ui/browser.ui:
|
|
379
|
+
better size
|
|
380
|
+
* Rakefile:
|
|
381
|
+
add run and irb tasks
|
|
382
|
+
|
|
383
|
+
2008-03-27 20:52 panic
|
|
384
|
+
|
|
385
|
+
* ., Rakefile, lib/clevic/browser.rb, lib/clevic/cache_table.rb,
|
|
386
|
+
lib/clevic/db_options.rb, lib/clevic/entry_table_model.rb,
|
|
387
|
+
lib/clevic/entry_table_view.rb, times_models.rb, ui/icon.png,
|
|
388
|
+
ui/icons.qrc, ui/search_dialog.ui:
|
|
389
|
+
add icon resource. attempt on canFetchMore.
|
|
390
|
+
|
|
391
|
+
2008-03-27 12:10 panic
|
|
392
|
+
|
|
393
|
+
* Rakefile:
|
|
394
|
+
take out old debug lines
|
|
395
|
+
|
|
396
|
+
2008-03-27 09:26 panic
|
|
397
|
+
|
|
398
|
+
* README.txt, Rakefile, TODO, lib/clevic.rb:
|
|
399
|
+
documentation. Add lib/clevic.rb
|
|
400
|
+
|
|
401
|
+
2008-03-26 21:07 panic
|
|
402
|
+
|
|
403
|
+
* README.txt:
|
|
404
|
+
more docs
|
|
405
|
+
|
|
406
|
+
2008-03-26 21:00 panic
|
|
407
|
+
|
|
408
|
+
* History.txt, README.txt, Rakefile, accounts_models.rb,
|
|
409
|
+
bin/clevic, lib/clevic/browser.rb, lib/clevic/cache_table.rb,
|
|
410
|
+
lib/clevic/db_options.rb, lib/clevic/delegates.rb,
|
|
411
|
+
lib/clevic/entry_builder.rb, lib/clevic/entry_table_model.rb,
|
|
412
|
+
lib/clevic/model_column.rb, times_models.rb:
|
|
413
|
+
documentation
|
|
414
|
+
|
|
1
415
|
2008-03-26 14:22 panic
|
|
2
416
|
|
|
3
417
|
* Manifest.txt, README.txt, TODO, accounts_models.rb,
|
|
4
|
-
lib/clevic/delegates.rb, times_models.rb:
|
|
5
|
-
options to model defn files
|
|
418
|
+
lib/clevic/delegates.rb, times_models.rb:
|
|
419
|
+
documentation. Move db options to model defn files
|
|
6
420
|
|
|
7
421
|
2008-03-26 13:31 panic
|
|
8
422
|
|
|
9
423
|
* accounts_models.rb, lib/clevic/browser.rb,
|
|
10
424
|
lib/clevic/cache_table.rb, lib/clevic/entry_table_model.rb,
|
|
11
|
-
times_models.rb:
|
|
425
|
+
times_models.rb:
|
|
426
|
+
single-selection filtering working
|
|
12
427
|
|
|
13
428
|
2008-03-26 09:43 panic
|
|
14
429
|
|
|
@@ -18,49 +433,56 @@
|
|
|
18
433
|
|
|
19
434
|
2008-03-26 09:41 panic
|
|
20
435
|
|
|
21
|
-
* lib/clevic/search_dialog.rb:
|
|
436
|
+
* lib/clevic/search_dialog.rb:
|
|
437
|
+
search dialog
|
|
22
438
|
|
|
23
439
|
2008-03-26 09:40 panic
|
|
24
440
|
|
|
25
|
-
* bin/clevic, lib/clevic/db_options.rb:
|
|
26
|
-
separate file to make irb easier
|
|
441
|
+
* bin/clevic, lib/clevic/db_options.rb:
|
|
442
|
+
move db options to a separate file to make irb easier
|
|
27
443
|
|
|
28
444
|
2008-03-26 09:39 panic
|
|
29
445
|
|
|
30
|
-
* accounts_models.rb:
|
|
31
|
-
|
|
446
|
+
* accounts_models.rb:
|
|
447
|
+
fix require
|
|
448
|
+
* Rakefile, ui/browser.ui, ui/search_dialog.ui:
|
|
449
|
+
add search dialog
|
|
32
450
|
|
|
33
451
|
2008-03-26 09:38 panic
|
|
34
452
|
|
|
35
|
-
* lib/clevic/model_column.rb:
|
|
453
|
+
* lib/clevic/model_column.rb:
|
|
454
|
+
keep association metadata
|
|
36
455
|
|
|
37
456
|
2008-03-26 09:09 panic
|
|
38
457
|
|
|
39
|
-
* lib/clevic/extensions.rb:
|
|
40
|
-
ModelIndex
|
|
458
|
+
* lib/clevic/extensions.rb:
|
|
459
|
+
improve some inspects. Add a dump for ModelIndex
|
|
41
460
|
|
|
42
461
|
2008-03-24 17:08 panic
|
|
43
462
|
|
|
44
|
-
* bin/clevic, lib/clevic/browser.rb:
|
|
463
|
+
* bin/clevic, lib/clevic/browser.rb:
|
|
464
|
+
take out test for single model
|
|
45
465
|
|
|
46
466
|
2008-03-24 17:07 panic
|
|
47
467
|
|
|
48
468
|
* TODO, accounts_models.rb, bin/clevic, lib/clevic/browser.rb,
|
|
49
|
-
ui/browser.ui:
|
|
469
|
+
ui/browser.ui:
|
|
470
|
+
fix focus buglets. Ctrl-Tab to move tabs
|
|
50
471
|
|
|
51
472
|
2008-03-23 04:18 panic
|
|
52
473
|
|
|
53
474
|
* Manifest.txt, Rakefile, bin/clevic, lib/clevic/cache_table.rb,
|
|
54
475
|
lib/clevic/entry_builder.rb, lib/clevic/entry_table_model.rb,
|
|
55
|
-
lib/clevic/entry_table_view.rb, ui/browser.ui:
|
|
56
|
-
selection. Remove dependence on collection[0]
|
|
57
|
-
retrieval
|
|
476
|
+
lib/clevic/entry_table_view.rb, ui/browser.ui:
|
|
477
|
+
filter by current selection. Remove dependence on collection[0]
|
|
478
|
+
for model_class retrieval
|
|
58
479
|
|
|
59
480
|
2008-03-20 08:24 panic
|
|
60
481
|
|
|
61
482
|
* bin/clevic, lib/clevic/entry_builder.rb,
|
|
62
483
|
lib/clevic/entry_table_model.rb, lib/clevic/entry_table_view.rb,
|
|
63
|
-
times_models.rb:
|
|
484
|
+
times_models.rb:
|
|
485
|
+
make requires use library directories
|
|
64
486
|
|
|
65
487
|
2008-03-20 08:19 panic
|
|
66
488
|
|
|
@@ -75,28 +497,31 @@
|
|
|
75
497
|
2008-03-20 08:17 panic
|
|
76
498
|
|
|
77
499
|
* History.txt, Manifest.txt, README.txt, Rakefile,
|
|
78
|
-
sql/accounts.sql, sql/times.sql:
|
|
500
|
+
sql/accounts.sql, sql/times.sql:
|
|
501
|
+
first with Hoe
|
|
79
502
|
|
|
80
503
|
2008-03-18 15:45 panic
|
|
81
504
|
|
|
82
|
-
* TODO, accounts_models.rb, entry_table_view.rb:
|
|
83
|
-
to create new row
|
|
505
|
+
* TODO, accounts_models.rb, entry_table_view.rb:
|
|
506
|
+
allow Ctrl-Return to create new row
|
|
84
507
|
|
|
85
508
|
2008-03-18 11:25 panic
|
|
86
509
|
|
|
87
510
|
* accounts_models.rb, delegates.rb, entry_table_model.rb,
|
|
88
|
-
entry_table_view.rb, extensions.rb:
|
|
89
|
-
CombeDelegate#setModelData common. use full_edit instead of
|
|
511
|
+
entry_table_view.rb, extensions.rb:
|
|
512
|
+
make CombeDelegate#setModelData common. use full_edit instead of
|
|
513
|
+
open.
|
|
90
514
|
|
|
91
515
|
2008-03-18 08:53 panic
|
|
92
516
|
|
|
93
|
-
* entry_table_view.rb:
|
|
517
|
+
* entry_table_view.rb:
|
|
518
|
+
create set_current_unless_override
|
|
94
519
|
|
|
95
520
|
2008-03-18 08:46 panic
|
|
96
521
|
|
|
97
522
|
* accounts_models.rb, clevic, delegates.rb, entry_table_model.rb,
|
|
98
|
-
entry_table_view.rb, times_models.rb:
|
|
99
|
-
cursor movement
|
|
523
|
+
entry_table_view.rb, times_models.rb:
|
|
524
|
+
fix delegate editing and cursor movement
|
|
100
525
|
|
|
101
526
|
2008-03-17 15:34 panic
|
|
102
527
|
|
|
@@ -105,34 +530,36 @@
|
|
|
105
530
|
|
|
106
531
|
2008-03-17 12:28 panic
|
|
107
532
|
|
|
108
|
-
* clevic, entry_table_model.rb, extensions.rb:
|
|
109
|
-
reloading:
|
|
533
|
+
* clevic, entry_table_model.rb, extensions.rb:
|
|
534
|
+
attempts to fix reloading:
|
|
110
535
|
|
|
111
536
|
2008-03-17 12:03 panic
|
|
112
537
|
|
|
113
538
|
* cache_table.rb, entry_builder.rb, entry_table_model.rb,
|
|
114
|
-
times_models.rb:
|
|
115
|
-
only when necessary
|
|
539
|
+
times_models.rb:
|
|
540
|
+
improvements in caching and fetching from DB only when necessary
|
|
116
541
|
|
|
117
542
|
2008-03-16 09:25 panic
|
|
118
543
|
|
|
119
|
-
* entry_builder.rb:
|
|
544
|
+
* entry_builder.rb:
|
|
545
|
+
remove debugging puts
|
|
120
546
|
|
|
121
547
|
2008-03-15 08:54 panic
|
|
122
548
|
|
|
123
549
|
* accounts_models.rb, cache_table.rb, clevic, entry_table_view.rb,
|
|
124
|
-
extensions.rb, times_models.rb, ui/browser.ui:
|
|
125
|
-
instead of activated. Exception handling for calls
|
|
126
|
-
definitions. Try to activate debugger.
|
|
550
|
+
extensions.rb, times_models.rb, ui/browser.ui:
|
|
551
|
+
use triggered instead of activated. Exception handling for calls
|
|
552
|
+
to UI model definitions. Try to activate debugger.
|
|
127
553
|
|
|
128
554
|
2008-03-13 12:26 panic
|
|
129
555
|
|
|
130
|
-
* TODO, delegates.rb:
|
|
556
|
+
* TODO, delegates.rb:
|
|
557
|
+
update for ruby-pg
|
|
131
558
|
|
|
132
559
|
2008-03-11 19:50 panic
|
|
133
560
|
|
|
134
|
-
* entry_builder.rb, entry_table_view.rb, times_models.rb:
|
|
135
|
-
times-capture specific code
|
|
561
|
+
* entry_builder.rb, entry_table_view.rb, times_models.rb:
|
|
562
|
+
add some times-capture specific code
|
|
136
563
|
|
|
137
564
|
2008-03-09 19:22 panic
|
|
138
565
|
|
|
@@ -141,62 +568,67 @@
|
|
|
141
568
|
|
|
142
569
|
2008-03-09 13:19 panic
|
|
143
570
|
|
|
144
|
-
* clevic:
|
|
571
|
+
* clevic:
|
|
572
|
+
make it executable
|
|
145
573
|
|
|
146
574
|
2008-03-09 13:15 panic
|
|
147
575
|
|
|
148
|
-
* browser.rb, clevic:
|
|
576
|
+
* browser.rb, clevic:
|
|
577
|
+
rename main file
|
|
149
578
|
|
|
150
579
|
2008-03-09 13:12 panic
|
|
151
580
|
|
|
152
|
-
* ., times:
|
|
581
|
+
* ., times:
|
|
582
|
+
rename project
|
|
153
583
|
|
|
154
584
|
2008-03-02 21:35 panic
|
|
155
585
|
|
|
156
|
-
* times/entry_table_model.rb, times/entry_table_view.rb:
|
|
157
|
-
abstracting model_class from collection[0]
|
|
586
|
+
* times/entry_table_model.rb, times/entry_table_view.rb:
|
|
587
|
+
start abstracting model_class from collection[0]
|
|
158
588
|
|
|
159
589
|
2008-03-02 21:20 panic
|
|
160
590
|
|
|
161
|
-
* times/accounts_models.rb, times/browser.rb:
|
|
162
|
-
accounts. Allow model order to be specified.
|
|
591
|
+
* times/accounts_models.rb, times/browser.rb:
|
|
592
|
+
add some samples for accounts. Allow model order to be specified.
|
|
163
593
|
|
|
164
594
|
2008-03-02 21:09 panic
|
|
165
595
|
|
|
166
596
|
* times/TODO, times/accounts_models.rb, times/cache_table.rb,
|
|
167
597
|
times/entry_builder.rb, times/entry_table_model.rb,
|
|
168
|
-
times/entry_table_view.rb, times/extensions.rb:
|
|
169
|
-
instance fetching. Do a faster fix for row sizes
|
|
598
|
+
times/entry_table_view.rb, times/extensions.rb:
|
|
599
|
+
Add lazy model instance fetching. Do a faster fix for row sizes
|
|
170
600
|
|
|
171
601
|
2008-03-02 15:08 panic
|
|
172
602
|
|
|
173
603
|
* times/accounts_models.rb, times/browser.rb,
|
|
174
|
-
times/entry_table_model.rb:
|
|
175
|
-
Various other comments.
|
|
604
|
+
times/entry_table_model.rb:
|
|
605
|
+
add the values table to accounts. Various other comments.
|
|
176
606
|
|
|
177
607
|
2008-03-02 12:55 panic
|
|
178
608
|
|
|
179
609
|
* times/accounts_models.rb, times/delegates.rb,
|
|
180
|
-
times/entry_builder.rb:
|
|
181
|
-
conditions for
|
|
610
|
+
times/entry_builder.rb:
|
|
611
|
+
comments for builder methods. Allow conditions for
|
|
612
|
+
DistinctDelegate
|
|
182
613
|
|
|
183
614
|
2008-03-02 12:37 panic
|
|
184
615
|
|
|
185
616
|
* times/accounts_models.rb, times/delegates.rb,
|
|
186
|
-
times/entry_builder.rb, times/entry_table_model.rb:
|
|
187
|
-
and alignment to be specified in the ui table
|
|
188
|
-
Improve formatting code. Add a Restricted field type.
|
|
617
|
+
times/entry_builder.rb, times/entry_table_model.rb:
|
|
618
|
+
allow format and alignment to be specified in the ui table
|
|
619
|
+
definition. Improve formatting code. Add a Restricted field type.
|
|
189
620
|
|
|
190
621
|
2008-03-01 16:15 panic
|
|
191
622
|
|
|
192
|
-
* times/TODO, times/accounts_models.rb, times/times_models.rb:
|
|
193
|
-
some orderings
|
|
623
|
+
* times/TODO, times/accounts_models.rb, times/times_models.rb:
|
|
624
|
+
fix some orderings
|
|
194
625
|
|
|
195
626
|
2008-03-01 16:02 panic
|
|
196
627
|
|
|
197
628
|
* times/accounts_models.rb, times/browser.rb,
|
|
198
|
-
times/times_models.rb:
|
|
199
|
-
references to old Tables
|
|
629
|
+
times/times_models.rb:
|
|
630
|
+
check for :database in options. remove references to old Tables
|
|
631
|
+
idea.
|
|
200
632
|
|
|
201
633
|
2008-03-01 15:57 panic
|
|
202
634
|
|
|
@@ -208,13 +640,14 @@
|
|
|
208
640
|
2008-02-28 18:47 panic
|
|
209
641
|
|
|
210
642
|
* times/browser.rb, times/entry_table_model.rb,
|
|
211
|
-
times/ui/browser.ui:
|
|
212
|
-
designer tab is empty, and
|
|
643
|
+
times/ui/browser.ui:
|
|
644
|
+
remove puts output. Make sure initial designer tab is empty, and
|
|
645
|
+
is cleared when table tabs are added
|
|
213
646
|
|
|
214
647
|
2008-02-28 18:40 panic
|
|
215
648
|
|
|
216
|
-
* times/Rakefile, times/dir.rb, times/ui:
|
|
217
|
-
rbuic4
|
|
649
|
+
* times/Rakefile, times/dir.rb, times/ui:
|
|
650
|
+
do Rakefile for invoking rbuic4
|
|
218
651
|
|
|
219
652
|
2008-02-28 18:12 panic
|
|
220
653
|
|
|
@@ -223,16 +656,18 @@
|
|
|
223
656
|
times/entry_table_view.rb, times/reports, times/reports/invoice,
|
|
224
657
|
times/sql, times/sql/invoice.view.sql,
|
|
225
658
|
times/sql/nice_entries.view.sql, times/times, times/times.ui,
|
|
226
|
-
times/ui, times/ui/browser.ui:
|
|
227
|
-
working
|
|
659
|
+
times/ui, times/ui/browser.ui:
|
|
660
|
+
get elementary tabbed tables working
|
|
228
661
|
|
|
229
662
|
2008-02-14 11:54 panic
|
|
230
663
|
|
|
231
|
-
* times/times:
|
|
664
|
+
* times/times:
|
|
665
|
+
specify table name on command line
|
|
232
666
|
|
|
233
667
|
2008-01-15 07:19 panic
|
|
234
668
|
|
|
235
|
-
* times/accounts, times/times:
|
|
669
|
+
* times/accounts, times/times:
|
|
670
|
+
allow host to be specified
|
|
236
671
|
|
|
237
672
|
2007-11-29 12:57 panic
|
|
238
673
|
|
|
@@ -241,57 +676,62 @@
|
|
|
241
676
|
|
|
242
677
|
2007-09-13 06:04 panic
|
|
243
678
|
|
|
244
|
-
* times/accounts, times/accounts_models.rb, times/times:
|
|
245
|
-
of db to be specified on command line
|
|
679
|
+
* times/accounts, times/accounts_models.rb, times/times:
|
|
680
|
+
allow use of db to be specified on command line
|
|
246
681
|
|
|
247
682
|
2007-09-05 15:53 panic
|
|
248
683
|
|
|
249
|
-
* times/times:
|
|
684
|
+
* times/times:
|
|
685
|
+
make coding a bit neater
|
|
250
686
|
|
|
251
687
|
2007-09-05 15:45 panic
|
|
252
688
|
|
|
253
689
|
* times/delegates.rb, times/entry_builder.rb,
|
|
254
690
|
times/entry_table_model.rb, times/entry_table_view.rb,
|
|
255
|
-
times/extensions.rb:
|
|
691
|
+
times/extensions.rb:
|
|
692
|
+
paste of rows working
|
|
256
693
|
|
|
257
694
|
2007-09-04 11:52 panic
|
|
258
695
|
|
|
259
|
-
* times/accounts_models.rb, times/entry_table_model.rb:
|
|
260
|
-
test db. Allow entry of a single digit in a date field
|
|
261
|
-
will fill in the month from the previous row
|
|
696
|
+
* times/accounts_models.rb, times/entry_table_model.rb:
|
|
697
|
+
change to test db. Allow entry of a single digit in a date field
|
|
698
|
+
and it will fill in the month from the previous row
|
|
262
699
|
|
|
263
700
|
2007-09-04 11:39 panic
|
|
264
701
|
|
|
265
702
|
* times/accounts_models.rb, times/entry_table_view.rb,
|
|
266
|
-
times/times:
|
|
267
|
-
accounts
|
|
703
|
+
times/times:
|
|
704
|
+
don't show two tables. renames. Use live db for accounts
|
|
268
705
|
|
|
269
706
|
2007-09-04 06:34 panic
|
|
270
707
|
|
|
271
708
|
* times/accounts, times/entry_builder.rb,
|
|
272
709
|
times/entry_table_model.rb, times/entry_table_view.rb,
|
|
273
|
-
times/extensions.rb, times/times:
|
|
274
|
-
look at 2 windows where one goes
|
|
710
|
+
times/extensions.rb, times/times:
|
|
711
|
+
neaten up requires, and have a look at 2 windows where one goes
|
|
712
|
+
blank
|
|
275
713
|
|
|
276
714
|
2007-09-03 22:07 panic
|
|
277
715
|
|
|
278
|
-
* times/entry_table_model.rb:
|
|
716
|
+
* times/entry_table_model.rb:
|
|
717
|
+
other small tweaks
|
|
279
718
|
|
|
280
719
|
2007-09-03 22:00 panic
|
|
281
720
|
|
|
282
|
-
* times/accounts, times/entry_table_model.rb, times/times:
|
|
283
|
-
number alignment
|
|
721
|
+
* times/accounts, times/entry_table_model.rb, times/times:
|
|
722
|
+
fix number alignment
|
|
284
723
|
|
|
285
724
|
2007-09-03 21:24 panic
|
|
286
725
|
|
|
287
726
|
* times/accounts, times/accounts_models.rb, times/delegates.rb,
|
|
288
727
|
times/entry_builder.rb, times/entry_table_model.rb,
|
|
289
|
-
times/entry_table_view.rb, times/times:
|
|
290
|
-
make accounts and times work with it
|
|
728
|
+
times/entry_table_view.rb, times/times:
|
|
729
|
+
add entry builder and make accounts and times work with it
|
|
291
730
|
|
|
292
731
|
2007-09-03 15:28 panic
|
|
293
732
|
|
|
294
|
-
* times/accounts, times/entry_table_view.rb:
|
|
733
|
+
* times/accounts, times/entry_table_view.rb:
|
|
734
|
+
do column sizing
|
|
295
735
|
|
|
296
736
|
2007-09-03 11:52 panic
|
|
297
737
|
|
|
@@ -302,14 +742,15 @@
|
|
|
302
742
|
|
|
303
743
|
* times/accounts, times/accounts_models.rb, times/delegates.rb,
|
|
304
744
|
times/entry_table_model.rb, times/entry_table_view.rb,
|
|
305
|
-
times/extensions.rb:
|
|
745
|
+
times/extensions.rb:
|
|
746
|
+
fix completion handling
|
|
306
747
|
|
|
307
748
|
2007-09-03 06:15 panic
|
|
308
749
|
|
|
309
750
|
* times/TODO, times/accounts, times/entry_table_model.rb,
|
|
310
751
|
times/entry_table_view.rb, times/extensions.rb, times/models.rb,
|
|
311
|
-
times/times, times/times.rb:
|
|
312
|
-
file
|
|
752
|
+
times/times, times/times.rb:
|
|
753
|
+
move times-specific code to its own file
|
|
313
754
|
|
|
314
755
|
2007-09-02 18:05 panic
|
|
315
756
|
|
|
@@ -320,32 +761,36 @@
|
|
|
320
761
|
2007-09-02 16:52 panic
|
|
321
762
|
|
|
322
763
|
* times/TODO, times/delegates.rb, times/entry_table_model.rb,
|
|
323
|
-
times/entry_table_view.rb:
|
|
764
|
+
times/entry_table_view.rb:
|
|
765
|
+
better error handling
|
|
324
766
|
|
|
325
767
|
2007-08-31 15:11 panic
|
|
326
768
|
|
|
327
769
|
* times/TODO, times/delegates.rb, times/extensions.rb,
|
|
328
|
-
times/models.rb, times/times.rb:
|
|
329
|
-
fields
|
|
770
|
+
times/models.rb, times/times.rb:
|
|
771
|
+
allow nil values in combo box fields
|
|
330
772
|
|
|
331
773
|
2007-08-30 21:58 panic
|
|
332
774
|
|
|
333
775
|
* times/TODO, times/delegates.rb, times/entry_table_view.rb,
|
|
334
|
-
times/times.rb:
|
|
776
|
+
times/times.rb:
|
|
777
|
+
do completion for select distinct
|
|
335
778
|
|
|
336
779
|
2007-08-30 21:03 panic
|
|
337
780
|
|
|
338
|
-
* times/log:
|
|
781
|
+
* times/log:
|
|
782
|
+
remove file
|
|
339
783
|
|
|
340
784
|
2007-08-30 21:01 panic
|
|
341
785
|
|
|
342
|
-
* times/delegates.rb, times/entry_table_model.rb:
|
|
786
|
+
* times/delegates.rb, times/entry_table_model.rb:
|
|
787
|
+
remove cruft
|
|
343
788
|
|
|
344
789
|
2007-08-30 20:55 panic
|
|
345
790
|
|
|
346
791
|
* times/active_table_model.rb, times/entry_table_model.rb,
|
|
347
|
-
times/times.rb, times/times_qt.rb:
|
|
348
|
-
Remove old files
|
|
792
|
+
times/times.rb, times/times_qt.rb:
|
|
793
|
+
rename to EntryTableModel. Remove old files
|
|
349
794
|
|
|
350
795
|
2007-08-30 20:50 panic
|
|
351
796
|
|
|
@@ -367,5 +812,6 @@
|
|
|
367
812
|
times/active_record/dirty.rb, times/active_table_model.rb,
|
|
368
813
|
times/delegates.rb, times/dir.rb, times/entry_table_view.rb,
|
|
369
814
|
times/extensions.rb, times/log, times/models.rb, times/times.rb,
|
|
370
|
-
times/times.ui, times/times_qt.rb:
|
|
815
|
+
times/times.ui, times/times_qt.rb:
|
|
816
|
+
initial import
|
|
371
817
|
|