Commit Graph

513 Commits

Author SHA1 Message Date
Vincent Torri 67f0053316 On Windows, use also getpwnam(). Needs EFL 1.16 though 2015-10-14 09:01:35 -04:00
Chris Michael 0e044cd9cb express: Use getcwd instead of getting current working directory based on process id
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-14 10:16:14 -04:00
Vincent Torri b3d23e5143 express: whitespaces-- 2015-08-14 09:14:05 -04:00
Vincent Torri 4a3376013a express: Use Evil API to check if a file is relative or not on Windows 2015-08-14 09:14:02 -04:00
Vincent Torri fe71b6356e express: Use strchr to have O(n) complexity and not O(n^2) 2015-08-14 09:13:56 -04:00
Chris Michael 98551bf3d7 express: Allow download progress for movies played in popup window
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-13 12:08:44 -04:00
Chris Michael 7042ecaa75 express: Adjust default size of window
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-13 11:40:00 -04:00
Chris Michael 2a7efea18c express: Adjust transition speed for dismissing popup media box
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-13 11:39:36 -04:00
Chris Michael 13ca55f4b4 express: Add popmedia controls to default theme
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 16:00:48 -04:00
Chris Michael 4f746c9c85 express: Add support for popup media in a channel
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 15:59:42 -04:00
Chris Michael 5e09435d39 express: Add support for activating links into a popup
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 15:59:17 -04:00
Chris Michael 92c57067c4 express: Add function for returning the active url link in a grid
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 15:58:50 -04:00
Chris Michael 67bd8aa491 express: Disable Color config options in config toolbar
Summary: Disabling option to config colors (for now) as it's not
implemented yet anyway

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 13:18:10 -04:00
Chris Michael ef0fa3fb13 express: Re-enable Video options in config toolbar
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 13:17:39 -04:00
Chris Michael b045e197da express: Add config options for video engine used for movie media playback
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 13:17:20 -04:00
Chris Michael 4b45acb50c express: Add media control part to express default theme
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 13:02:01 -04:00
Chris Michael b63268e9d0 express: Add images for media control to theme
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 12:31:07 -04:00
Chris Michael fd8e9efa2b express: Start on media support for movies
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 12:26:07 -04:00
Chris Michael 70b3a178cb express: Add oga as an audio extension
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 12:14:45 -04:00
Chris Michael 6afc0c1752 express: Add config options for video playback
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-12 11:48:49 -04:00
Vincent Torri 7a40e971b1 Do not use Evil functions to get home and tmp directories
Use Eina ones instead
2015-08-11 09:47:07 -04:00
Chris Michael ab692306f5 express: Reduce calls to evas_object_smart_data_get
Summary: As we have already gotten the smart data from the evas object
previously, lets modify some functions to take the smart data instead
of the object so that we can reduce calls to evas_object_smart_data_get.

Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 15:30:30 -04:00
Chris Michael f08d916f27 express: Actually initialize image object for scaler
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 14:29:37 -04:00
Chris Michael ca1e9c87c7 express: Rename url handlers
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 14:28:33 -04:00
Chris Michael 40bd2ad0bf express: Delete temporary scale object
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 14:25:42 -04:00
Chris Michael 4519bfb63a express: Add support for scaleable media (svg, etc)
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 14:21:37 -04:00
Chris Michael 9bfc4b4e96 express: Remove TODO items that have already been done
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 13:42:16 -04:00
Chris Michael 331f331bcb express: Add support for media thumbnails
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 13:38:05 -04:00
Chris Michael 91a981dc00 express: Add support for animated gifs
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 13:07:34 -04:00
Chris Michael eb23cceaea express: Add ability to use same font as channel for the entry box
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 12:23:45 -04:00
Chris Michael b135c13a7c express: Add config option to use same font in entry box
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 12:23:21 -04:00
Chris Michael 402cc104f3 express: Add config item for using channel font in the entry box
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-08-03 12:22:45 -04:00
Chris Michael 6445a6ceed express: Add FIXME note for processing command shortcuts
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-07-23 12:47:03 -04:00
Chris Michael 0c571e116b express: Remove extra blank line
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-07-23 12:42:29 -04:00
Chris Michael 22d3716155 express: Don't add a Tab for channel notice messaages
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-07-22 14:39:38 -04:00
Chris Michael b166aba975 express: Clarify code comment
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-07-22 13:57:37 -04:00
Chris Michael c61dd7f81a Revert "colors: Add support for irc color codes"
This reverts commit 474ce07250.

Reverting this as it completely broke scrolling of channel text
2015-07-22 13:46:45 -04:00
Chris Michael 272720d30d express: Remove dead line
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-07-22 11:37:08 -04:00
Chris Michael 3fc1ec5609 express: Remove need for extra int variable
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-07-22 08:30:36 -04:00
Chris Michael 63a011f9e2 express: Fix inconsistencies while debugging broken scrolling
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-06-28 13:49:38 -04:00
Chris Michael 4aabf71564 express: Fix conditional tests
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-06-28 13:48:40 -04:00
Chris Michael 0d96e29494 express: Fix formatting
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-06-28 13:48:18 -04:00
Srivardhan Hebbar a5d4187e65 express: Adding command handlings for whowas, whois and who commands.
Summary: Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Differential Revision: https://phab.enlightenment.org/D2572
2015-06-01 09:49:50 -04:00
Chris Michael c107441d67 express: Correctly handle empty lines while selecting
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-05-18 14:07:33 -04:00
Chris Michael e74402262e fix minor formatting issue
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-05-18 09:32:02 -04:00
Srivardhan Hebbar b34928d029 express: Changed help cmd implementation.
Summary:
I've changed the way of implementation itself. Check and let me know.
Actually, the callback for away can handle for many commands. The name of the callback should be changed. But thought, will get feedback from you about the implementation, and if this is fine then change the name to suitable and add all the commands.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Differential Revision: https://phab.enlightenment.org/D2519
2015-05-18 09:31:38 -04:00
Srivardhan Hebbar 5e10671c9c express: Added Admin and Away commands.
Summary:
Added Admin and away commands. Also cleanedup commands.c file

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Differential Revision: https://phab.enlightenment.org/D2497
2015-05-12 08:47:41 -04:00
Andy Williams 474ce07250 colors: Add support for irc color codes
Removed the old color pallette and replace with an iRC compatible one.
This can be updated in the future to provide the colors from the theme.
We could also add specific elements to the pallette so we don't
have to re-use defines that are used by the IRC color codes.
2015-05-11 23:13:27 +01:00
Chris Michael 96e670f85e express: Add EINA_UNUSED for unused function paramater
Signed-off-by: Chris Michael <cp.michael@samsung.com>
2015-05-11 10:20:57 -04:00
Srivardhan Hebbar 62ae35980b express: Added Status tab to display status messages.
Summary:
Just like in other IRC clients all the status messages now gets
displayed in the status tab. Checked x-chat and in the same way all the
messages gets displayed in the express also now.

Signed-off-by: Srivardhan Hebbar <sri.hebbar@samsung.com>

Reviewers: devilhorns

Differential Revision: https://phab.enlightenment.org/D2478
2015-05-11 10:04:01 -04:00