Commit Graph

1969 Commits (b27e5615d6e8df1cb47010b89fea9fe33157f954)

Author SHA1 Message Date
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 200ee0a8bb Do not use g_warning() when nil child has a label in GtkNotebook, glade-2 loves to do it 2006-08-16 20:27:02 -05:00
Yevgen Muntyan 480a8858e4 Made moo_text_view_get_text() work for GtkTextView 2006-08-16 20:25:58 -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 7ef4163a6d Removed python stuff from mooscript 2006-08-16 00:26:43 -05:00
Yevgen Muntyan 62e3c8a52f Rewriting actions and tools 2006-08-16 00:18:16 -05:00
Yevgen Muntyan 13450bd80e Make sure doc->name is never NULL and set it to filename in case of moo_markup_parse_file() 2006-08-16 00:17:05 -05:00
Yevgen Muntyan 99a47efa8d Output absolute filename into generated C files 2006-08-16 00:15:58 -05:00
Yevgen Muntyan a8f4e12514 Do not leak tools info 2006-08-16 00:15:35 -05:00
Yevgen Muntyan 4e65369f88 Made moo_text_view_get_selection(), moo_text_view_move_cursor() generic methods for GtkTextView 2006-08-16 00:14:43 -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 aba4d55c8a Removed moo_stock_name and moo_stock_label 2006-08-15 02:35:23 -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 a402f1ad3f MooObjectPtr doesn't require notify function. 2006-08-15 02:10:26 -05:00
Yevgen Muntyan 6ccf23b775 Moved shortcuts dialog into mooaccelprefs.*; modifying shortcuts using menu items does not work now. 2006-08-15 02:09:09 -05:00
Yevgen Muntyan d48ba6b115 Renamed make-pot-subdirs to mkpotsubdirs 2006-08-13 14:27:04 -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 fc02ffd388 File forgotten in last commit 2006-08-13 04:01:52 -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 eaa1d2606e desktop.lang 2006-08-12 02:32:12 -05:00
Yevgen Muntyan 8e3384feff Continuing working on project plugin 2006-08-10 04:25:56 -05:00
Yevgen Muntyan 4a7f4962c2 po.lang 2006-08-10 04:24:26 -05:00
Yevgen Muntyan 86bcc71c5f More i18n 2006-08-10 04:24:12 -05:00
Yevgen Muntyan 419aa2800c Do not use leading/trailing spaces in labels 2006-08-10 04:23:49 -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 b2dfb96352 Try UTF8, then locale, then ISO*** 2006-08-09 18:41:32 -05:00
Yevgen Muntyan 00ca8d604a Project plugin works again 2006-08-08 20:52:27 -05:00
Yevgen Muntyan cc60bdd4b9 Added GError** argument to glade functions 2006-08-08 19:32:47 -05:00
Yevgen Muntyan 50ee59ce49 TODO 2006-08-08 19:29:12 -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 e81234742c MOO_INSTALL_HEADERS 2006-08-07 01:25:35 -05:00
Yevgen Muntyan d076185600 Hilghight "bool" 2006-08-07 00:57:06 -05:00
Yevgen Muntyan c50ead13dd Do not crash in eggregex 2006-08-06 22:44:04 -05:00
Yevgen Muntyan 760ef7958c Highlight "object" 2006-08-06 22:43:45 -05:00
Yevgen Muntyan 38b9723fb8 More i18n 2006-08-05 02:16:06 -05:00