acfabfdf4b
* refactor: MU_MSG_PART_OPTION -> MU_MSG_OPTION and related changes
2012-07-18 16:22:10 +03:00
9e59b1f29b
* crypto: update other mu-msg-part users for api changes
2012-07-17 19:17:09 +03:00
a480ee9789
* fix refactoring fall-out
2012-05-21 11:16:49 +03:00
46f10cfde9
* refactoring: split src/ into mu/ and lib/
2012-05-21 09:25:53 +03:00
916671e6f3
* cosmetic
2012-04-21 09:27:49 +03:00
6f4448be56
* change mu_util_play a bit to better deal with non-ascii filenames
...
- don't try to encode anything, but pass the filename into the argv for the
program to open (before we, used g_spawn_command_line_async, and there we
need to escape things for the command line. Now we use g_spawn_command, so
we can pass argv as such.
- add a GError** arg to mu_util_play, and update all callers
- cleanup the mu-cmd-extract code a bit
2012-04-15 19:59:53 +03:00
3fb7e5d6ff
* WIP: fixes for gtk3.2 (prevent warnings for deprecated widgets)
2012-03-24 11:16:12 +02:00
0d08ff903d
* update code for new mu_msg_part_for_each API
2012-02-13 22:36:22 +02:00
e390743195
* updates for new APIs (mu-date.h)
2011-07-21 00:39:00 +03:00
4af35fe51f
* widget/mu-msg-*: update for mu_msg_save_mime_part API change
2011-05-21 16:05:08 +03:00
cd59398cd1
* cosmetic
2011-03-15 20:38:41 +02:00
12a992b8d2
* fix mu_msg refcounting in widgets
2011-03-15 20:38:26 +02:00
858dcb123c
* big cleanup, simplification for the message widget
2011-03-08 00:50:24 +02:00
4dad5bcb66
* cosmetic
2011-02-06 10:50:48 +02:00
63f1487a6b
* mu-msg-body-view.c: don't navigate away from msg body
2011-01-29 14:38:07 +02:00
ce3c97bbbf
* mu-msg-attach-view.c: make drag&drop work for attachments
2011-01-29 14:32:58 +02:00
3ea01df556
* cosmetics
2011-01-29 12:45:21 +02:00
31b816a5d3
* mu-msg-normal-view.c: show messsage in an expander, instead of in gtkframe
2011-01-29 12:45:01 +02:00
79ad60e91a
* mu-msg-view.c: don't show message widgets for NULL messages
2011-01-29 12:44:07 +02:00
c10ef1f384
* mu-msg-attach-view.c: don't use gtk_icon_view_set_item_orientation, it
...
requires gtk 2.22 which is too new
2011-01-29 12:43:36 +02:00
adc61b0841
* mu-msg-source-view.c: make source buffer read-only
2011-01-24 23:48:12 +02:00
140786dc89
* mu-msg-view.c: don't keep widgets around, re-create them (this needs fixing)
2011-01-24 01:01:43 +02:00
7356e17b89
* better action handling
2011-01-21 20:21:38 -05:00
abd1a45d6c
* improve message display, support 'internal messages'again
2011-01-21 20:13:06 -05:00
6daf2e9989
* refactoring & add 'view-source' and 'view-message' (activate with context menu)
2011-01-21 18:46:33 -05:00
7fc00c5d10
* mu-msg-body-view.c: ignore the standard csm
2011-01-18 19:28:45 +02:00
6473546ef2
* mu-msg-body-view: use the navigation-policy-decision-requested signal so we
...
can distinguish user clicks (open externally) and things like iframes (open
internally); require webkit >= 1.0.3
2011-01-16 13:53:39 +02:00
cc556dad8a
* mu-msg-header-view, mu-msg-view: put headers in a scrolled win, so overly
...
long lists don't expand the whole msg-view too much. this is not the final
solution, but it's better than what was there
2011-01-16 13:51:36 +02:00
2e4a94d0d6
* mu-msg-view.c: stub implementation of action-signal handling
2011-01-13 21:43:18 +02:00
28b832a9a2
* mu-msg-header-view.c: improve header view a bit
2011-01-13 21:42:51 +02:00
388c805562
* mu-msg-body-view: implement "action-requested" signal, emitted when user
...
clicks cmd:-urls
2011-01-13 21:42:23 +02:00
e048b9607f
* improve mu-widgets;
...
- support notes in mail body view
- support cmd: pseudo urls in such views
2011-01-12 23:15:54 +02:00
514b680b6a
* mu-msg-view: only open local (cached) files from attachments
2011-01-11 23:25:30 +02:00
439e252e8e
* mu-msg-body-view: open hyperlinks in external browser
2011-01-11 23:24:19 +02:00
fc14cff444
* mu-msg-attach-view: update for mu_msg_part_looks_like attachment update
2011-01-11 23:23:19 +02:00
fb5cda1665
* add new header-view widget
2011-01-11 00:47:15 +02:00
923549e2bb
* <many>: updates for new MIME-part handling
2011-01-11 00:46:46 +02:00
1de81553a6
* mu-widget-util.[ch]: be smarter about pixmaps (icons) for unknown mime types
2011-01-11 00:45:59 +02:00
8eafb2b10a
* add the MuMsgAttachView widget, for viewing/opening message attachments
2011-01-09 18:56:45 +02:00
b46d591796
* start working on some mu-based widgets (widgets/), create toys2/mug2 for testing
2011-01-08 12:48:25 +02:00