• R/O
  • HTTP
  • SSH
  • HTTPS

List of commits

Tags
No Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


RSS
Rev. Time Author
3939b5d 2015-01-23 04:56:14 Paul Chavent

Fix SOZI_PATH specific code.

External ressources array size.
Log message more concise.

Signed-off-by: Hans Breuer <hans@breuer.org>

0ad1ac3 2015-01-19 02:07:27 Marek Černocký

Updated Czech translation

1840dd2 2015-01-17 07:31:14 Hans Breuer

[unit test] comment on DiaObject::create() returned handles

The first handle is used to connect - if possible.
Only very few object return in unconnectable handle, namely:
"Standard - Beziergon", "Standard - Path", "Standard - Polygon",
"Database - Compound",
"GRAFCET - Condition",
"Misc - Ngon",
"Network - Radio Cell"
This is not a bug in these object implementations, because other
uses are possible ...

d5f0130 2015-01-17 07:31:12 Hans Breuer

Slightly increase handle and connection point size

as discussed on the mailing list:
https://mail.gnome.org/archives/dia-list/2014-November/msg00016.html

Also moved the definition for CPs out of lib/connectionpoint.h,
they were only supposed to be used by app/connectionpoint_ops.c

3ce39ca 2015-01-17 07:31:09 Hans Breuer

dox: update for reason parameter of DiaObject::move_handle() ...

aka. MoveHandleFunc.

ad3bb18 2015-01-17 07:31:06 Hans Breuer

[gtk-deprecated] ArrayProp editor now handles enum changes

For full functional replacement of UMLDialog with the generated GUI
this was the last missing piece. It's not pretty though, because the
enum values, not their text (or short representation) is shown.

Added the needed change in object/UML/class.c for reference, but
protected by #if 0 for now.

522d896 2015-01-17 07:31:00 Paul Chavent

Add modifiers to undo_move_handle

Signed-off-by: Hans Breuer <hans@breuer.org>

001ef24 2015-01-17 07:30:56 Paul Chavent

Fix the debug messages of undo.c

Signed-off-by: Hans Breuer <hans@breuer.org>

4f108f6 2015-01-17 07:30:48 Paul Chavent

Fix Sozi presentation objects.

Allow undo of move_handle.
Fix coding style.
Mute messages.
Create function now return handle for resize.

Signed-off-by: Hans Breuer <hans@breuer.org>

ae68a0e 2015-01-13 03:13:39 Piotr Drąg

Updated POTFILES.in

bf63ab2 2015-01-12 05:11:54 Paul Chavent

Add Sozi presentation objects.

See objects/Sozi/readme.txt for details.

Signed-off-by: Hans Breuer <hans@breuer.org>

4f8e61f 2015-01-12 05:11:52 Hans Breuer

Bug 741153 - Allow to hide diagram scroll bars

without the scroll bars it looks more modern and there is more space for
the diagram (after also moving the navigation button).
Currently the setting can be only toggled via menu and is not persistent.

38f5db3 2015-01-12 05:11:50 Hans Breuer

[cleanup] Reduce special handling with (ddisp->menu_bar == NULL)

probably since GtkAction usage there is no need for different code paths anymore

a9d2f0f 2015-01-12 05:11:49 Hans Breuer

Fix relative path handling with Windows root directories

We have do deal with the special meaning of Windows drives, where 'c:' is
a reference to the current directory, but c:\ is the root path. For other
directory names the trailing backslash is stripped by g_path_get_dirname().

Bug reported on the mailing list:
https://mail.gnome.org/archives/dia-list/2014-November/msg00045.html

446a48e 2015-01-12 05:11:47 Hans Breuer

Move navigation button to top-left corner for integrated GUI

dce6d44 2015-01-12 05:11:44 Hans Breuer

[unit test] fix mismatch between PropDescription and PropOffset

Some objects described themselves to be Element, but were indeed OrthConn.
Few of these issues were originally found by visual inspection of
"Object Types.dia" (from otypes.py). But with the new test more mismatches
were found and fixed.

84c37af 2015-01-12 05:11:43 Hans Breuer

uml: update 'UML - Activity' to have main point

less code, more functionality

25a273c 2014-12-18 18:25:56 Мирослав Николић

Updated Serbian translation

7b6c910 2014-12-13 20:58:23 Andika Triwidada

Updated Indonesian translation

6caa612 2014-12-12 01:46:23 Muhammet Kara

Updated Turkish translation

abde890 2014-11-29 07:38:07 Balázs Úr

Updated Hungarian translation

d8ca7d6 2014-11-23 17:48:23 Marek Černocký

Updated Czech translation

8d49dee 2014-11-16 21:05:22 Hans Breuer

[warningectomy] prototype for function 'diagram_tree_show'

diagram_tree_view.c:556:1: warning: no previous prototype for function 'diagram_tree_show' [-Wmissing-prototypes]
diagram_tree_show (void)
^

a28bf0d 2014-11-16 20:45:06 Hans Breuer

[warningectomy] remove unused function _toggle_data_func()

prop_sdarray_widget.c:95:1: warning: unused function '_toggle_data_func' [-Wunused-function]
_toggle_data_func (GtkTreeViewColumn *tree_column,
^

ee21b1b 2014-11-16 20:34:24 Hans Breuer

[warningectomy] one more cast to xmlChar*

render_svg.c:614:62: warning: passing 'char [6]' to parameter of type 'const xmlChar *' (aka 'const unsigned char *') converts between pointers to integer types with different sign [-Wpointer-sign]
g_return_if_fail (node != NULL && xmlStrcmp (node->name, "image") == 0);
^~~~~~~

3d9b253 2014-11-16 20:25:06 Hans Breuer

[gtk-x11] fallback font context for running console version

build --without-freetype can not run unit tests because of missing
font context. But to have rotatable text it's currently advised to
not use freetype directly.

b7d8afa 2014-11-16 20:23:41 Hans Breuer

[warningectomy] const correctness for diagram_add_update_with_border

also for ddisplay_add_update_with_border()

27211c4 2014-11-16 02:29:35 Tiago S

Updated Portuguese translation

2a674aa 2014-11-16 01:29:40 Hans Breuer

tests: make test-sizeof compile with gcc/clang

both their preprocessors choke on ##, which is not necessary for
the case at hand

95b7584 2014-11-16 01:28:14 Hans Breuer

group_props.py: don't create a table with 0 rows

in case of no properties to show