Virgil Dupras
|
58347bc36f
|
Removed view arguments from core.gui classes's init methods.
--HG--
branch : objp
|
2012-01-13 16:14:06 -05:00 |
|
Virgil Dupras
|
7e95404903
|
Moved column information in new edition-specific core result_table units.
|
2011-11-27 12:47:00 -05:00 |
|
Virgil Dupras
|
eb83b830df
|
Began a long overdue overhaul of the columns system. Cocoa-only so far, but it will affect the Qt part.
|
2011-11-26 10:55:14 -05:00 |
|
Virgil Dupras
|
70689ce057
|
Removed data modules and moved their functionalities to core_*.app.
|
2011-09-21 10:26:58 -04:00 |
|
Virgil Dupras
|
f28ffc680a
|
[#140 state:fixed] Fixed a crash on dupe renaming.
|
2011-04-13 16:23:22 +02:00 |
|
Virgil Dupras
|
0fea59007c
|
Updated copyright year to 2011.
|
2011-04-12 10:04:01 +02:00 |
|
Virgil Dupras
|
95efac187b
|
Updated hscommon and adapted to changes in hscommon.gui.table.Table.refresh().
|
2010-11-24 16:12:10 +01:00 |
|
Virgil Dupras
|
4886982d43
|
Re-licensed to BSD
|
2010-09-30 12:17:41 +02:00 |
|
Virgil Dupras
|
a056be0842
|
Fixed UI glitch introduced by the move from outline to table for results (the selected row would not be kept visible after refreshes).
|
2010-09-26 12:09:50 +02:00 |
|
Virgil Dupras
|
0d8ed92a68
|
Converted the result tree into a result table.
--HG--
rename : cocoa/base/PyResultTree.h => cocoa/base/PyResultTable.h
rename : cocoa/base/ResultOutline.h => cocoa/base/ResultTable.h
rename : cocoa/base/ResultOutline.m => cocoa/base/ResultTable.m
rename : core/gui/result_tree.py => core/gui/result_table.py
|
2010-09-24 15:48:59 +02:00 |
|