Commit Graph

271 Commits (904b0df72eef07e9849c9a0fcf5657978a4d47b6)

Author SHA1 Message Date
Yevgen Muntyan da2f1a2b83 moo_make_user_data_dir() accepts optional additional path now 2006-08-23 05:30:23 -05:00
Yevgen Muntyan 271995d123 Renamed MooHistoryEntry to MooHistoryCombo 2006-08-22 23:18:39 -05:00
Yevgen Muntyan aa1cc9ef22 Use glib-mkenums 2006-08-19 02:50:56 -05:00
Yevgen Muntyan f21ecfb97d Removed MooEditActionFlags; added MooEditAction::filter-pattern property 2006-08-19 01:40:34 -05:00
Yevgen Muntyan 4cb996dfb3 Split mooedit-action.* into mooeditaction.* and mooeditaction-factory.* 2006-08-19 00:59:53 -05:00
Yevgen Muntyan 7828103b84 Added --pid option 2006-08-18 02:24:18 -05:00
Yevgen Muntyan 5aa72e4ccb Added moo_prefs_dialog_page_fill_from_xml(); removed buffer size parameter from moo_prefs_dialog_page_new_from_xml() 2006-08-17 23:48:50 -05:00
Yevgen Muntyan dcd2250d40 Continuing user tools stuff 2006-08-17 00:08:49 -05:00
Yevgen Muntyan ead05d78f3 Continuing user tools thing 2006-08-16 20:27:19 -05:00
Yevgen Muntyan d209daba09 Made moo_prefs_dialog_page_new_from_xml return MooPrefsDialogPage* instead of GtkWidget* 2006-08-16 20:24:45 -05:00
Yevgen Muntyan 62e3c8a52f Rewriting actions and tools 2006-08-16 00:18:16 -05:00
Yevgen Muntyan 99a47efa8d Output absolute filename into generated C files 2006-08-16 00:15:58 -05:00
Yevgen Muntyan 696a5b20ff More public/private stuff 2006-08-15 03:52:38 -05:00
Yevgen Muntyan 6273534c82 More private/public api separation 2006-08-15 03:21:44 -05:00
Yevgen Muntyan 742f6ad5fd Removed some unused api, made some api private 2006-08-15 02:32:44 -05:00
Yevgen Muntyan b9ffc63ecb MooActionCollection - object containing bunch of actions groups; MooActionBase - interface used by all actions in moo; MooAction, MooToggleAction, MooRadioAction - subclasses of corresponding gtk classes implementing MooActionBase interface. 2006-08-15 02:12:41 -05:00
Yevgen Muntyan 1899b6fd76 Use nobase_plugin_DATA instead of nobase_mprj_DATA 2006-08-13 14:26:44 -05:00
Yevgen Muntyan 336e1cffa7 Added a rule to top-level Makefile.am to create all the dirs needed by intltool; replaced 'sh' with $(SHELL) everywhere. 2006-08-13 06:47:59 -05:00
Yevgen Muntyan 3e34ad7188 make distcheck works now 2006-08-13 06:05:50 -05:00
Yevgen Muntyan d0e23ae499 Project plugin files 2006-08-13 04:11:38 -05:00
Yevgen Muntyan 54fcfe5c62 More private/public separation 2006-08-13 04:00:15 -05:00
Yevgen Muntyan 3847ac3990 Removed moo_file_view_new and moo_window_new, pygtk-2.6 tries to wrap them 2006-08-12 02:37:04 -05:00
Yevgen Muntyan 041121424c Register MOO_TYPE_PY_OBJECT with pygtk 2006-08-12 02:35:59 -05:00
Yevgen Muntyan 050552a817 Renamed return_*Err macros 2006-08-12 02:35:23 -05:00
Yevgen Muntyan 3d305c7c09 "In file included from .." messages 2006-08-12 02:33:48 -05:00
Yevgen Muntyan 7c29ae038c moo_gvalue_to_pyobject, moo_pyobject_to_gvalue 2006-08-12 02:33:22 -05:00
Yevgen Muntyan 8e3384feff Continuing working on project plugin 2006-08-10 04:25:56 -05:00
Yevgen Muntyan 43584b93fc Wrapped moo_glade_xml_fill_widget, moo_file_dialog, moo_bind_sensitive. Made xml.w_something be equivalent to xml.get_widget('something') for GladeXML. 2006-08-10 04:23:05 -05:00
Yevgen Muntyan 00ca8d604a Project plugin works again 2006-08-08 20:52:27 -05:00
Yevgen Muntyan 99d529c6a0 Fixed construction properties, added 'final' here and there 2006-08-08 19:28:23 -05:00
Yevgen Muntyan 83ed4e8458 Added GETTEXT_PACKAGE constant 2006-08-08 19:26:06 -05:00
Yevgen Muntyan fe7e33798a Added 'final' attribute to classes, made generated Py* structures static 2006-08-08 19:23:00 -05:00
Yevgen Muntyan f9f5adf253 Rewriting project plugin 2006-08-08 19:20:17 -05:00
Yevgen Muntyan 6f793a162a Renamed Console plugin to Terminal 2006-08-05 02:07:34 -05:00
Yevgen Muntyan 6c98d10248 Win32 build and installer, and application work 2006-08-04 06:57:15 -05:00
Yevgen Muntyan 5636bc81aa Made it possible to have python stuff in a module 2006-08-04 04:17:32 -05:00
Yevgen Muntyan af7681501b Use .ini.desktop.in again 2006-08-03 23:51:27 -05:00
Yevgen Muntyan bedaf98075 MOO_INTLTOOL_INI_RULE 2006-08-03 23:41:47 -05:00
Yevgen Muntyan 6ef332fce5 Install whole plugin into plugins/project/ 2006-08-03 20:01:19 -05:00
Yevgen Muntyan ea8c2b917c Add plugin directory to sys.path 2006-08-03 20:00:54 -05:00
Yevgen Muntyan 8385e6aae8 Renamed *.ini.in files to *.ini.desktop.in, intltool doesn't understand that ini file is an ini file 2006-08-03 15:24:10 -05:00
Yevgen Muntyan ab000dd92a Missing ini files 2006-08-03 15:14:32 -05:00
Yevgen Muntyan c28f983c3f Translate ini files too 2006-08-03 14:50:11 -05:00
Yevgen Muntyan 0cc33c80e3 Made plugins and stuff use .ini files; added MooPluginLoader 2006-08-03 14:26:08 -05:00
Yevgen Muntyan 9fdbae6fbe Added i18n stuff to MooGladeXML 2006-08-03 02:29:39 -05:00
Yevgen Muntyan 31b50feaa7 Moved project plugin in here 2006-08-01 15:48:56 -05:00
Yevgen Muntyan a513128d76 Install library, python module, and headers 2006-08-01 06:36:16 -05:00
Yevgen Muntyan 064fee6ea2 Switched back to make subdirs and libtool 2006-08-01 04:57:26 -05:00
Yevgen Muntyan c36828962f working_dir and envp parameters go into MooTermCommand; made TermCommand and EraseBinding private 2006-08-01 00:54:24 -05:00
Yevgen Muntyan af14a40e05 return_ValueErr() 2006-08-01 00:53:42 -05:00