- 05 Jul, 2014 1 commit
-
-
Sebastien Granjoux authored
-
- 15 Apr, 2014 1 commit
-
-
Sebastien Granjoux authored
project-wizard: bgo #727630 - Do not guess user's email address when creating the comment block at the top of new files
-
- 14 Sep, 2013 1 commit
-
-
Sebastien Granjoux authored
-
- 13 Apr, 2013 1 commit
-
-
- Check for Windows in configure.ac templates. - Add win32-dll to LT_INIT options. - Add -mwindows to LDFLAGS of GUI applications if compiling for native Windows. - Add -no-undefined to LDFLAGS of libraries if compiling for Windows. - Replace -Wl,--export-dynamic with -Wl,--export-all-symbols in LDFLAGS of applications if compiling for Windows. - Add Windows support option to wizards. Affected templates are cpp, gtk, gtkapplication, gtkmm, library, terminal and vala-gtk.
-
- 22 Apr, 2012 1 commit
-
-
Sebastien Granjoux authored
-
- 10 Mar, 2012 1 commit
-
-
- 28 Jan, 2012 1 commit
-
-
Sebastien Granjoux authored
Generate licenses without using predefined autogen macros which are buggy in version 5.12 and 5.13. The list of all licenses is defined in licenses.tpl.in file and other licenses can be added in licenses directory.
-
- 18 Jan, 2012 1 commit
-
-
Marco Diego Aurélio Mesquita authored
-
- 24 Dec, 2011 1 commit
-
-
- 13 Sep, 2011 1 commit
-
-
Sebastien Granjoux authored
-
- 17 Mar, 2011 1 commit
-
-
Johannes Schmid authored
-
- 09 Dec, 2010 1 commit
-
-
Johannes Schmid authored
-
- 03 Dec, 2010 1 commit
-
-
Johannes Schmid authored
-
- 12 Jul, 2009 2 commits
-
-
-
Sebastien Granjoux authored
Change all project wizard headers instead
-
- 28 Feb, 2009 1 commit
-
-
Sebastien Granjoux authored
* plugins/build-basic-autotools/plugin.c: Fix #564282 – configure error: source directory already configured Fix #567513 – Running configure doesn't make anjuta be aware that the project doesn't need a configure stage in its menus Fix #565170 – Invalid read in plugin.c * plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/xlib-dock.wiz, plugins/project-wizard/templates/wxwin.wiz, plugins/project-wizard/templates/java.wiz, plugins/project-wizard/templates/gnome-applet.wiz, plugins/project-wizard/templates/anjuta-plugin-vala.wiz, plugins/project-wizard/templates/anjuta-plugin.wiz, plugins/project-wizard/templates/gtkmm.wiz, plugins/project-wizard/templates/python.wiz, plugins/project-wizard/templates/cpp.wiz, plugins/project-wizard/templates/sdl.wiz, plugins/project-wizard/templates/gtk.wiz, plugins/project-wizard/templates/minimal.wiz, plugins/project-wizard/templates/xlib.wiz, plugins/project-wizard/templates/gcj.wiz: Do not generate project in the wizard (can be easily done later) * plugins/project-wizard/templates/gtkmm/src/main.cc, plugins/project-wizard/templates/gtk/src/main.c, plugins/run-program/parameters.c: Read glade file in a directory relative to project source directory Set by default working directory to project source directory * plugins/project-wizard/templates/translatable-strings.h: Remove translatable string used in the removed GNOME template * plugins/gdb/debugger.c: Avoid bug #573326 in one additional case svn path=/trunk/; revision=4811
-
- 06 Apr, 2008 1 commit
-
-
Sebastien Granjoux authored
* plugins/project-wizard/templates/gtkmm.wiz, plugins/project-wizard/templates/gtkmm/src/Makefile.am.tpl, plugins/project-wizard/templates/gtkmm/src/main.cc, plugins/project-wizard/templates/django.wiz, plugins/project-wizard/templates/python.wiz, plugins/project-wizard/templates/python/configure.ac.tpl, plugins/project-wizard/templates/python/src/Makefile.am.tpl, plugins/project-wizard/templates/cpp.wiz, plugins/project-wizard/templates/cpp/configure.ac.tpl, plugins/project-wizard/templates/cpp/src/Makefile.am.tpl, plugins/project-wizard/templates/sdl.wiz, plugins/project-wizard/templates/sdl/configure.ac.tpl, plugins/project-wizard/templates/sdl/src/Makefile.am.tpl, plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/terminal/configure.ac.tpl, plugins/project-wizard/templates/terminal/src/Makefile.am.tpl, plugins/project-wizard/templates/terminal/Makefile.am.tpl, plugins/project-wizard/templates/gtk.wiz, plugins/project-wizard/templates/gtk/src/main.c, plugins/project-wizard/templates/gtk/src/Makefile.am.tpl, plugins/project-wizard/templates/minimal.wiz, plugins/project-wizard/templates/minimal/configure.ac.tpl, plugins/project-wizard/templates/minimal/Makefile.am.tpl, plugins/project-wizard/templates/java.wiz, plugins/project-wizard/templates/java/configure.ac.tpl, plugins/project-wizard/templates/java/src/Makefile.am.tpl, plugins/project-wizard/templates/xlib.wiz, plugins/project-wizard/templates/xlib/configure.ac.tpl, plugins/project-wizard/templates/xlib/src/Makefile.am.tpl, plugins/project-wizard/templates/gcj.wiz, plugins/project-wizard/templates/gcj/configure.ac.tpl, plugins/project-wizard/templates/gcj/src/Makefile.am.tpl, plugins/project-wizard/templates/xlib-dock.wiz, plugins/project-wizard/templates/xlib-dock/src/Makefile.am.tpl, plugins/project-wizard/templates/wxwin.wiz, plugins/project-wizard/templates/wxwin/configure.ac.tpl, plugins/project-wizard/templates/wxwin/src/Makefile.am.tpl, plugins/project-wizard/templates/gnome.wiz, plugins/project-wizard/templates/gnome/src/main.c, plugins/project-wizard/templates/gnome/src/Makefile.am.tpl, plugins/project-wizard/templates/anjuta-plugin.wiz, plugins/project-wizard/templates/anjuta-plugin/configure.ac.tpl, plugins/project-wizard/templates/anjuta-plugin/src/plugin.c, plugins/project-wizard/templates/anjuta-plugin/src/plugin.plugin.in, plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl, plugins/project-wizard/templates/anjuta-plugin/po/POTFILES.in: Fix bug #525999: Remove space in file and target names generated by project wizard Fix sample anjuta plugin: ianjuta_document_manager_get_current_editor has been renamed ianjuta_document_manager_get_current_document svn path=/trunk/; revision=3819
-
- 17 Apr, 2006 1 commit
-
-
Johannes Schmid authored
006-04-17 Johannes Schmid <jhs@cvs.gnome.org> * plugins/project-wizard/templates/gnome/src/main.c: * plugins/project-wizard/templates/gnome/src/project.glade: * plugins/project-wizard/templates/gtk/src/main.c: * plugins/project-wizard/templates/gtk/src/project.glade: * plugins/project-wizard/templates/gtkmm/src/main.cc: Fixed up GLADE_FILE definition in project types and fixed bug #334546
-
- 17 Feb, 2005 1 commit
-
-
Naba Kumar authored
* plugins/project-wizard/templates/anjuta-plugin.wiz, plugins/project-wizard/templates/gnome.wiz, plugins/project-wizard/templates/gtk.wiz, plugins/project-wizard/templates/gtkmm.wiz, plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/anjuta-plugin/src/plugin.c, plugins/project-wizard/templates/anjuta-plugin/src/plugin.h, plugins/project-wizard/templates/gnome/src/callbacks.c, plugins/project-wizard/templates/gnome/src/callbacks.h, plugins/project-wizard/templates/gnome/src/main.c, plugins/project-wizard/templates/gtk/src/callbacks.c, plugins/project-wizard/templates/gtk/src/callbacks.h, plugins/project-wizard/templates/gtk/src/main.c, plugins/project-wizard/templates/gtkmm/src/main.cc, plugins/project-wizard/templates/terminal/src/main.c: Fixed templates to generate licence correctly (without any extra newlines). Removed IncludeGNUHeader macro definition and added proper licence property. Fixed project directory paths in file contents.
-
- 16 Feb, 2005 1 commit
-
-
Naba Kumar authored
* plugins/project-wizard/templates/anjuta-plugin/src/plugin.c, plugins/project-wizard/templates/anjuta-plugin/src/plugin.h, plugins/project-wizard/templates/gnome/src/callbacks.c, plugins/project-wizard/templates/gnome/src/callbacks.h, plugins/project-wizard/templates/gnome/src/main.c, plugins/project-wizard/templates/gtk/src/main.c, plugins/project-wizard/templates/gtkmm/src/main.cc, plugins/project-wizard/templates/terminal/src/main.c: Fixed licence macros to avoid blank newlines. * plugins/project-wizard/autogen.c: Correct a problem when having property value in UTF-8 * plugins/project-wizard/druid.c: Correct a bug when reselecting a new project (all pages must be removed) * plugins/project-wizard/property.c: Avoid having default invalid properties * plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/terminal/po/ChangeLog, plugins/project-wizard/templates/terminal/src/main.c: Remove command for testing run function Move destination directory to second page and include project name. Add exist tag. Remove unused properties.
-
- 15 Feb, 2005 1 commit
-
-
Jean-Noel Guiheneuf authored
Removed libglade2 project
-
- 13 Feb, 2005 2 commits
-
-
Jean-Noel Guiheneuf authored
Correct GTK project
-
Jean-Noel Guiheneuf authored
Add Copyright date & Email address in file headers
-
- 11 Feb, 2005 2 commits
-
-
Jean-Noel Guiheneuf authored
Add Gnome project
-
Jean-Noel Guiheneuf authored
Insert License
-
- 15 Jan, 2005 1 commit
-
-
Naba Kumar authored
* libanjuta/anjuta-launcher.c: Added API docs. * plugins/project-wizard/templates/anjuta-plugin.wiz, plugins/project-wizard/templates/gtk.wiz, plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl, plugins/project-wizard/templates/gtk/src/Makefile.am.tpl, plugins/project-wizard/templates/gtk/src/main.c, plugins/project-wizard/templates/terminal/Makefile.am.tpl, plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Fixed template files. Patch from: Sébastien Granjoux <seb.sfo@free.fr> * plugins/project-wizard/anjuta-project-wizard.glade, plugins/project-wizard/autogen.c, plugins/project-wizard/druid.c, plugins/project-wizard/druid.h, plugins/project-wizard/file.c, plugins/project-wizard/file.h, plugins/project-wizard/install.c, plugins/project-wizard/parser.c, plugins/project-wizard/plugin.c, plugins/project-wizard/plugin.h: Add a preferences dialog: used for setting the default project directory. Fix HIDDEN property, it's working but I think we could make this cleaner. Removed the copy of the string in mandatory_property. Add an optional autogen attribute, to force or avoid using autogen on some files, default without any attribute is autodetect.+ Replace the script tag with a normal file tag and an attribute execute.
-
- 12 Jan, 2005 1 commit
-
-
Naba Kumar authored
* configure.in, plugins/project-wizard/templates/Makefile.am, (added) plugins/project-wizard/templates/anjuta-plugin-logo.png, plugins/project-wizard/templates/anjuta-plugin.wiz, (added) plugins/project-wizard/templates/gtk-logo.png, (added) plugins/project-wizard/templates/gtk.wiz, (added) plugins/project-wizard/templates/terminal-logo.png, plugins/project-wizard/templates/terminal.wiz, plugins/project-wizard/templates/anjuta-plugin/src/Makefile.am.tpl, plugins/project-wizard/templates/anjuta-plugin/src/plugin.c, (added) plugins/project-wizard/templates/gtk/.cvsignore, (added) plugins/project-wizard/templates/gtk/Makefile.am, (added) plugins/project-wizard/templates/gtk/src/.cvsignore, (added) plugins/project-wizard/templates/gtk/src/Makefile.am, (added) plugins/project-wizard/templates/gtk/src/Makefile.am.tpl, (added) plugins/project-wizard/templates/gtk/src/main.c, (added) plugins/project-wizard/templates/gtk/src/project.glade, plugins/project-wizard/templates/terminal/src/Makefile.am.tpl: Added GTK+ project templated and fixed other templates. Updated template logos.
-