Fix #8024 - replace crappy columnview row detection
[roobuilder] / debian / changelog
1 roobuilder (5.0.3) UNRELEASED; urgency=medium
2
3   * error popups with tree of errors, now default to expanding current file
4   * row detection for drag/drop + contect menu replaced with pick/ bounds and row counting (far more reliable)
5   
6
7  -- Alan <alan@office.roojs.com>  Wed, 07 Feb 2024 09:51:44 +0800
8
9 roobuilder (5.0.2) unstable; urgency=medium
10
11   * support for extended writing of vala applications
12     Note that sealed classes causes issues, so generally it's not usable yet
13   * Move Node (drag with shift pressed)
14   * Changing property key now triggers save/language server
15   * Fixed sending wrong 'save' to language-server (caused LS to crash)
16   * Fixed Gtkview - uses toSource(), rather than file.get_contents()
17   * Fixed updating of errors (should only update changed error mark or tree item))
18   * Errors now shown on widget tree / node properties / and node edit as selected
19   * Error highlighting now on character location of errors, along with marks
20   * roojspacker dependancy removed for now (too slow to work currently)
21   * add other property - use menubutton and tidy up pulldown so it looks like a menu.
22   * switch window now uses libadwadi panel
23   * switch window search shows full file list in panel - so you can jump to file
24   * control-o tiggers file open, after file serach up/down arrows select file, and enter / shift enter will open.
25   * undo and redo buttons - now work
26   * improved performance on node generation, and language server call performance (less uneccessary calls)
27   * use find path for searching for vala-language-server (and add it as a dependancy!)
28   * support for Adw in rendering of previews (limited though)
29   * remove readonly properties from palete 
30   * added icons from glade (and made the resources)
31   * added resource support to meson creation
32   * added gdb / gnome-terminal / meson / ninja to control file
33   * removed gda dependancy ( not used at present)
34   * flatpack might work...
35   
36   
37  -- Alan Knowles <alan@touchbox>  Sun, 28 Jan 2024 06:54:56 +0800
38
39 roobuilder (5.0.1) unstable; urgency=medium
40
41   * switch to meson build
42   * remove internal compiler - switch to call meson/ninja
43   * language server support  (basic)
44   * autocompletion working on JS and vala
45   * errors from language server
46   * icons indicating status of language server
47
48  -- Alan <alan@roojs.com>  Wed, 24 Jan 2024 15:07:37 +0800
49
50 roobuilder (5.0.0) unstable; urgency=medium
51
52   * converted code to GTK4 
53
54  -- Alan <alan@roojs.com>  Wed, 3 Jan 2023 15:45:00 +0800
55
56 roobuilder (4.4.2) unstable; urgency=medium
57
58   * file search tool in project navigator
59   * build compliler warnings
60   * project save fixed
61
62  -- Alan <alan@roojs.com>  Tue, 06 Sep 2022 11:44:46 +0800
63
64 roobuilder (4.4.1) unstable; urgency=medium
65
66   * fix issue with old js files using user defined properties
67   * Project properties now shows full path 
68   * Project properties tidy up
69   * goto line now works better (from errors)
70   * clicking code view opens up correct node and shows properties.
71   * segfault on invalid properties fixed.
72   * add icon only shown on nodes that accept children
73   * Gtk.MenuItem and children auto have .show() added to code
74   
75  -- Alan <<alan@roojs.com>  Wed, 31 Aug 2022 17:22:23 +0800
76
77 roobuilder (4.4.0) unstable; urgency=medium
78
79   * slightly better search boxes
80   * Add node is in a column, rather than button above
81   * Adjust location of popover for editing properties
82   * hide file tree on non-gtk projects
83   * project directory scan caching removed (so it shows latest files)
84   * mouseover icon view shows bigger view of UI
85   * single compiler for gtk, and notify all relivant windows of result
86
87  -- Alan <alan@roojs.com>  Wed, 31 Aug 2022 14:43:28 +0800
88
89 roobuilder (4.3.0) unstable; urgency=medium
90
91   * Open files management - will not open same file twice / pulldown to pick open files
92   * Left Tree alighment of icons
93   * Left Tree icons now work on adding and dragging.
94   * Left Tree Tooltip on nodes now shows all properties correctly
95   * Resource fetching simplified
96   * Caching of Library data 
97   * Fix loading of Roo library data
98   * Enums now 'RAW' type 
99   * Fix Compiler so gcc is not run when doing inline testing
100   * Depricated properties and signals not shown in lists
101   * Property lists and Signal lists include info on definer source, and type in seperate columns
102   * Vala generation for 'add' and ctor generation revised
103   * List of available objects to add better defined in source now
104   * Auto generation of some properties when adding nodes and child nodes
105   * Icons for node nodes
106   * Event handler signatures should work better
107   * Gtk Buttons on dialogs now use buttons[] 
108   * Structs support for properties
109   * Some tooltip help on Roo properties and signals
110
111  -- Alan <alan@roojs.com>  Fri, 08 Jul 2022 11:00:48 +0800
112
113 roobuilder (4.2.0) unstable; urgency=medium
114
115   * Remove Clutter dependancy and interface
116   * Change Project and File management to Popover
117   * Property editing now expand right
118   * Popover property editing
119   * Popover for adding properties, events and children
120   * Cleaner User interface - icons and text for most things now.
121
122  -- Alan <alan@office.roojs.com>  Wed, 25 May 2022 14:41:34 +0800
123
124 roobuilder (4.1.0) unstable; urgency=medium
125
126   * upgrade json file format - better support for diffable files - other features like better child object detection from code docs 
127   * support for vala 0.56+ due to copying code from valac (as codegen and ccode are not exported) 
128
129  -- Alan <alan@office.roojs.com>  Tue, 03 May 2022 17:40:50 +0800
130
131 roobuilder (4.0.0) unstable; urgency=medium
132
133   * Initial Release.
134
135  -- Alan <alan@roojs.com>  Thu, 16 May 2019 17:47:00 +0800