Commit graph

25 commits

Author SHA1 Message Date
Eric Gregory
0873d2aba3 Closes #5033 Removed sourceview from build script 2012-04-10 14:33:04 -07:00
Eric Gregory
4df70042a1 Debug build option. Closes #4947 2012-03-28 15:37:32 -07:00
Eric Gregory
83e2d766da Initial commit of Geary DBus server 2012-03-22 18:43:52 -07:00
Christian Dywan
408a2c9e8a Overlay on URL hover. Bumps Gtk+ version to 3.2. Closes #4703 2012-03-21 15:58:17 -07:00
Eric Gregory
a5b8aa47c2 Undo in message composer. Closes #4656 2012-01-30 14:27:06 -08:00
Adam Dingle
60e4e6a946 Upped minimum Vala requirement to 0.15.1. 2012-01-27 15:24:18 -08:00
Jim Nelson
b80e0ab62c Rolled back WebKit GTK requirement to version shipped in Oneiric.
Also, it appears the JavaScript Core GTK package was broken out of
the WebKit package between Oneiric and Precise, hence that package
dependency has been removed.
2012-01-25 16:48:56 -08:00
Eric Gregory
cb236b6758 HTML support via WebKitGtk. Closes #3709 2012-01-20 17:31:56 -08:00
Adam Dingle
281f29bc77 Updated copyrights to 2012. Closes #4564 2012-01-10 10:40:34 -08:00
Eric Gregory
31b16aac48 Upping Vala requirement to 0.15. Fixes #4470 2011-12-07 15:33:27 -08:00
Eric Gregory
3f2a5960c7 Fancy date display. Closes #4323 and closes #4241. 2011-11-11 12:23:32 -08:00
Jim Nelson
cd0b926d57 Engine implementation of conversations: #3808
This introduces Geary.Conversations into the API, which scans a Folder and arranges the
messages into threaded conversations.
2011-10-21 17:04:33 -07:00
Eric Gregory
8ab948bce4 Switched back to libunique and removed GtkApplication. Closes #4266 2011-10-19 12:48:17 -07:00
Eric Gregory
03d63ecc1a Toolbar replaces the menu. Closes #3816 2011-10-11 19:12:20 -07:00
Jim Nelson
bbb747e3ce Move to sqlheavy-0.2: Closes #4214
Geary now requires sqlheavy-0.2, currently only available in its gitorious trunk.
2011-10-04 19:38:10 -07:00
Eric Gregory
955fdf1f32 Adds copied executables to clean. Closes #4202 2011-10-03 17:26:40 -07:00
Jim Nelson
10d714d756 SMTP module added for email composer (#3711)
This adds an SMTP library into Geary that can perform basic client submission of emails.
The interface is exposed generically through the Geary.EngineAccount interface.
2011-09-30 17:29:03 -07:00
Jim Nelson
fb54fb1847 Now builds with Vala 0.14: closes #3756
This commit introduces a Scheduler module which deals with the problem of scheduling on the
idle or timeout queue unowned SourceFuncs (because the idle and timeout functions require
owned delegates).  It also takes care of a handful of places where an out parameter was not
being set before the method returned, which Vala's new code analysis now picks up.
2011-09-26 16:07:40 -07:00
Jim Nelson
0fdc45e4ec Move to GTK+3: Closes #4163 2011-09-22 13:11:35 -07:00
Eric Gregory
9d2b10530c 4028, 3700 login dialog and password persistence
Adds a login dialog box
Support for Glade UI files
Gnome keyring for password storage
Assumption of single Geary account (for now)
2011-09-15 12:19:39 -07:00
Eric Gregory
6a5d1fa048 3701 remember window size
* Added GSettings
* Geary binary copied to project root
2011-09-14 17:38:53 -07:00
Eric Gregory
2e501eff68 changes to build on Ubuntu Natty 2011-08-25 18:45:34 -07:00
Jim Nelson
0533bc9700 Further work on detecting message removal when folder first selected: #3805
Needed to rethink storage strategies as I researched this and realized that a true scarce database -- where the database is sparsely populated both in columns and rows -- is not feasible due to IMAP's UID rules.  The strategy now means that the database rows are contiguous from the highest (newest) message to the oldest *requested by the user*.  This is a better situation than having to download the UID for the entire folder.
2011-07-15 13:39:02 -07:00
Jim Nelson
708b3d754a Check for valac >= 0.12.0: #3726
This checks the version of Vala when ./waf configure is executed, not at build time, but that's okay.
2011-06-27 15:01:04 -07:00
Jim Nelson
328683ecfb Moved to waf for build system: #3690
This closes #3690 because waf fulfills that requirement, moving the .c's to a separate directory.  waf also gives us incremental builds, so -j4 is back.
2011-06-27 14:55:22 -07:00